-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.62 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
47
48
49
50
51
52
53
54
{
"name": "pushy-admin",
"private": true,
"scripts": {
"dev": "PUBLIC_API=https://update.reactnative.cn/api rsbuild dev",
"dev:local": "PUBLIC_API=http://localhost:9000 rsbuild dev",
"build": "NODE_ENV=production rsbuild build",
"preview": "rsbuild preview",
"typecheck": "tsc --noEmit -p tsconfig.json",
"test": "bun test",
"lint": "biome check .",
"lint:fix": "tsc --noEmit -p tsconfig.json && biome check --write .",
"ci": "bun run typecheck && bun run lint && bun run test"
},
"dependencies": {
"@ant-design/charts": "^2.6.7",
"@ant-design/icons": "^6.3.2",
"@rsbuild/core": "^2.1.5",
"@rsbuild/plugin-react": "^2.1.0",
"@rsbuild/plugin-svgr": "^2.0.5",
"@tanstack/react-query": "^5.101.2",
"antd": "^6.5.0",
"dayjs": "^1.11.21",
"git-url-parse": "^16.1.0",
"hash-wasm": "^4.12.0",
"history": "^5.3.0",
"i18next": "^26.3.5",
"i18next-browser-languagedetector": "^8.2.1",
"json-diff-kit": "^1.0.35",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-i18next": "^17.0.8",
"react-router-dom": "^7.18.1",
"ua-parser-js": "^2.0.10",
"vanilla-jsoneditor": "^3.12.0"
},
"devDependencies": {
"@biomejs/biome": "2.5.3",
"@tailwindcss/postcss": "^4.3.2",
"@testing-library/react": "^16.3.2",
"@types/bun": "^1.3.14",
"@types/git-url-parse": "^16.0.2",
"@types/node": "^26.1.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-router-dom": "^5.3.3",
"happy-dom": "^20.10.6",
"tailwindcss": "^4.3.2",
"typescript": "^7.0.2"
},
"trustedDependencies": [
"core-js"
]
}