mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
08af6e77bb
Improve code quality and reproducibility by pinning project dependencies to the exact versions currently installed.
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"name": "office-addin-taskpane-js",
|
|
"version": "0.0.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/suitenumerique/meet.git"
|
|
},
|
|
"license": "MIT",
|
|
"config": {
|
|
"app_to_debug": "outlook",
|
|
"app_type_to_debug": "desktop",
|
|
"dev_server_port": 3000
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode production",
|
|
"build:dev": "webpack --mode development",
|
|
"dev-server": "webpack serve --mode development",
|
|
"lint": "office-addin-lint check",
|
|
"lint:fix": "office-addin-lint fix",
|
|
"prettier": "office-addin-lint prettier",
|
|
"signin": "office-addin-dev-settings m365-account login",
|
|
"signout": "office-addin-dev-settings m365-account logout",
|
|
"start": "office-addin-debugging start manifest.xml",
|
|
"stop": "office-addin-debugging stop manifest.xml",
|
|
"validate": "office-addin-manifest validate manifest.xml",
|
|
"watch": "webpack --mode development --watch"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "3.49.0",
|
|
"i18next": "26.3.1",
|
|
"i18next-browser-languagedetector": "8.2.1",
|
|
"regenerator-runtime": "0.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.29.0",
|
|
"@babel/preset-env": "7.29.0",
|
|
"@types/office-js": "1.0.582",
|
|
"@types/office-runtime": "1.0.36",
|
|
"acorn": "8.16.0",
|
|
"babel-loader": "9.2.1",
|
|
"copy-webpack-plugin": "14.0.0",
|
|
"eslint-plugin-office-addins": "4.0.6",
|
|
"file-loader": "6.2.0",
|
|
"html-loader": "5.1.0",
|
|
"html-webpack-inject-attributes-plugin": "1.0.6",
|
|
"html-webpack-plugin": "5.6.6",
|
|
"office-addin-cli": "2.0.6",
|
|
"office-addin-debugging": "6.0.6",
|
|
"office-addin-dev-certs": "2.0.6",
|
|
"office-addin-lint": "3.0.6",
|
|
"office-addin-manifest": "2.1.2",
|
|
"office-addin-prettier-config": "2.0.1",
|
|
"os-browserify": "0.3.0",
|
|
"process": "0.11.10",
|
|
"source-map-loader": "5.0.0",
|
|
"webpack": "5.105.4",
|
|
"webpack-cli": "5.1.4",
|
|
"webpack-dev-server": "5.2.4"
|
|
},
|
|
"prettier": "office-addin-prettier-config",
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"ie 11"
|
|
]
|
|
}
|