Files
pojazdownik/package.json
T
2022-07-31 17:36:39 +02:00

22 lines
417 B
JSON

{
"name": "pojazdownik",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"pinia": "^2.0.17",
"vue": "^3.2.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.0",
"sass": "^1.26.5",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vue-tsc": "^0.38.4"
}
}