-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "new_bsrdc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:pass": "vite build",
"lint": "vue-tsc --noEmit ",
"preview": "vite preview",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:gen-icon": "tauri icon icon.png"
},
"dependencies": {
"@tauri-apps/plugin-shell": "2.0.0-beta.6",
"dayjs": "^1.11.11",
"dexie": "^4.0.5",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-vue": "^4.0.0",
"pinia": "^2.1.7",
"vue": "^3.3.4",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@arco-design/web-vue": "^2.55.2",
"@iconify/json": "^2.2.213",
"@tauri-apps/api": "2.0.0-beta.13",
"@tauri-apps/cli": "2.0.0-beta.20",
"@types/node": "^20.12.12",
"@unocss/preset-icons": "^0.60.3",
"@unocss/preset-uno": "^0.60.3",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.77.2",
"typescript": "^5.0.2",
"unocss": "^0.60.3",
"vite": "^5.0.0",
"vue-tsc": "^1.8.5"
}
}