-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.01 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "event-engine-cockpit",
"version": "0.3.1",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@material-ui/styles": "^4.7.1",
"@monaco-editor/react": "^3.2.1",
"@types/lodash": "^4.14.161",
"axios": "^0.21.2",
"history": "^4.10.1",
"lodash": "^4.17.21",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-json-tree": "^0.11.2",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"uuid": "^3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=true react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/",
"lint-fix": "eslint --fix --ext .js,.jsx,.ts,.tsx src/"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"> .5%",
"not ios_saf < 13",
"not dead",
"not ie 11",
"not ie_mob 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/helper-call-delegate": "^7.8.7",
"@types/history": "^4.7.3",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-json-tree": "^0.6.11",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3",
"@types/redux-actions": "^2.6.1",
"@types/uuid": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"eslint-config-react": "^1.1.7",
"typescript": "~3.7.2"
}
}