-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "rs-react-admin",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild dev --open",
"format": "prettier --write .",
"lint": "eslint .",
"preview": "rsbuild preview"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@tanstack/react-query": "^5.62.14",
"@tanstack/react-query-devtools": "^5.62.14",
"@tanstack/react-router": "^1.95.0",
"@tanstack/router-devtools": "^1.95.0",
"antd": "^5.22.7",
"antd-style": "^3.7.1",
"classnames": "^2.5.1",
"rc-util": "^5.44.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^7.1.0",
"react-use": "^17.6.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-less": "^1.1.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-svgr": "^1.0.6",
"@tanstack/router-plugin": "^1.95.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
},
"browserslist": [
"last 2 versions",
"> 0.2%",
"not dead"
]
}