-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.09 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/moment": "1.3.13",
"@formatjs/intl-displaynames": "^6.2.6",
"@formatjs/intl-pluralrules": "^5.1.10",
"@formatjs/intl-relativetimeformat": "^11.1.10",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"@mdi/js": "^7.1.96",
"@mdi/react": "^1.6.1",
"axios": "^1.3.4",
"bpmn-js": "^11.5.0",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"formik": "^2.2.9",
"formik-material-ui": "^3.0.1",
"http-status-codes": "^2.2.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ol": "7.3.0",
"path-to-regexp": "^6.2.1",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-intl": "^6.3.0",
"react-json-view": "^1.21.3",
"react-number-format": "^5.1.4",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.0.5",
"react-redux-loading-bar": "^5.0.4",
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.1",
"react-transition-group": "^4.4.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"semver": "^7.3.8",
"urijs": "^1.19.11",
"zxcvbn": "^4.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "NODE_OPTIONS='--max-old-space-size=3072' react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app",
"plugins": [
"react-hooks"
],
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/draft-js": "^0.11.10",
"@types/draftjs-to-html": "^0.8.1",
"@types/echarts": "^4.9.16",
"@types/file-saver": "^2.0.5",
"@types/flat": "^5.0.2",
"@types/geojson": "^7946.0.10",
"@types/history": "^4.7.11",
"@types/jest": "^29.4.4",
"@types/lodash": "^4.14.191",
"@types/node": "^18.15.3",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-redux": "^7.1.25",
"@types/redux-logger": "^3.0.9",
"@types/semver": "^7.3.13",
"@types/urijs": "^1.19.19",
"@types/zxcvbn": "^4.4.1",
"eslint-plugin-react-hooks": "^4.6.0",
"http-proxy-middleware": "^2.0.6",
"node-sass": "^8.0.0",
"run-script-os": "^1.1.6",
"typescript": "4.9.5"
}
}