-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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": "mis-admin-react",
"version": "1.0.0",
"description": "mis-admin-react",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "ssh://zhixiang_w@118.190.62.2:29418/fusion/mis-admin-react.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0",
"@babel/runtime": "^7.4.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"core-js": "^2.6.5",
"history": "^4.9.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"mini-css-extract-plugin": "^0.5.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-router-dom": "^5.0.0",
"react-transition-group": "^2.9.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-react": "^7.0.0",
"css-loader": "^2.1.1",
"eslint": "^5.15.3",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"less-loader": "^4.1.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.6"
}
}