{ "name": "geoguessmaster", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview", "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src", "prepare": "husky install", "test": "vitest run --coverage" }, "dependencies": { "@googlemaps/js-api-loader": "^1.16.2", "@vueuse/core": "^7.1.2", "axios": "^0.24.0", "core-js": "^3.6.5", "firebase": "^9.6.1", "pinia": "^2.1.3", "register-service-worker": "^1.7.1", "vue": "^3.0.0", "vue-router": "^4.0.0-0" }, "devDependencies": { "@types/google.maps": "^3.47.0", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", "@vitejs/plugin-vue": "^4.1.0", "@vitest/coverage-istanbul": "^0.32.2", "@vue/eslint-config-typescript": "^11.0.3", "@vue/test-utils": "^2.3.2", "eslint": "^8.42.0", "eslint-plugin-vue": "^9.14.1", "happy-dom": "^9.20.3", "husky": "^6.0.0", "lint-staged": "^13.2.2", "sass": "^1.52.2", "typescript": "^5.0.2", "url": "^0.11.0", "vite": "^4.3.2", "vite-plugin-ejs": "^1.6.4", "vitest": "^0.32.2", "vue-tsc": "^1.4.2" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{ts,vue}": "eslint --fix" } }