{ "name": "aphp-gestime-exporter", "version": "0.0.0", "private": true, "type": "module", "engines": { "node": "^20.19.0 || >=22.12.0" }, "scripts": { "dev": "vite", "build": "run-s type-check build-only copy:public", "copy:public": "cp public/* dist/", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build", "zip": "pnpm build && cp -r dist aphp-gestime-exporter && zip -r aphp-gestime-exporter.zip aphp-gestime-exporter && rm -rf aphp-gestime-exporter/", "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore", "lint:eslint": "eslint . --fix --cache", "lint": "run-s lint:*", "format": "prettier --write src/" }, "dependencies": { "@nuxt/ui": "4.1.0", "@unhead/vue": "2.0.19", "tailwindcss": "4.1.16", "ts-ics": "2.4.0", "vue": "3.5.22", "vue-router": "4.6.3" }, "devDependencies": { "@prettier/plugin-oxc": "0.0.4", "@tsconfig/node22": "22.0.2", "@types/chrome": "0.1.27", "@types/node": "22.18.11", "@vitejs/plugin-vue": "6.0.1", "@vue/eslint-config-prettier": "10.2.0", "@vue/eslint-config-typescript": "14.6.0", "@vue/tsconfig": "0.8.1", "eslint": "9.37.0", "eslint-plugin-oxlint": "1.23.0", "eslint-plugin-vue": "10.5.0", "jiti": "2.6.1", "npm-run-all2": "8.0.4", "oxlint": "1.23.0", "prettier": "3.6.2", "typescript": "5.9.0", "vite": "7.1.11", "vite-plugin-vue-devtools": "8.0.3", "vue-tsc": "3.1.1" } }