package.json 1.9KB

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