Files
genera-tor/package.json
T
2023-12-09 19:20:09 +01:00

28 lines
619 B
JSON

{
"name": "genera-tor",
"version": "1.3.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 8080",
"deploy": "yarn build && firebase deploy --only hosting",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.6.2",
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vue-i18n": "9.8.0",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite-plugin-pwa": "^0.17.4"
}
}