-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 949 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 949 Bytes
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
{
"scripts": {
"postinstall": "npm run package-dev",
"package-dev": "node ./node_modules/gulp/bin/gulp.js",
"package-release": "node ./node_modules/gulp/bin/gulp.js --release"
},
"devDependencies": {
"@types/applicationinsights-js": "^1.0.2",
"@types/jquery": "^2.0.41",
"@types/react-dom": "^16.0.4",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-inline-source": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^4.0.1",
"office-ui-fabric-react": "^5.70.0",
"promise-polyfill": "^8.1.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"sass": "^1.14.3",
"ts-loader": "^4.1.0",
"typescript": "^2.9.2",
"vss-web-extension-sdk": "^5.141.0",
"webpack": "^4.25.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.2",
"yargs": "^7.0.2"
},
"name": "board-group",
"private": true,
"version": "0.6.0"
}