forked from noctisynth/Moonstone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 896 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
{
"name": "moonstone",
"private": true,
"version": "0.2.0-alpha.16",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.7",
"@tauri-apps/plugin-notification": "2.0.0-beta.2",
"@tauri-apps/plugin-shell": "2.0.0-beta.2",
"@tauri-apps/plugin-sql": "2.0.0-beta.2",
"marked": "^12.0.1",
"pinia": "^2.1.7",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^3.53.0",
"vee-validate": "^4.12.6",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.12",
"@types/node": "^20.12.4",
"@vitejs/plugin-vue": "^5.0.4",
"internal-ip": "^8.0.0",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vue-tsc": "^1.8.27"
}
}