mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 22:02:59 +08:00
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "ts",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build --emptyOutDir",
|
|
"build:watch": "vue-tsc --noEmit && vite build --watch --emptyOutDir",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.2.23"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^1.10.2",
|
|
"typescript": "^4.4.4",
|
|
"vite": "^2.7.0",
|
|
"vue-tsc": "^0.28.10"
|
|
}
|
|
} |