-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"dependencies": {
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-dialog": "~2.2.0",
"@tauri-apps/plugin-fs": "~2.2.0",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-store": "~2",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"js-base64": "^3.7.7",
"lodash": "^4.17.21",
"material-icons": "^1.13.14",
"pinia": "^2.3.0",
"postcss": "^8.4.49",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.4",
"@types/lodash": "^4.17.14",
"@types/node": "^22.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
},
"name": "hslink-nexus",
"packageManager": "pnpm@9.13.2",
"private": true,
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"dev": "vite",
"download-assets": "node ./scripts/download-assets.js",
"update-version": "node ./scripts/update-version.js",
"prebuild": "pnpm download-assets",
"preview": "vite preview",
"tauri": "tauri"
},
"type": "module",
"version": "1.2.3"
}