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