package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. "@traptitech/markdown-it-katex": "^3.6.0",
  36. "@vicons/ionicons5": "^0.13.0",
  37. "@vue-office/pdf": "^2.0.10",
  38. "@vueuse/core": "^9.13.0",
  39. "await-to-js": "^3.0.0",
  40. "element-plus": "^2.9.2",
  41. "eventsource-parser": "^1.1.1",
  42. "form-data": "^4.0.0",
  43. "gpt-tokenizer": "^2.1.2",
  44. "highlight.js": "^11.7.0",
  45. "html2canvas": "^1.4.1",
  46. "js-audio-recorder": "^1.0.7",
  47. "katex": "^0.16.4",
  48. "localforage": "^1.10.0",
  49. "markdown-it": "^13.0.1",
  50. "naive-ui": "^2.34.3",
  51. "pinia": "^2.0.33",
  52. "vue": "^3.2.47",
  53. "vue-demi": "^0.14.10",
  54. "vue-i18n": "^9.2.2",
  55. "vue-router": "^4.1.6",
  56. "vue-waterfall-plugin-next": "^2.3.1"
  57. },
  58. "devDependencies": {
  59. "@antfu/eslint-config": "^0.35.3",
  60. "@commitlint/cli": "^17.4.4",
  61. "@commitlint/config-conventional": "^17.4.4",
  62. "@iconify/vue": "^4.1.0",
  63. "@types/crypto-js": "^4.1.1",
  64. "@types/katex": "^0.16.0",
  65. "@types/markdown-it": "^12.2.3",
  66. "@types/markdown-it-link-attributes": "^3.0.1",
  67. "@types/node": "^18.14.6",
  68. "@vitejs/plugin-vue": "^4.0.0",
  69. "autoprefixer": "^10.4.13",
  70. "axios": "^1.3.4",
  71. "crypto-js": "^4.1.1",
  72. "eslint": "^8.35.0",
  73. "http-proxy-middleware": "^2.0.6",
  74. "husky": "^8.0.3",
  75. "less": "^4.1.3",
  76. "lint-staged": "^13.1.2",
  77. "markdown-it-link-attributes": "^4.0.1",
  78. "npm-run-all": "^4.1.5",
  79. "postcss": "^8.4.21",
  80. "rimraf": "^4.2.0",
  81. "svg-sprite-loader": "^6.0.11",
  82. "svgo": "^3.3.2",
  83. "tailwindcss": "^3.3.6",
  84. "typescript": "~4.9.5",
  85. "vite": "^4.2.0",
  86. "vite-plugin-pwa": "^0.14.4",
  87. "vite-plugin-svg-icons": "^2.0.1",
  88. "vitepress": "^1.6.3",
  89. "vue-tsc": "^1.2.0"
  90. },
  91. "lint-staged": {
  92. "*.{ts,tsx,vue}": [
  93. "pnpm lint:fix"
  94. ]
  95. }
  96. }