package.json 2.6 KB

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