package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "name": "ruoyi-web",
  3. "version": "2.0.0",
  4. "private": false,
  5. "description": "ruoyi-web",
  6. "author": "ageer <ageerle@163.com>",
  7. "keywords": [
  8. "rouyi-web",
  9. "chatgpt",
  10. "chatbot",
  11. "Midjourney",
  12. "Midjourney UI",
  13. "Midjourney Proxy",
  14. "gpts",
  15. "gpts ui",
  16. "vue"
  17. ],
  18. "scripts": {
  19. "dev": "vite",
  20. "build": "run-p build-only",
  21. "buildold": "run-p type-check build-only",
  22. "preview": "vite preview",
  23. "build-only": "vite build",
  24. "type-check": "vue-tsc --noEmit",
  25. "lint": "eslint .",
  26. "lint:fix": "eslint . --fix",
  27. "bootstrap": "pnpm install && pnpm run common:prepare",
  28. "common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml",
  29. "common:prepare": "husky install",
  30. "docs:dev": "vitepress dev docs",
  31. "docs:build": "vitepress build docs",
  32. "docs:preview": "vitepress preview docs"
  33. },
  34. "dependencies": {
  35. "@tinyflow-ai/vue": "^0.0.9",
  36. "@traptitech/markdown-it-katex": "^3.6.0",
  37. "@vicons/ionicons5": "^0.13.0",
  38. "@vue-office/pdf": "^2.0.10",
  39. "@vueuse/core": "^9.13.0",
  40. "aieditor": "1.0.16",
  41. "await-to-js": "^3.0.0",
  42. "element-plus": "^2.9.2",
  43. "eventsource-parser": "^1.1.1",
  44. "file-saver": "^2.0.5",
  45. "form-data": "^4.0.0",
  46. "gpt-tokenizer": "^2.1.2",
  47. "highlight.js": "^11.7.0",
  48. "html2canvas": "^1.4.1",
  49. "js-audio-recorder": "^1.0.7",
  50. "katex": "^0.16.4",
  51. "localforage": "^1.10.0",
  52. "markdown-it": "^13.0.1",
  53. "marked": "^15.0.8",
  54. "naive-ui": "^2.34.3",
  55. "pinia": "^2.0.33",
  56. "vue": "^3.2.47",
  57. "vue-demi": "^0.14.10",
  58. "vue-i18n": "^9.2.2",
  59. "vue-router": "^4.1.6",
  60. "vue-waterfall-plugin-next": "^2.3.1"
  61. },
  62. "devDependencies": {
  63. "@antfu/eslint-config": "^0.35.3",
  64. "@commitlint/cli": "^17.4.4",
  65. "@commitlint/config-conventional": "^17.4.4",
  66. "@iconify/vue": "^4.1.0",
  67. "@types/crypto-js": "^4.1.1",
  68. "@types/html-docx-js": "^0.3.4",
  69. "@types/katex": "^0.16.0",
  70. "@types/markdown-it": "^12.2.3",
  71. "@types/markdown-it-link-attributes": "^3.0.1",
  72. "@types/node": "^18.14.6",
  73. "@vitejs/plugin-vue": "^4.0.0",
  74. "autoprefixer": "^10.4.13",
  75. "axios": "^1.3.4",
  76. "crypto-js": "^4.1.1",
  77. "eslint": "^8.35.0",
  78. "http-proxy-middleware": "^2.0.6",
  79. "husky": "^8.0.3",
  80. "less": "^4.1.3",
  81. "lint-staged": "^13.1.2",
  82. "markdown-it-link-attributes": "^4.0.1",
  83. "npm-run-all": "^4.1.5",
  84. "postcss": "^8.4.21",
  85. "rimraf": "^4.2.0",
  86. "svg-sprite-loader": "^6.0.11",
  87. "svgo": "^3.3.2",
  88. "tailwindcss": "^3.3.6",
  89. "typescript": "~4.9.5",
  90. "vite": "^4.2.0",
  91. "vite-plugin-pwa": "^0.14.4",
  92. "vite-plugin-svg-icons": "^2.0.1",
  93. "vitepress": "^1.6.3",
  94. "vue-tsc": "^1.2.0"
  95. },
  96. "lint-staged": {
  97. "*.{ts,tsx,vue}": [
  98. "pnpm lint:fix"
  99. ]
  100. }
  101. }