gulp dist build

This commit is contained in:
2022-01-28 14:28:32 +01:00
parent 385d2e78b5
commit 041ce84965
88 changed files with 4428 additions and 1543 deletions

View File

@@ -1,43 +1,47 @@
{
"_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"
},
"name": "fslightbox",
"version": "3.3.1",
"description": "Modern and easy plugin for displaying images and videos in clean overlaying box. Display single source or create beautiful gallery with powerful lightbox.",
"author": "Bantha Apps Piotr Zdziarski",
"license": "MIT",
"homepage": "https://fslightbox.com",
"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.",
"main": "index.js",
"keywords": [
"lightbox",
"slide gallery",
"image lightbox",
"slider",
"carousel"
],
"repository": {
"type": "git",
"url": "git+https://github.com/banthagroup/fslightbox"
},
"scripts": {
"test": "jest",
"production": "webpack --mode production --config webpack.prod.config.js --display-modules && gulp",
"watch": "webpack-dev-server --mode development --host 0.0.0.0",
"cypress": "concurrently --kill-others \"webpack-dev-server --config ./webpack.cypress.config.js --mode development\" \"node ./node_modules/.bin/cypress open\""
},
"jest": {
"setupFiles": [
"./jest-setup.js"
],
"verbose": true,
"testPathIgnorePatterns": [
"/node_modules/",
"/demo/",
"/dist/",
"/tests/cypress/"
],
"collectCoverage": false
},
"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",
@@ -64,37 +68,5 @@
"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"
}
}