-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
{
"name": "wiic-antd-react",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "rsbuild dev --open",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-components": "^2.7.19",
"@reduxjs/toolkit": "^2.3.0",
"antd": "^5.21.4",
"antd-style": "^3.7.0",
"axios": "^1.7.7",
"history": "^5.3.0",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^6.8.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-react": "^1.0.3",
"@rsbuild/plugin-svgr": "^1.0.4",
"@swc/core": "^1.7.35",
"@swc/plugin-styled-components": "^3.0.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-redux": "^7.1.34",
"typescript": "^5.6.3"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"browserslist": [
"iOS >= 9",
"Android >= 4.4",
"last 2 versions",
"> 0.2%",
"not dead"
]
}