package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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.94",
  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. "monaco-editor": "^0.50.0",
  31. "nprogress": "0.2.0",
  32. "pinia": "2.1.7",
  33. "pinia-plugin-persistedstate": "^3.2.1",
  34. "postcss-pxtorem": "^6.1.0",
  35. "prettier": "^3.2.5",
  36. "vite-plugin-qiankun": "^1.0.15",
  37. "vue": "3.3.9",
  38. "vue-router": "4.2.5"
  39. },
  40. "devDependencies": {
  41. "@commitlint/config-conventional": "^19.0.3",
  42. "@vitejs/plugin-vue": "4.5.0",
  43. "@vitejs/plugin-vue-jsx": "^3.1.0",
  44. "@vue/compiler-sfc": "3.3.9",
  45. "autoprefixer": "^10.4.18",
  46. "commitizen": "^4.3.0",
  47. "commitlint": "^19.0.3",
  48. "commitlint-config-cz": "^0.13.3",
  49. "cz-conventional-changelog": "^3.3.0",
  50. "cz-customizable": "^7.0.0",
  51. "eslint": "^8.57.0",
  52. "eslint-config-prettier": "^9.1.0",
  53. "eslint-plugin-prettier": "^5.1.3",
  54. "eslint-plugin-vue": "^9.22.0",
  55. "husky": "^8.0.0",
  56. "husky-init": "^8.0.0",
  57. "lint-staged": "^15.2.2",
  58. "postcss": "^8.4.35",
  59. "sass": "1.69.5",
  60. "tailwindcss": "^3.4.1",
  61. "unplugin-auto-import": "0.17.1",
  62. "unplugin-vue-setup-extend-plus": "1.0.0",
  63. "vite": "5.1.4",
  64. "vite-plugin-compression": "0.5.1",
  65. "vite-plugin-svg-icons": "2.0.1"
  66. },
  67. "config": {
  68. "commitizen": {
  69. "path": "node_modules/cz-customizable"
  70. }
  71. }
  72. }