-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "dist-heaven",
"description": "",
"author": "",
"version": "1.0.0",
"scripts": {
"clean": "rimraf dist && rimraf .awcache",
"lint": "tslint --project tsconfig.json",
"start": "webpack-dev-server --inline --mode development --config config/webpack.dev.js --progress",
"sideload": "office-toolbox sideload -m manifest.xml -a Excel",
"build": "npm run clean && webpack --mode production --config config/webpack.prod.js --colors --progress --bail",
"validate": "office-toolbox validate -m manifest.xml"
},
"dependencies": {
"@microsoft/office-js-helpers": "^1.0.2",
"core-js": "^2.6.1",
"jStat": "^1.7.1",
"office-ui-fabric-react": "^6.138.1",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"devDependencies": {
"@types/office-js": "0.0.155",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-hot-loader": "^4.1.0",
"@types/webpack": "4.4.22",
"@types/webpack-dev-server": "3.1.1",
"autoprefixer": "6.7.7",
"copy-webpack-plugin": "4.6.0",
"css-loader": "0.27.3",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"office-toolbox": "^0.1.0",
"postcss-loader": "1.3.3",
"react-hot-loader": "^3.1.3",
"rimraf": "2.6.2",
"style-loader": "0.23.0",
"ts-loader": "^5.3.2",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.5"
}
}