package.json 2.9 KB

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