mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
27 lines
600 B
JSON
27 lines
600 B
JSON
{
|
|
"name": "genera-tor",
|
|
"version": "1.1.3dev",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --port 8080",
|
|
"deploy": "yarn build && firebase deploy --only hosting",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.1.3",
|
|
"pinia": "^2.0.14",
|
|
"vue": "^3.2.37",
|
|
"vue-i18n": "9",
|
|
"vue-router": "^4.0.0-0",
|
|
"vue-tsc": "^1.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"sass": "^1.56.0",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^3.2.2",
|
|
"vite-plugin-pwa": "^0.13.2"
|
|
}
|
|
}
|