package.json 705 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "MarkPaper",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "dev:h5": "uni-app-scripts dev:h5",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@dcloudio/uni-template-compiler": "^2.0.2-4080720251210002",
  14. "@dcloudio/vite-plugin-uni": "3.0.0-4020320240708001",
  15. "@vueup/vue-quill": "^1.5.5",
  16. "echarts": "^5.6.0",
  17. "jsencrypt": "^3.3.2",
  18. "lodash-es": "^4.17.21",
  19. "pdfh5": "^3.0.0",
  20. "pdfjs-dist": "^3.8.162"
  21. },
  22. "devDependencies": {
  23. "@dcloudio/uni-cli-i18n": "^2.0.2-4060620250520001",
  24. "@dcloudio/uni-cli-shared": "^3.0.0-4020320240708001"
  25. }
  26. }