{ "name": "vaquant", "version": "0.9.0", "private": true, "type": "module", "packageManager": "pnpm@11.5.0", "engines": { "node": ">=22" }, "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "lint": "eslint . --cache", "typecheck": "vue-tsc --noEmit", "test": "vitest", "test:run": "vitest run", "build-couch-design": "tsx src/scripts/validate-doc-update.ts" }, "dependencies": { "@tabler/icons-webfont": "^3.30.0", "@vueuse/core": "^12.0.0", "axios": "^1.7.7", "date-fns": "^4.1.0", "events": "^3.3.0", "font-color-contrast": "^1.0.3", "lightness": "^1.0.0", "lodash-es": "^4.17.21", "mapbox-gl": "^3.7.0", "md5": "^2.3.0", "mitt": "^3.0.1", "notyf": "^3.10.0", "pinia": "^2.2.6", "pinia-plugin-persistedstate": "^4.1.3", "pouchdb-authentication": "^1.1.3", "pouchdb-browser": "^9.0.0", "qrcode.vue": "^3.5.1", "uuid": "^11.0.3", "vue": "^3.5.13", "vue-currency-input": "^3.2.0", "vue-i18n": "^11.0.0", "vue-router": "^4.5.0" }, "devDependencies": { "@tailwindcss/vite": "^4.0.0", "@types/lodash-es": "^4.17.12", "@types/mapbox-gl": "^3.4.0", "@types/md5": "^2.3.5", "@types/pouchdb": "^6.4.2", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "^14.1.4", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "daisyui": "^5.0.0", "eslint": "^9.16.0", "eslint-plugin-vue": "^9.32.0", "happy-dom": "^15.11.7", "prettier": "^3.4.2", "sass": "^1.83.0", "tailwindcss": "^4.0.0", "tsx": "^4.19.2", "typescript": "^5.7.2", "vite": "^7.0.0", "vite-plugin-pwa": "^0.21.1", "vitest": "^2.1.8", "vue-tsc": "^2.1.10", "workbox-window": "^7.3.0" } }