mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "stacjownik",
|
|
"version": "1.22.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"deploy": "yarn build && firebase deploy --only hosting",
|
|
"preview": "yarn build && vite preview",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.32.2",
|
|
"dotenv": "^16.3.1",
|
|
"firebase": "^10.4.0",
|
|
"howler": "^2.2.4",
|
|
"pinia": "^2.1.6",
|
|
"sass": "^1.67.0",
|
|
"socket.io-client": "^4.7.4",
|
|
"vue": "^3.3.4",
|
|
"vue-i18n": "^9.4.1",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@types/node": "^20.6.2",
|
|
"@vite-pwa/assets-generator": "^0.0.10",
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"axios": "^1.5.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"prettier": "^3.0.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-pwa": "^0.16.5",
|
|
"vue-tsc": "^1.8.11"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|