-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 906 Bytes
/
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
{
"name": "typescriptdemo",
"version": "1.0.0",
"description": "",
"main": "./tsout/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"webpack-dev": "webpack-dev-server -d --content-base ./public",
"magic": "webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^12.0.3",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"office-ui-fabric-react": "^7.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.2",
"tslint": "^5.16.0",
"typescript": "^3.4.5",
"typings-for-css-modules-loader": "^1.7.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1"
}
}