Migracja na Vite

This commit is contained in:
2022-07-16 16:12:31 +02:00
parent fc56c38c45
commit 46e700583d
63 changed files with 4269 additions and 23282 deletions
+11 -17
View File
@@ -3,10 +3,9 @@
"version": "1.10.1-alpha",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"deploy-dev": "npm run build && firebase deploy --only hosting:dev",
"deploy-prod": "npm run build && firebase deploy --only hosting:prod"
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"core-js": "^3.12.1",
@@ -15,25 +14,20 @@
"howler": "^2.2.1",
"pinia": "^2.0.14",
"register-service-worker": "^1.7.1",
"sass": "^1.53.0",
"socket.io-client": "^4.4.1",
"vue": "^3.2.34",
"vue": "^3.2.37",
"vue-i18n": "^9.1.6",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.2"
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-pwa": "^5.0.4",
"@vue/cli-plugin-router": "^5.0.4",
"@vue/cli-plugin-typescript": "^5.0.4",
"@vue/cli-plugin-vuex": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/compiler-sfc": "^3.1.0",
"@vitejs/plugin-vue": "^3.0.0",
"axios": "^0.21.1",
"sass": "^1.32.13",
"sass-loader": "^8.0.2",
"typescript": "^4.7.3"
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite-plugin-pwa": "^0.12.3",
"vue-tsc": "^0.38.4"
},
"browserslist": [
"> 1%",