mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "stacjownik",
|
|
"version": "1.9.6",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"deploy-prod": "npm run build && firebase deploy --only hosting:prod",
|
|
"deploy-dev": "npm run build && firebase deploy --only hosting:dev"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.12.1",
|
|
"dotenv": "^8.6.0",
|
|
"firebase": "^9.8.1",
|
|
"howler": "^2.2.1",
|
|
"socket.io-client": "^4.4.1",
|
|
"vue": "^3.2.34",
|
|
"vue-i18n": "^9.1.6",
|
|
"vue-router": "^4.0.0-0",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.35",
|
|
"@vue/cli-plugin-babel": "^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",
|
|
"axios": "^0.21.1",
|
|
"sass": "^1.32.13",
|
|
"sass-loader": "^8.0.2",
|
|
"typescript": "~4.1.5"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|