-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 KB
/
package.json
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
49
50
51
52
{
"name": "kartrider-keyviewer-tauri",
"private": true,
"version": "1.1.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri-webkit": "export WEBKIT_DISABLE_DMABUF_RENDERER=1 && tauri"
},
"dependencies": {
"@primeuix/themes": "1.0.0",
"@tailwindcss/vite": "^4.0.9",
"@tauri-apps/api": "^2.3.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-opener": "^2.2.6",
"lodash": "^4.17.21",
"pinia": "^3.0.1",
"primeicons": "^7.0.0",
"primevue": "^4.3.1",
"tailwindcss": "^4.0.9",
"tailwindcss-primeui": "^0.5.1",
"vue": "^3.5.13",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@primevue/auto-import-resolver": "^4.3.1",
"@tauri-apps/cli": "^2.3.1",
"@types/lodash": "^4.17.16",
"@types/node": "^22.13.8",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.21.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^16.0.0",
"prettier": "3.5.2",
"typescript": "~5.8.2",
"typescript-eslint": "^8.25.0",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.0",
"vue-tsc": "^2.2.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"esbuild",
"vue-demi"
]
}
}