-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name": "chrono-dilation",
"title": "时漩",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"check": "biome check --write",
"dev": "rsbuild dev --open",
"format": "biome format --write",
"preview": "rsbuild preview"
},
"dependencies": {
"@arco-design/web-react": "^2.66.1",
"@reduxjs/toolkit": "^2.6.1",
"@tauri-apps/plugin-autostart": "~2",
"@tauri-apps/plugin-global-shortcut": "~2",
"@tauri-apps/plugin-notification": "~2",
"ahooks": "^3.8.4",
"dayjs": "^1.11.13",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.4.1",
"react-redux": "^9.2.0",
"react-router": "^7.5.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rsbuild/core": "^1.3.1",
"@rsbuild/plugin-less": "^1.2.2",
"@rsbuild/plugin-react": "^1.1.1",
"@tauri-apps/cli": "^2.4.1",
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@types/react-redux": "^7.1.34",
"typescript": "^5.8.2"
}
}