| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "vue-project",
- "version": "0.0.0",
- "private": true,
- "type": "module",
- "engines": {
- "node": "^20.19.0 || >=22.12.0"
- },
- "scripts": {
- "dev": "vite --host",
- "build": "run-p type-check \"build-only {@}\" --",
- "preview": "vite preview",
- "build-only": "vite build",
- "type-check": "vue-tsc --build",
- "lint": "eslint . --fix --cache",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "axios": "^1.12.2",
- "nanoid": "^5.1.6",
- "normalize.css": "^8.0.1",
- "nprogress": "^0.2.0",
- "pinia": "^3.0.3",
- "pinia-plugin-persistedstate": "^4.5.0",
- "qs": "^6.14.0",
- "v-viewer": "^3.0.22",
- "vant": "^4.9.21",
- "viewerjs": "^1.11.7",
- "vue": "^3.5.22",
- "vue-dompurify-html": "^5.3.0",
- "vue-router": "^4.6.3"
- },
- "devDependencies": {
- "@eslint/js": "^9.38.0",
- "@tsconfig/node22": "^22.0.2",
- "@types/node": "^22.18.11",
- "@types/qs": "^6.14.0",
- "@typescript-eslint/eslint-plugin": "^8.46.2",
- "@typescript-eslint/parser": "^8.46.2",
- "@vant/auto-import-resolver": "^1.3.0",
- "@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-vue": "~10.5.0",
- "jiti": "^2.6.1",
- "npm-run-all2": "^8.0.4",
- "picocolors": "^1.1.1",
- "prettier": "3.6.2",
- "typescript": "~5.9.0",
- "unplugin-auto-import": "^20.2.0",
- "unplugin-vue-components": "^30.0.0",
- "vite": "^7.1.11",
- "vite-plugin-vue-devtools": "^8.0.3",
- "vue-tsc": "^3.1.1"
- }
- }
|