-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "mirco-front",
"version": "1.0.0",
"description": "mirco main project",
"main": "index.js",
"scripts": {
"start": "react-hana-service start",
"build": "react-hana-service build",
"eslint": "eslint src --ext .ts,.tsx"
},
"repository": {
"type": "git",
"url": "https://github.com/zerrol/react-creater.git"
},
"author": "FRozen",
"license": "MIT",
"bugs": {
"url": "https://github.com/zerrol/react-creater/issues"
},
"homepage": "https://github.com/zerrol/react-creater#readme",
"eslintIgnore": [
"*.config.js"
],
"dependencies": {
"@loadable/component": "^5.13.1",
"@types/loadable__component": "^5.13.0",
"antd": "3.25.0",
"axios": "^0.19.0",
"mobx": "^4.15.5",
"mobx-react": "^6.2.5",
"mockjs": "^1.0.1-beta3",
"qiankun": "^2.0.20",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.12.21",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.5",
"react-hana-service": "^0.0.9-alpha.0",
"rimraf": "^3.0.2",
"typescript": "^3.9.7"
}
}