-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 905 Bytes
/
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
{
"name": "wii-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",
"typescript": "^5.6.3"
}
}