package.json 2.5 KB

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