-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
101 lines (101 loc) · 3.04 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-card": "^1.20.20",
"@ant-design/pro-layout": "^6.38.21",
"@grapecity/spread-excelio": "15.2.1",
"@grapecity/spread-sheets": "15.2.1",
"@grapecity/spread-sheets-barcode": "15.2.1",
"@grapecity/spread-sheets-charts": "15.2.1",
"@grapecity/spread-sheets-designer": "15.2.1",
"@grapecity/spread-sheets-designer-react": "15.2.1",
"@grapecity/spread-sheets-designer-resources-cn": "15.2.1",
"@grapecity/spread-sheets-languagepackages": "15.2.1",
"@grapecity/spread-sheets-pdf": "15.2.1",
"@grapecity/spread-sheets-pivot-addon": "15.2.1",
"@grapecity/spread-sheets-print": "15.2.1",
"@grapecity/spread-sheets-react": "15.2.1",
"@grapecity/spread-sheets-resources-ja": "15.2.1",
"@grapecity/spread-sheets-resources-ko": "15.2.1",
"@grapecity/spread-sheets-resources-zh": "15.2.1",
"@grapecity/spread-sheets-shapes": "15.2.1",
"@grapecity/spread-sheets-tablesheet": "15.2.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.47",
"@types/react-dom": "^18.0.6",
"@types/reactour": "^1.13.0",
"@xzdarcy/react-timeline-editor": "^0.1.5",
"antd": "^4.20.5",
"arr2tree": "^0.2.0",
"axios": "^0.27.2",
"d3.js": "^0.0.2-security",
"echarts": "^5.4.0",
"howler": "^2.2.3",
"html-loader": "^4.1.0",
"lottie-web": "^5.10.0",
"react": "^17.0.2",
"react-avatar-editor": "^13.0.0",
"react-contexify": "^5.0.0",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-frame": "^2.2.22",
"react-froala-wysiwyg": "4.0.11",
"react-image-lightbox": "^5.1.4",
"react-load-script": "^0.0.6",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-spring": "^9.4.5",
"reactour": "^1.8.5",
"requirejs": "^2.3.6",
"styled-components": "^5.3.5",
"typescript": "^4.7.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts 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": {
"@types/howler": "^2.2.7",
"@types/react": "^18.0.17",
"@types/react-dom": "^17.0.2",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"monaco-editor": "^0.34.0",
"node-sass": "^6.0.1",
"style-loader": "^3.3.1",
"text-loader": "^0.0.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}