mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
24 lines
520 B
JSON
24 lines
520 B
JSON
{
|
|
"name": "genera-tor",
|
|
"version": "0.3.0a",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --port 8080",
|
|
"deploy": "yarn build && firebase deploy --only hosting",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.0.14",
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.0.0-0",
|
|
"vue-tsc": "^1.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.0",
|
|
"sass": "^1.53.0",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^3.0.0"
|
|
}
|
|
}
|