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