package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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-aio {@}\" --",
  9. "preview": "vite preview",
  10. "build-aio": "vite build --base=/aio/",
  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/mock": "^2.0.7",
  17. "@vueuse/core": "^11.1.0",
  18. "@vueuse/router": "^11.1.0",
  19. "alova": "^3.0.20",
  20. "echarts": "^5.5.1",
  21. "eruda": "^3.4.0",
  22. "eruda-features": "^2.1.0",
  23. "eruda-monitor": "^1.0.2",
  24. "eruda-timing": "^2.0.1",
  25. "p5": "^1.11.0",
  26. "pinia": "^2.2.4",
  27. "pinia-plugin-persistedstate": "^4.1.1",
  28. "vant": "4",
  29. "vconsole": "^3.15.1",
  30. "vue": "^3.5.11",
  31. "vue-echarts": "^7.0.3",
  32. "vue-router": "^4.4.5"
  33. },
  34. "devDependencies": {
  35. "@rushstack/eslint-patch": "^1.8.0",
  36. "@tsconfig/node20": "^20.1.4",
  37. "@types/node": "^20.14.5",
  38. "@types/p5": "^1.7.6",
  39. "@vant/auto-import-resolver": "^1.2.1",
  40. "@vitejs/plugin-vue": "^5.0.5",
  41. "@vitejs/plugin-vue-jsx": "^4.0.0",
  42. "@vue/eslint-config-prettier": "^10.0.0",
  43. "@vue/eslint-config-typescript": "^14.0.0",
  44. "@vue/tsconfig": "^0.5.1",
  45. "autoprefixer": "^10.4.20",
  46. "eslint": "^9.12.0",
  47. "eslint-plugin-vue": "^9.28.0",
  48. "npm-run-all2": "^6.2.3",
  49. "postcss": "^8.4.47",
  50. "postcss-import": "^16.1.0",
  51. "prettier": "^3.3.3",
  52. "sass-embedded": "^1.79.4",
  53. "tailwindcss": "^3.4.13",
  54. "typescript": "~5.6.2",
  55. "unplugin-auto-import": "^0.18.3",
  56. "unplugin-vue-components": "^0.27.4",
  57. "vite": "^5.4.8",
  58. "vite-plugin-mkcert": "^1.17.6",
  59. "vite-plugin-vue-devtools": "^7.4.6",
  60. "vue-tsc": "^2.1.6"
  61. }
  62. }