-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.53 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.53 KB
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
51
52
{
"name": "react-init",
"version": "1.0.0",
"description": "",
"main": "scripts/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node scripts/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wolyshaw/react-init.git"
},
"author": "wolyshaw",
"license": "ISC",
"bugs": {
"url": "https://github.com/wolyshaw/react-init/issues"
},
"homepage": "https://github.com/wolyshaw/react-init#readme",
"dependencies": {
"@loadable/component": "^5.11.0",
"antd": "^3.26.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-react-jsx": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.7.6",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.1",
"express": "^4.17.1",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.20.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"signale": "^1.4.0",
"webpack": "^4.41.2",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
}
}