-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "lengyingxin <lengyingxin8966@gmail.com> (https://github.com/LengYXin)",
"license": "ISC",
"dependencies": {
"mobx": "^4.2.1",
"mobx-react": "^5.1.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"awesome-typescript-loader": "^5.0.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"style-loader": "^0.21.0",
"ts-import-plugin": "^1.4.4",
"typescript": "^2.8.3",
"url-loader": "^1.0.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-dev-server": "^3.1.4"
}
}