{ "name": "nq-client", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", "build": "run-p type-check \"build-only {@}\" --", "build-ntc": "run-p \"build-only {@}\" --", "preview": "vite preview", "test:unit": "vitest", "build-only": "vite build", "type-check": "vue-tsc --build --force", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/" }, "dependencies": { "@vueuse/core": "^10.9.0", "@vueuse/integrations": "^10.10.0", "axios": "^1.6.8", "jszip": "^3.10.1", "phaser": "^3.80.1", "pinia": "^2.1.7", "socket.io-client": "^4.7.5", "universal-cookie": "^6.1.3", "vue": "^3.4.21", "zod": "^3.23.8" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3", "@tsconfig/node20": "^20.1.2", "@types/jsdom": "^21.1.6", "@types/node": "^20.11.28", "@vitejs/plugin-vue": "^5.0.4", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/test-utils": "^2.4.5", "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.19", "easystarjs": "^0.4.4", "eslint": "^8.49.0", "eslint-plugin-vue": "^9.17.0", "jsdom": "^24.0.0", "npm-run-all2": "^6.1.2", "phaser3-rex-plugins": "^1.80.2", "phavuer": "^0.15.7", "postcss": "^8.4.39", "prettier": "^3.0.3", "sass": "^1.76.0", "tailwindcss": "^3.4.4", "typescript": "~5.4.0", "vite": "^5.1.6", "vite-plugin-vue-devtools": "^7.0.18", "vitest": "^1.4.0", "vue-tsc": "^2.0.6" } }