package.json 2.6 KB

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