-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 929 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 929 Bytes
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
{
"name": "pix-wallet",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"@tauri-apps/api": "2.9.0",
"@tauri-apps/plugin-opener": "2.5.2",
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
"autoprefixer": "^10.4.21",
"mitt": "^3.0.1",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"scss": "^0.2.4",
"tailwindcss": "^4.1.14",
"vue": "^3.5.13",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@tauri-apps/cli": "2.9.0",
"@types/node": "^24.9.1",
"@vitejs/plugin-vue": "^5.2.1",
"daisyui": "^5.1.27",
"sass-embedded": "^1.93.3",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
},
"packageManager": "pnpm@10.22.0"
}