mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 13:38:14 +00:00
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"name": "pragotron-td2",
|
|
"private": true,
|
|
"version": "0.4.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"deploy": "yarn build && firebase deploy --only hosting"
|
|
},
|
|
"dependencies": {
|
|
"sass": "^1.55.0",
|
|
"vue": "^3.2.41",
|
|
"vue-router": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.1.0",
|
|
"@types/vue-router": "^2.0.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.1.8",
|
|
"vue-tsc": "^1.0.8"
|
|
}
|
|
}
|
|
|