package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "six-aio.web",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --build --force",
  12. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  13. "format": "prettier --write src/"
  14. },
  15. "dependencies": {
  16. "alova": "^3.0.20",
  17. "eruda": "^3.4.0",
  18. "eruda-features": "^2.1.0",
  19. "eruda-monitor": "^1.0.2",
  20. "eruda-timing": "^2.0.1",
  21. "pinia": "^2.2.4",
  22. "pinia-plugin-persistedstate": "^4.1.1",
  23. "vconsole": "^3.15.1",
  24. "vue": "^3.5.11",
  25. "vue-router": "^4.4.5"
  26. },
  27. "devDependencies": {
  28. "@rushstack/eslint-patch": "^1.8.0",
  29. "@tsconfig/node20": "^20.1.4",
  30. "@types/node": "^20.14.5",
  31. "@vitejs/plugin-vue": "^5.0.5",
  32. "@vitejs/plugin-vue-jsx": "^4.0.0",
  33. "@vue/eslint-config-prettier": "^10.0.0",
  34. "@vue/eslint-config-typescript": "^14.0.0",
  35. "@vue/tsconfig": "^0.5.1",
  36. "autoprefixer": "^10.4.20",
  37. "eslint": "^9.12.0",
  38. "eslint-plugin-vue": "^9.28.0",
  39. "npm-run-all2": "^6.2.3",
  40. "postcss": "^8.4.47",
  41. "postcss-import": "^16.1.0",
  42. "prettier": "^3.3.3",
  43. "sass-embedded": "^1.79.4",
  44. "tailwindcss": "^3.4.13",
  45. "typescript": "~5.6.2",
  46. "unplugin-auto-import": "^0.18.3",
  47. "unplugin-vue-components": "^0.27.4",
  48. "vite": "^5.4.8",
  49. "vite-plugin-vue-devtools": "^7.4.6",
  50. "vue-tsc": "^2.1.6"
  51. }
  52. }