package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "fslightbox",
  3. "version": "3.4.1",
  4. "description": "An easy to use vanilla JavaScript plug-in without production dependencies for displaying images, videos, or, through custom sources, anything you want in a clean overlying box.",
  5. "author": "Bantha Apps Piotr Zdziarski",
  6. "license": "MIT",
  7. "homepage": "https://fslightbox.com",
  8. "bugs": {
  9. "url": "https://github.com/banthagroup/fslightbox/issues"
  10. },
  11. "main": "index.js",
  12. "keywords": [
  13. "fslightbox",
  14. "vanilla javascript fslightbox",
  15. "vanilla js fslightbox",
  16. "vanilla javascript lightbox",
  17. "vanilla js lightbox",
  18. "lightbox"
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/banthagroup/fslightbox"
  23. },
  24. "scripts": {
  25. "w": "webpack-dev-server --host 0.0.0.0",
  26. "p": "webpack --config webpack.prod.config.js && cp index.js fslightbox.js"
  27. },
  28. "devDependencies": {
  29. "@babel/core": "^7.4.4",
  30. "@babel/preset-env": "^7.4.4",
  31. "@babel/register": "^7.4.4",
  32. "babel-loader": "^8.0.5",
  33. "html-webpack-plugin": "^3.2.0",
  34. "webpack": "^4.30.0",
  35. "webpack-cli": "^3.3.1",
  36. "webpack-dev-server": "^3.3.1"
  37. }
  38. }