-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 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
{
"name": "cskburn-desktop",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-dialog": "^2.4.2",
"@tauri-apps/plugin-fs": "^2.4.4",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.3",
"@tauri-apps/plugin-store": "^2.4.1",
"@tauri-apps/plugin-updater": "^2.9.0",
"@vueuse/core": "^14.0.0",
"class-transformer": "^0.5.1",
"luxon": "^3.7.2",
"naive-ui": "^2.43.1",
"p-map": "^7.0.3",
"p-queue": "^8.1.0",
"radash": "^12.1.0",
"reflect-metadata": "^0.2.2",
"vue": "^3.5.13"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.3",
"@types/luxon": "^3.7.1",
"@vicons/fluent": "^0.12.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"sass": "^1.87.0",
"typescript": "^5.8.3",
"vfonts": "^0.0.3",
"vite": "^7.2.0",
"vue-tsc": "^2.2.10"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}