package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "name": "ppt-list",
  3. "version": "1.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build:prod": "vite build",
  9. "build:stag": "vite build --mode staging",
  10. "build:devProd": "vite build --mode devProd",
  11. "preview": "vite preview --port 9528",
  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. },
  15. "dependencies": {
  16. "@icon-park/vue-next": "^1.4.2",
  17. "@types/nprogress": "^0.2.3",
  18. "animate.css": "^4.1.1",
  19. "axios": "^1.3.6",
  20. "clipboard": "^2.0.11",
  21. "cos-js-sdk-v5": "^1.4.20",
  22. "crypto-js": "^4.2.0",
  23. "dexie": "3.0.3",
  24. "echarts": "^5.5.1",
  25. "element-plus": "^2.3.4",
  26. "file-saver": "^2.0.5",
  27. "hfmath": "^0.0.2",
  28. "html-to-image": "^1.11.11",
  29. "js-cookie": "^3.0.5",
  30. "lodash": "^4.17.21",
  31. "mitt": "^3.0.1",
  32. "nanoid": "^5.0.7",
  33. "nprogress": "^0.2.0",
  34. "number-precision": "^1.6.0",
  35. "pinia": "^2.1.7",
  36. "pptxgenjs": "^3.12.0",
  37. "pptxtojson": "^1.0.3",
  38. "prosemirror-commands": "^1.6.0",
  39. "prosemirror-dropcursor": "^1.8.1",
  40. "prosemirror-gapcursor": "^1.3.2",
  41. "prosemirror-history": "^1.3.2",
  42. "prosemirror-inputrules": "^1.4.0",
  43. "prosemirror-keymap": "^1.2.2",
  44. "prosemirror-model": "^1.22.2",
  45. "prosemirror-schema-basic": "^1.2.3",
  46. "prosemirror-schema-list": "^1.4.1",
  47. "prosemirror-state": "^1.4.3",
  48. "prosemirror-view": "^1.33.9",
  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.4.34",
  54. "vue-router": "^4.0.3",
  55. "vuedraggable": "^4.1.0"
  56. },
  57. "devDependencies": {
  58. "@rushstack/eslint-patch": "^1.3.3",
  59. "@tsconfig/node18": "^18.2.2",
  60. "@types/crypto-js": "^4.2.1",
  61. "@types/file-saver": "^2.0.7",
  62. "@types/js-cookie": "^3.0.3",
  63. "@types/lodash": "^4.14.202",
  64. "@types/node": "^18.19.3",
  65. "@types/svg-arc-to-cubic-bezier": "^3.2.2",
  66. "@types/tinycolor2": "^1.4.6",
  67. "@vitejs/plugin-vue": "^5.1.0",
  68. "@vue/eslint-config-prettier": "^10.1.0",
  69. "@vue/eslint-config-typescript": "^12.0.0",
  70. "@vue/tsconfig": "^0.5.0",
  71. "eslint": "^8.49.0",
  72. "eslint-plugin-vue": "^9.17.0",
  73. "npm-run-all2": "^6.1.1",
  74. "prettier": "^3.3.3",
  75. "sass": "^1.69.6",
  76. "typescript": "~5.3.0",
  77. "vite": "^5.3.5",
  78. "vue-tsc": "^2.0.29"
  79. }
  80. }