-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.46 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
{
"name": "stream_oa",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@emoji-mart/data": "^1.0.8",
"@emoji-mart/react": "^1.0.1",
"@handsontable/react": "^12.2.0",
"antd": "^4.24.1",
"axios": "^1.1.3",
"babel-plugin-import": "^1.13.5",
"customize-cra": "^1.0.0",
"emoji-mart": "^5.3.2",
"exceljs": "^4.3.0",
"handsontable": "^12.2.0",
"lrz": "^4.9.41",
"particles-bg": "^2.5.5",
"pubsub-js": "^1.9.4",
"quill-image-drop-module": "^1.0.3",
"quill-image-resize-module": "^3.0.0",
"react": "^16.10.1",
"react-app-rewired": "^2.2.1",
"react-dom": "^16.10.1",
"react-excel-renderer": "^1.1.0",
"react-file-viewer": "^1.2.1",
"react-pdf": "^6.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"snowflake-id": "^1.1.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"electron": "^22.0.0",
"wangeditor": "^4.7.15"
}
}