This repository was archived by the owner on May 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.93 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.93 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
{
"name": "airc-shell3-core",
"version": "0.2.2",
"private": false,
"dependencies": {
"@ant-design/charts": "^1.2.14",
"@ant-design/icons": "^4.7.0",
"antd": "^4.16.13",
"axios": "^0.24.0",
"blacklist": "^1.1.4",
"classnames": "^2.3.1",
"color-shorthand-hex-to-six-digit": "^3.1.0",
"crc-32": "^1.2.0",
"es6-promise": "^4.2.8",
"fbjs": "^3.0.1",
"formik": "^2.2.9",
"framer-motion": "^2.9.5",
"html2canvas": "^1.3.2",
"interval-promise": "^1.4.0",
"i18next": "^20.6.1",
"iframe-api": "^0.10.0",
"is-prod": "^1.0.1",
"js-base64": "^3.7.2",
"js-cookie": "^2.2.1",
"keycode-js": "^3.1.0",
"langcode-info": "^1.0.4",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"query-string": "^7.1.1",
"qs": "^6.10.1",
"rc-datetime-picker": "git+https://github.com/untillpro/rc-datetime-picker.git#v1.8.7",
"react": "^16.9.0",
"react-color": "^2.19.3",
"react-confirm-alert": "^2.4.1",
"react-image-crop": "^8.6.12",
"react-table": "^6.11.5",
"react-code-input": "^3.10.1",
"react-cookie": "^4.1.1",
"react-dom": "^16.9.0",
"react-error-overlay": "6.0.9",
"react-modal": "^3.15.1",
"react-redux": "^7.2.4",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.2",
"react-drag-drop-container": "^6.1.1",
"react-fast-compare": "^3.2.0",
"react-keydown": "^1.9.8",
"react-keypress": "^0.1.5",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"reselect": "^4.0.0",
"self-addressed": "^0.3.0",
"stack-events": "^0.1.18",
"yup": "^0.32.9",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"shortid": "^2.2.16"
},
"devDependencies": {
"node-sass": "^6.0.1"
}
}