package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "project",
  3. "version": "1.0.0",
  4. "description": "QomoAi 子应用",
  5. "author": "lqy",
  6. "license": "MIT",
  7. "type": "commonjs",
  8. "scripts": {
  9. "dev": "vite",
  10. "build:prod": "vite build",
  11. "build:stage": "vite build --mode staging",
  12. "preview": "vite preview",
  13. "prepare": "husky install",
  14. "pre-commit": "lint-staged",
  15. "commit": "git-cz"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "2.3.1",
  19. "@qomo-platform/core": "^1.0.65",
  20. "@vueup/vue-quill": "1.2.0",
  21. "@vueuse/core": "10.6.1",
  22. "axios": "1.6.7",
  23. "echarts": "^5.5.0",
  24. "element-plus": "2.4.3",
  25. "file-saver": "2.0.5",
  26. "js-cookie": "3.0.5",
  27. "jsencrypt": "3.3.2",
  28. "less": "^4.2.0",
  29. "md5": "^2.3.0",
  30. "nprogress": "0.2.0",
  31. "pinia": "2.1.7",
  32. "pinia-plugin-persistedstate": "^3.2.1",
  33. "postcss-pxtorem": "^6.1.0",
  34. "prettier": "^3.2.5",
  35. "vite-plugin-qiankun": "^1.0.15",
  36. "vue": "3.3.9",
  37. "vue-router": "4.2.5"
  38. },
  39. "devDependencies": {
  40. "@commitlint/config-conventional": "^19.0.3",
  41. "@vitejs/plugin-vue": "4.5.0",
  42. "@vitejs/plugin-vue-jsx": "^3.1.0",
  43. "@vue/compiler-sfc": "3.3.9",
  44. "autoprefixer": "^10.4.18",
  45. "commitizen": "^4.3.0",
  46. "commitlint": "^19.0.3",
  47. "commitlint-config-cz": "^0.13.3",
  48. "cz-conventional-changelog": "^3.3.0",
  49. "cz-customizable": "^7.0.0",
  50. "eslint": "^8.57.0",
  51. "eslint-config-prettier": "^9.1.0",
  52. "eslint-plugin-prettier": "^5.1.3",
  53. "eslint-plugin-vue": "^9.22.0",
  54. "husky": "^8.0.0",
  55. "husky-init": "^8.0.0",
  56. "lint-staged": "^15.2.2",
  57. "postcss": "^8.4.35",
  58. "sass": "1.69.5",
  59. "tailwindcss": "^3.4.1",
  60. "unplugin-auto-import": "0.17.1",
  61. "unplugin-vue-setup-extend-plus": "1.0.0",
  62. "vite": "5.1.4",
  63. "vite-plugin-compression": "0.5.1",
  64. "vite-plugin-svg-icons": "2.0.1"
  65. },
  66. "config": {
  67. "commitizen": {
  68. "path": "node_modules/cz-customizable"
  69. }
  70. }
  71. }