package.json 968 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "excel-preview",
  3. "version": "1.0.5",
  4. "description": "Preview Excel online",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "gulp compressJS"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/sumile-ting/excelPreview.git"
  13. },
  14. "keywords": [
  15. "excel",
  16. "sheetjs"
  17. ],
  18. "author": "zhuwei",
  19. "license": "ISC",
  20. "bugs": {
  21. "url": "https://github.com/sumile-ting/excelPreview/issues"
  22. },
  23. "homepage": "https://github.com/sumile-ting/excelPreview#readme",
  24. "dependencies": {
  25. "bootstrap-fileinput": "^5.0.6",
  26. "bootstrap-table": "^1.13.1",
  27. "bootstrap": ">=3.4.1",
  28. "jquery": ">=3.4.0",
  29. "xlsx": "^0.14.1",
  30. "xlsx-style": "^0.8.13"
  31. },
  32. "devDependencies": {
  33. "babel-core": "6.26.0",
  34. "babel-preset-env": "^1.7.0",
  35. "gulp": "^4.0.2",
  36. "gulp-babel": "^7.0.0",
  37. "gulp-concat": "^2.6.1",
  38. "gulp-uglify": "^3.0.2"
  39. }
  40. }