-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 913 Bytes
/
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
{
"name": "pretty-derby-ui",
"private": true,
"version": "0.1.7",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@primevue/themes": "^4.1.0",
"@tauri-apps/api": "2.0.0-rc.5",
"@tauri-apps/plugin-process": "2.0.0-rc.1",
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
"marked": "^12.0.2",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^3.2.3",
"primeicons": "^7.0.0",
"primevue": "4.0.7",
"unocss": "^0.59.4",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.16",
"@vitejs/plugin-vue": "^5.1.4",
"internal-ip": "^7.0.0",
"rollup": "^4.24.0",
"typescript": "^5.6.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
}
}