mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
4161955c18
fix release scripts
23 lines
442 B
JSON
23 lines
442 B
JSON
{
|
|
"name": "vue3-vite-example",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.29",
|
|
"@bbob/preset-vue": "*",
|
|
"@bbob/vue3": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1",
|
|
"vue-tsc": "^2.0.21"
|
|
}
|
|
}
|