101 lines
2.8 KiB
JSON
101 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"fslightbox@3.3.0",
|
|
"/Applications/MAMP/htdocs/front/front-template"
|
|
]
|
|
],
|
|
"_from": "fslightbox@3.3.0",
|
|
"_id": "fslightbox@3.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-r4FVM9G95eQjf+8QYvqHDcAbGGqVgBIQPrYb/YCRGvGAdl5l/CqeDbYyxFqzZaGLqo1F8IL5UxQV+8Bp10aBKA==",
|
|
"_location": "/fslightbox",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "fslightbox@3.3.0",
|
|
"name": "fslightbox",
|
|
"escapedName": "fslightbox",
|
|
"rawSpec": "3.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fslightbox/-/fslightbox-3.3.0.tgz",
|
|
"_spec": "3.3.0",
|
|
"_where": "/Applications/MAMP/htdocs/front/front-template",
|
|
"author": {
|
|
"name": "Bantha Apps Piotr Zdziarski"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/banthagroup/fslightbox/issues"
|
|
},
|
|
"description": "Modern and easy plugin for displaying images and videos in clean overlaying box. Display single source or create beautiful gallery with powerful lightbox.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.4.4",
|
|
"babel-jest": "^24.7.1",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-polyfill": "^6.26.0",
|
|
"browser-sync": "^2.26.7",
|
|
"concurrently": "^6.2.0",
|
|
"copy-webpack-plugin": "^5.0.3",
|
|
"core-js": "^3.0.1",
|
|
"css-loader": "^2.1.0",
|
|
"cypress": "^7.5.0",
|
|
"dotenv": "^10.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean-css": "^4.2.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"html-loader": "^0.5.5",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"jest": "^24.7.1",
|
|
"node-sass": "^4.12.0",
|
|
"prop-types": "^15.6.2",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"uglifyjs-webpack-plugin": "^2.1.1",
|
|
"webpack": "^4.30.0",
|
|
"webpack-cli": "^3.3.1",
|
|
"webpack-dev-server": "^3.3.1"
|
|
},
|
|
"homepage": "https://fslightbox.com",
|
|
"jest": {
|
|
"verbose": true,
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/",
|
|
"/demo/",
|
|
"/dist/",
|
|
"/tests/cypress/"
|
|
],
|
|
"collectCoverage": false
|
|
},
|
|
"keywords": [
|
|
"lightbox",
|
|
"slide gallery",
|
|
"image lightbox",
|
|
"slider",
|
|
"carousel"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "fslightbox",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/banthagroup/fslightbox.git"
|
|
},
|
|
"scripts": {
|
|
"cypress": "concurrently --kill-others \"webpack-dev-server --config ./webpack.cypress.config.js --mode development\" \"node ./node_modules/.bin/cypress open\"",
|
|
"production": "webpack --mode production --config webpack.prod.config.js --display-modules && gulp",
|
|
"test": "jest",
|
|
"watch": "webpack-dev-server --mode development --host 0.0.0.0"
|
|
},
|
|
"version": "3.3.0"
|
|
}
|