package.json 699 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "excelpreview",
  3. "version": "1.0.0",
  4. "description": "Preview Excel online",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/sumile-ting/excelPreview.git"
  12. },
  13. "keywords": [
  14. "excel",
  15. "sheetjs"
  16. ],
  17. "author": "zhuwei",
  18. "license": "ISC",
  19. "bugs": {
  20. "url": "https://github.com/sumile-ting/excelPreview/issues"
  21. },
  22. "homepage": "https://github.com/sumile-ting/excelPreview#readme",
  23. "dependencies": {
  24. "bootstrap": "^3.4.0",
  25. "bootstrap-table": "^1.13.1",
  26. "jquery": "^3.3.1",
  27. "xlsx": "^0.14.1",
  28. "xlsx-style": "^0.8.13"
  29. }
  30. }