-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "garfish-test",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild dev --open",
"format": "prettier --write .",
"lint": "eslint .",
"preview": "rsbuild preview"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@swc/helpers": "^0.5.17",
"antd": "^5.24.7",
"axios": "^1.8.4",
"garfish": "^1.19.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.5.0",
"react-router-dom": "^7.5.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
"@eslint/js": "^9.23.0",
"@rsbuild/core": "^1.3.1",
"@rsbuild/plugin-less": "^1.2.2",
"@rsbuild/plugin-react": "^1.1.1",
"@rsbuild/plugin-svgr": "^1.2.0",
"@types/node": "^18.19.86",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"eslint": "^9.23.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
}
}