-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 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
46
{
"name": "pintop",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"desktop:dev": "tauri dev",
"desktop:build": "tauri build",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@primeuix/themes": "^1.2.1",
"@tauri-apps/api": "^2.7.0",
"@tauri-apps/plugin-opener": "^2.4.0",
"@tauri-apps/plugin-os": "~2.3.0",
"motion-v": "1.5.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.4.1",
"primeicons": "^7.0.0",
"primevue": "^4.3.6",
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.17.0",
"@iconify-json/flowbite": "^1.2.7",
"@iconify-json/iconamoon": "^1.2.2",
"@iconify/json": "^2.2.360",
"@primevue/auto-import-resolver": "^4.3.6",
"@tauri-apps/cli": "^2.6.2",
"@types/node": "^24.0.15",
"@unocss/eslint-config": "66.3.3",
"@vitejs/plugin-vue": "^6.0.0",
"eslint": "^9.31.0",
"jiti": "^2.4.2",
"typescript": "~5.8.3",
"unocss": "66.3.3",
"unplugin-vue-components": "^28.8.0",
"vite": "^7.0.5",
"vue-tsc": "^3.0.3"
}
}