forked from axiangcoding/WT-Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 810 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
{
"name": "wt-toolkit",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"tsc": "vue-tsc --noEmit",
"lint": "prettier ./src --check",
"format": "prettier ./src --write",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.27",
"vue-i18n": "9",
"vue-router": "^4.4.0",
"vuetify": "^3.6.11"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@tauri-apps/cli": "^1.6.0",
"@vitejs/plugin-vue": "^5.0.4",
"prettier": "3.3.2",
"sass": "^1.77.6",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vue-tsc": "^2.0.24"
},
"packageManager": "[email protected]"
}