Files
pojazdownik/package.json
T
2023-03-03 13:26:25 +01:00

23 lines
476 B
JSON

{
"name": "pojazdownik",
"version": "1.3.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "yarn build && vite preview --port 4174"
},
"dependencies": {
"pinia": "^2.0.17",
"vue": "^3.2.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"sass": "^1.55.0",
"typescript": "^4.8.4",
"vite": "^3.2.1",
"vite-plugin-pwa": "^0.13.3",
"vue-tsc": "^1.0.9"
}
}