You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.1 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "name": "aixiaocaishen",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite --mode development",
  6. "test": "vite --mode test",
  7. "prod": "vite --mode production",
  8. "build": "vite build",
  9. "build:test": "vite build --mode test",
  10. "typecheck": "vue-tsc --noEmit",
  11. "preview": "npm run build && vite preview --port 5050",
  12. "preview:dist": "vite preview",
  13. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  14. "lint:lint-staged": "lint-staged",
  15. "prepare": "husky install"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "^2.3.1",
  19. "@pinia-plugin-persistedstate/nuxt": "^1.2.1",
  20. "@types/jszip": "^3.4.1",
  21. "@vueuse/core": "^7.5.3",
  22. "axios": "^0.24.0",
  23. "dayjs": "^1.10.7",
  24. "echarts": "^3.8.5",
  25. "element-plus": "^2.9.6",
  26. "fast-glob": "^3.3.3",
  27. "howler": "^2.2.4",
  28. "html-to-text": "^9.0.5",
  29. "katex": "^0.16.21",
  30. "marked": "^15.0.7",
  31. "mitt": "^3.0.1",
  32. "pinia": "^2.3.1",
  33. "pinia-plugin-persistedstate": "^1.0.3",
  34. "reset-css": "^5.0.2",
  35. "vconsole": "^3.15.1",
  36. "vue": "^3.2.26",
  37. "vue-i18n": "^10.0.3",
  38. "vue-request": "^1.2.3",
  39. "vue-router": "^4.0.12"
  40. },
  41. "devDependencies": {
  42. "@rushstack/eslint-patch": "^1.1.0",
  43. "@types/lodash": "^4.14.168",
  44. "@types/mockjs": "^1.0.4",
  45. "@types/node": "^16.18.108",
  46. "@vitejs/plugin-vue": "^2.3.4",
  47. "@vitejs/plugin-vue-jsx": "^1.3.3",
  48. "@vue/eslint-config-prettier": "^7.0.0",
  49. "@vue/eslint-config-typescript": "^10.0.0",
  50. "autoprefixer": "^10.4.2",
  51. "eslint": "^8.5.0",
  52. "eslint-plugin-vue": "^8.2.0",
  53. "husky": "^7.0.4",
  54. "less": "^4.2.0",
  55. "less-loader": "^12.2.0",
  56. "lint-staged": "^12.1.7",
  57. "mockjs": "^1.1.0",
  58. "postcss-px-to-viewport": "^1.1.1",
  59. "prettier": "^2.5.1",
  60. "sass": "^1.46.0",
  61. "typescript": "^4.9.4",
  62. "unplugin-auto-import": "^0.5.10",
  63. "unplugin-vue-components": "^0.17.11",
  64. "vite": "^2.7.7",
  65. "vite-plugin-compression": "^0.4.0",
  66. "vite-plugin-mock": "^2.9.6",
  67. "vite-plugin-style-import": "^1.4.1",
  68. "vue-global-api": "^0.4.1",
  69. "vue-tsc": "^0.29.8"
  70. }
  71. }