package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "pptist",
  3. "version": "2.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "test:speaking-api-config": "node scripts/test-speaking-api-config.mjs",
  11. "test:dialogue-stream-fallback": "node scripts/test-dialogue-stream-fallback.mjs",
  12. "build-only": "vite build",
  13. "type-check": "vue-tsc --build --force",
  14. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  15. "prepare": "husky install",
  16. "test:article-reading-data": "node scripts/test-article-reading-data.mjs",
  17. "test:article-reading-model": "node scripts/test-article-reading-model.mjs",
  18. "test:article-reading-stream": "node scripts/test-article-reading-stream.mjs",
  19. "test:article-reading-engine": "node scripts/test-article-reading-engine.mjs",
  20. "test:article-recorder-sample-rate": "node scripts/test-article-recorder-sample-rate.mjs",
  21. "test:article-reading-routing": "node scripts/test-article-reading-routing.mjs",
  22. "test:article-reading-i18n": "node scripts/test-article-reading-i18n.mjs",
  23. "test:article-auto-format": "node scripts/test-article-auto-format.mjs",
  24. "test:article-auto-format-flow": "node scripts/test-article-auto-format-flow.mjs",
  25. "test:article-errors": "node scripts/test-article-errors.mjs",
  26. "test:article-class-summary-auto": "node scripts/test-article-class-summary-auto.mjs"
  27. },
  28. "author": "pipipi_pikachu@163.com",
  29. "homepage": "https://github.com/pipipi-pikachu/PPTist",
  30. "dependencies": {
  31. "@icon-park/vue-next": "^1.4.2",
  32. "@microsoft/fetch-event-source": "^2.0.1",
  33. "animate.css": "^4.1.1",
  34. "axios": "^1.7.9",
  35. "clipboard": "^2.0.11",
  36. "crypto-js": "^4.2.0",
  37. "dexie": "^4.0.11",
  38. "echarts": "^5.6.0",
  39. "echarts-wordcloud": "^2.1.0",
  40. "file-saver": "^2.0.5",
  41. "hfmath": "^0.0.2",
  42. "html-to-image": "^1.11.13",
  43. "html2canvas": "^1.4.1",
  44. "jszip": "^3.10.1",
  45. "katex": "^0.16.22",
  46. "lodash": "^4.17.21",
  47. "markdown-it": "^14.1.1",
  48. "mitt": "^3.0.1",
  49. "nanoid": "^5.0.7",
  50. "number-precision": "^1.6.0",
  51. "pinia": "^3.0.2",
  52. "pptxgenjs": "^3.12.0",
  53. "pptxtojson": "1.12.0",
  54. "prosemirror-commands": "^1.6.0",
  55. "prosemirror-dropcursor": "^1.8.1",
  56. "prosemirror-gapcursor": "^1.3.2",
  57. "prosemirror-history": "^1.3.2",
  58. "prosemirror-inputrules": "^1.4.0",
  59. "prosemirror-keymap": "^1.2.2",
  60. "prosemirror-model": "^1.22.2",
  61. "prosemirror-schema-basic": "^1.2.3",
  62. "prosemirror-schema-list": "^1.4.1",
  63. "prosemirror-state": "^1.4.3",
  64. "prosemirror-view": "^1.33.9",
  65. "qs": "^6.14.0",
  66. "rtf.js": "^3.0.9",
  67. "svg-arc-to-cubic-bezier": "^3.2.0",
  68. "svg-pathdata": "^7.2.0",
  69. "tinycolor2": "^1.6.0",
  70. "tippy.js": "^6.3.7",
  71. "utif": "^3.1.0",
  72. "utif2": "^4.1.0",
  73. "uuid": "^13.0.0",
  74. "vue": "^3.5.17",
  75. "vuedraggable": "^4.1.0",
  76. "wangeditor": "^4.7.15",
  77. "webcodecs-encoder": "^0.3.2",
  78. "y-websocket": "^3.0.0",
  79. "yjs": "^13.6.27"
  80. },
  81. "devDependencies": {
  82. "@commitlint/cli": "^18.4.3",
  83. "@commitlint/config-conventional": "^18.4.3",
  84. "@rushstack/eslint-patch": "^1.3.3",
  85. "@tsconfig/node18": "^18.2.2",
  86. "@types/crypto-js": "^4.2.1",
  87. "@types/file-saver": "^2.0.7",
  88. "@types/html2canvas": "^1.0.0",
  89. "@types/lodash": "^4.14.202",
  90. "@types/markdown-it": "^14.1.2",
  91. "@types/node": "^18.19.3",
  92. "@types/qs": "^6.14.0",
  93. "@types/svg-arc-to-cubic-bezier": "^3.2.2",
  94. "@types/tinycolor2": "^1.4.6",
  95. "@vitejs/plugin-vue": "^5.1.0",
  96. "@vue/eslint-config-typescript": "^12.0.0",
  97. "@vue/tsconfig": "^0.5.0",
  98. "eslint": "^8.49.0",
  99. "eslint-plugin-vue": "^9.17.0",
  100. "husky": "^8.0.3",
  101. "npm-run-all2": "^6.1.1",
  102. "sass": "1.69.6",
  103. "typescript": "~5.3.0",
  104. "vite": "^5.3.5",
  105. "vite-plugin-vue-inspector": "^5.4.0",
  106. "vue-tsc": "^2.0.29"
  107. }
  108. }