mirror of
https://github.com/magnum-opus-nn-cp/word-plugin.git
synced 2024-11-10 19:16:34 +03:00
78 lines
2.4 KiB
JSON
78 lines
2.4 KiB
JSON
|
{
|
||
|
"name": "office-addin-taskpane-react",
|
||
|
"version": "0.0.1",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/OfficeDev/Office-Addin-TaskPane-React.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"config": {
|
||
|
"app_to_debug": "word",
|
||
|
"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",
|
||
|
"start": "office-addin-debugging start manifest.xml",
|
||
|
"start:desktop": "office-addin-debugging start manifest.xml desktop",
|
||
|
"start:web": "office-addin-debugging start manifest.xml web",
|
||
|
"stop": "office-addin-debugging stop manifest.xml",
|
||
|
"validate": "office-addin-manifest validate manifest.xml",
|
||
|
"watch": "webpack --mode development --watch"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@fluentui/react": "^8.52.3",
|
||
|
"@tanstack/react-query": "^4.35.0",
|
||
|
"axios": "^1.5.0",
|
||
|
"core-js": "^3.9.1",
|
||
|
"es6-promise": "^4.2.8",
|
||
|
"react": "^17.0.2",
|
||
|
"react-dom": "^17.0.2",
|
||
|
"regenerator-runtime": "^0.13.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.13.10",
|
||
|
"@babel/preset-typescript": "^7.13.0",
|
||
|
"@types/office-js": "^1.0.256",
|
||
|
"@types/office-runtime": "^1.0.23",
|
||
|
"@types/react": "^17.0.39",
|
||
|
"@types/react-dom": "^17.0.11",
|
||
|
"@types/react-hot-loader": "^4.1.1",
|
||
|
"@types/webpack": "^4.4.34",
|
||
|
"@types/webpack-dev-server": "^4.1.0",
|
||
|
"acorn": "^8.5.0",
|
||
|
"babel-loader": "^8.2.2",
|
||
|
"copy-webpack-plugin": "^9.0.1",
|
||
|
"eslint-plugin-office-addins": "^2.1.5",
|
||
|
"eslint-plugin-react": "^7.28.0",
|
||
|
"file-loader": "^6.2.0",
|
||
|
"html-loader": "^4.1.0",
|
||
|
"html-webpack-plugin": "^5.5.0",
|
||
|
"less": "^3.9.0",
|
||
|
"less-loader": "^10.0.1",
|
||
|
"office-addin-cli": "^1.5.5",
|
||
|
"office-addin-debugging": "^5.0.5",
|
||
|
"office-addin-dev-certs": "^1.11.3",
|
||
|
"office-addin-lint": "^2.2.5",
|
||
|
"office-addin-manifest": "^1.12.3",
|
||
|
"office-addin-prettier-config": "^1.2.0",
|
||
|
"os-browserify": "^0.3.0",
|
||
|
"process": "^0.11.10",
|
||
|
"source-map-loader": "^3.0.0",
|
||
|
"ts-loader": "^9.4.1",
|
||
|
"typescript": "^4.3.5",
|
||
|
"webpack": "^5.76.3",
|
||
|
"webpack-cli": "^5.0.1",
|
||
|
"webpack-dev-server": "4.13.1"
|
||
|
},
|
||
|
"prettier": "office-addin-prettier-config",
|
||
|
"browserslist": [
|
||
|
"ie 11"
|
||
|
]
|
||
|
}
|