-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 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
45
46
{
"name": "pushy-admin",
"private": true,
"scripts": {
"dev": "PUBLIC_API=https://5.rnupdate.online/api rsbuild dev",
"dev:local": "PUBLIC_API=http://localhost:9000 rsbuild dev",
"build": "NODE_ENV=production rsbuild build",
"preview": "rsbuild preview",
"lint": "tsc --noEmit & biome check --write ."
},
"dependencies": {
"@ant-design/charts": "^2.6.7",
"@ant-design/icons": "^6.1.0",
"@rsbuild/core": "^1.7.3",
"@rsbuild/plugin-react": "^1.4.5",
"@rsbuild/plugin-svgr": "^1.3.0",
"@tanstack/react-query": "^5.90.21",
"antd": "^6.3.1",
"dayjs": "^1.11.19",
"git-url-parse": "^16.1.0",
"hash-wasm": "^4.12.0",
"history": "^5.3.0",
"json-diff-kit": "^1.0.35",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.1",
"ua-parser-js": "^2.0.9",
"vanilla-jsoneditor": "^3.11.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@biomejs/biome": "2.4.5",
"@tailwindcss/postcss": "^4.2.1",
"@types/git-url-parse": "^16.0.2",
"@types/node": "^25.3.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-router-dom": "^5.3.3",
"mitata": "^1.0.34",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"trustedDependencies": [
"core-js"
]
}