-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "desktop",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"lint:fix": "prettier . --write"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-deep-link": "~2.4.5",
"@tauri-apps/plugin-log": "~2.7.1",
"@tauri-apps/plugin-opener": "^2.5.2",
"@tauri-apps/plugin-process": "~2.3.1",
"@tauri-apps/plugin-shell": "^2.3.3",
"@vue/devtools": "^8.0.5",
"tailwindcss": "^4.1.17",
"vue": "^3.5.24",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@heroicons/vue": "^2.2.0",
"@tauri-apps/cli": "^2.9.4",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^5.2.4",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.6.0",
"pinia": "^3.0.4",
"prettier": "^3.6.2",
"typescript": "~5.6.3",
"vite": "^7.2.4",
"vue-tsc": "^2.2.12"
}
}