-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.34 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
53
54
55
{
"name": "compiler",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/jest": "25.2.3",
"@types/lodash-es": "^4.17.3",
"@types/node": "12.0.12",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/react-router-dom": "^4.3.4",
"@types/styled-components": "^4.1.18",
"antd": "^3.20.0",
"babel-plugin-import": "^1.12.0",
"classnames": "^2.2.6",
"customize-cra": "^0.2.14",
"echarts": "^4.9.0",
"echarts-for-react": "^2.0.16",
"fsevents": "^2.0.7",
"lodash-es": "^4.17.15",
"react": "^16.8.6",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"styled-components": "^4.3.2",
"typescript": "3.5.2",
"wolfy87-eventemitter": "^5.2.8"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"worker-loader": "^2.0.0"
}
}