mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
24 lines
519 B
JSON
24 lines
519 B
JSON
{
|
|
"name": "genera-tor",
|
|
"version": "1.0.0",
|
|
"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.9"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.0",
|
|
"sass": "^1.53.0",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^3.0.0"
|
|
}
|
|
}
|