-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "pushy-admin",
"private": true,
"scripts": {
"dev": "rsbuild dev",
"build": "NODE_ENV=production rsbuild build",
"preview": "rsbuild preview",
"lint": "tsc --noEmit & biome check --write ."
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rsbuild/plugin-svgr": "^1.0.6",
"@tanstack/react-query": "^5.63.0",
"antd": "^5.23.0",
"blueimp-md5": "^2.19.0",
"dayjs": "^1.11.13",
"history": "^5.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.1",
"vanilla-jsoneditor": "^2.3.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/blueimp-md5": "^2.18.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"trustedDependencies": [
"core-js"
]
}