2018-04-21 05:06:20 +02:00
|
|
|
{
|
2019-11-25 06:59:54 +01:00
|
|
|
"name": "@a2nt/meta-lightbox",
|
2020-04-20 12:01:34 +02:00
|
|
|
"version": "1.2.7",
|
2019-11-25 06:59:54 +01:00
|
|
|
"description": "Universal Lightbox window",
|
|
|
|
"main": "meta-lightbox.js",
|
2020-03-23 19:10:33 +01:00
|
|
|
"author": "Tony Air <tony@twma.pro>",
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/a2nt/meta-lightbox.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"yarn": ">= 1.0.0"
|
|
|
|
},
|
2019-11-25 06:59:54 +01:00
|
|
|
"scripts": {
|
2019-11-25 07:44:19 +01:00
|
|
|
"start": "cross-env NODE_ENV=development webpack-dev-server --https -d --config webpack.config.js",
|
|
|
|
"dash": "cross-env NODE_ENV=development webpack-dashboard -- webpack-dev-server --config webpack.config.js",
|
|
|
|
"build": "cross-env NODE_ENV=production webpack -p --config webpack.config.js --progress",
|
|
|
|
"lint:check": "eslint ./src --config .eslintrc && sass-lint ./src --config .sasslintrc -v -q",
|
|
|
|
"lint:fix": "eslint ./src --config .eslintrc --fix && sass-lint ./src --config .sasslintrc -v -q --fix",
|
|
|
|
"lint:js": "eslint ./src --config .eslintrc",
|
|
|
|
"lint:sass": "sass-lint ./src --config .sasslintrc -v -q",
|
|
|
|
"prebuild": "yarn lint:fix && rimraf dist",
|
2020-03-23 19:10:33 +01:00
|
|
|
"prepare": "yarn lint:fix && yarn build",
|
|
|
|
"prunecaches": "rimraf ./node_modules/.cache/",
|
|
|
|
"postinstall": "npm run prunecaches",
|
|
|
|
"postuninstall": "npm run prunecaches"
|
2019-11-25 06:59:54 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-03-23 19:10:33 +01:00
|
|
|
"@google/markerclusterer": "^1.0.3",
|
|
|
|
"animate.css": "^3.7.0",
|
|
|
|
"bootbox": "^4.4.0",
|
|
|
|
"bootstrap": "^4.4.1",
|
|
|
|
"bootstrap-confirmation2": "^4.1.0",
|
|
|
|
"bootstrap-datepicker": "^1.9.0",
|
|
|
|
"bootstrap-offcanvas": "^1.0.0",
|
|
|
|
"bootstrap-table": "^1.16.0",
|
|
|
|
"bootstrap-timepicker": "^0.5.2",
|
2020-04-20 10:35:43 +02:00
|
|
|
"browserslist": "^4.11.1",
|
|
|
|
"caniuse-lite": "^1.0.30001043",
|
2020-03-23 19:10:33 +01:00
|
|
|
"core-util-is": "^1.0.2",
|
|
|
|
"croppie": "^2.6.4",
|
|
|
|
"exif-js": "^2.3.0",
|
|
|
|
"font-awesome": "^4.7.0",
|
|
|
|
"foundation-emails": "^2.2.1",
|
|
|
|
"gijgo": "^1.9.13",
|
|
|
|
"inputmask": "^5.0.3",
|
2020-04-20 10:35:43 +02:00
|
|
|
"jquery": "^3.5.0",
|
2019-11-25 06:59:54 +01:00
|
|
|
"jquery-hammerjs": "^2.0.0",
|
|
|
|
"jquery-hoverintent": "^1.10.1",
|
|
|
|
"jquery-zoom": "^1.7.21",
|
|
|
|
"jquery.appear": "^1.0.1",
|
2020-03-23 19:10:33 +01:00
|
|
|
"laravel-mix": "^4.1.2",
|
2020-04-20 10:35:43 +02:00
|
|
|
"mapbox-gl": "^1.9.1",
|
2020-03-23 19:10:33 +01:00
|
|
|
"offcanvas-bootstrap": "^2.5.2",
|
|
|
|
"popper.js": "^1.16.1",
|
|
|
|
"pouchdb": "^6.4.3",
|
|
|
|
"quill": "^1.3.7",
|
|
|
|
"react-bootstrap4-form-validation": "^1.0.10",
|
|
|
|
"routie": "0.0.1",
|
|
|
|
"select2": "^4.0.13",
|
|
|
|
"smooth-scroll": "^14.2.1",
|
|
|
|
"sticky-sidebar": "^3.3.1",
|
|
|
|
"yarn": "^1.22.0"
|
2019-11-25 06:59:54 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-23 19:10:33 +01:00
|
|
|
"@a2nt/image-sprite-webpack-plugin": "^0.2.5",
|
|
|
|
"@babel/core": "^7.8.4",
|
2020-04-20 10:35:43 +02:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.9.4",
|
|
|
|
"@babel/preset-env": "^7.9.5",
|
2019-11-25 06:59:54 +01:00
|
|
|
"autoprefixer": "^7.2.5",
|
|
|
|
"babel-eslint": "^8.2.6",
|
2020-03-23 19:10:33 +01:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-11-25 06:59:54 +01:00
|
|
|
"browser-sync": "^2.24.5",
|
|
|
|
"browser-sync-webpack-plugin": "^2.2.2",
|
|
|
|
"copy-webpack-plugin": "^4.6.0",
|
|
|
|
"copyfiles": "^1.2.0",
|
|
|
|
"cross-env": "^5.1.6",
|
2020-04-20 10:35:43 +02:00
|
|
|
"css-loader": "^3.5.2",
|
2019-11-25 06:59:54 +01:00
|
|
|
"eslint": "^4.18.1",
|
2020-04-20 10:35:43 +02:00
|
|
|
"eslint-plugin-import": "^2.20.2",
|
2019-11-25 06:59:54 +01:00
|
|
|
"eslint-plugin-jquery": "^1.5.1",
|
2020-03-23 19:10:33 +01:00
|
|
|
"eslint-plugin-react": "^7.18.3",
|
2019-11-25 06:59:54 +01:00
|
|
|
"exports-loader": "^0.7.0",
|
|
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
|
|
"favicons-webpack-plugin": "^1.0.2",
|
|
|
|
"file-loader": "^1.1.5",
|
2020-03-23 19:10:33 +01:00
|
|
|
"hard-source-webpack-plugin": "^0.13.1",
|
2019-11-25 08:57:57 +01:00
|
|
|
"html-loader": "^0.5.5",
|
2020-04-20 10:35:43 +02:00
|
|
|
"html-webpack-plugin": "^4.2.0",
|
2020-03-23 19:10:33 +01:00
|
|
|
"imagemin-gifsicle": "^7.0.0",
|
|
|
|
"imagemin-jpegtran": "^6.0.0",
|
|
|
|
"imagemin-optipng": "^7.1.0",
|
|
|
|
"imagemin-svgo": "^7.0.0",
|
|
|
|
"imagemin-webpack": "^5.1.1",
|
2020-04-20 10:35:43 +02:00
|
|
|
"loglevel": "^1.6.8",
|
2019-11-25 06:59:54 +01:00
|
|
|
"lost": "^8.3.1",
|
|
|
|
"material-design-color": "^2.3.2",
|
2020-03-23 19:10:33 +01:00
|
|
|
"node-sass": "^4.13.1",
|
2019-11-25 06:59:54 +01:00
|
|
|
"object-assign": "^4.1.1",
|
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
|
|
"postcss-loader": "^2.1.5",
|
2020-04-20 10:35:43 +02:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2019-11-25 06:59:54 +01:00
|
|
|
"react-hot-loader": "^3.1.3",
|
|
|
|
"redux": "^3.7.2",
|
|
|
|
"redux-devtools-extension": "^2.13.8",
|
|
|
|
"resolve-url-loader": "^2.3.2",
|
|
|
|
"rimraf": "^2.6.3",
|
|
|
|
"sass-lint": "^1.13.1",
|
|
|
|
"sass-lint-fix": "^1.12.1",
|
|
|
|
"sass-loader": "^6.0.6",
|
|
|
|
"script-ext-html-webpack-plugin": "^2.1.4",
|
|
|
|
"style-loader": "^0.19.0",
|
|
|
|
"svg-url-loader": "^2.3.3",
|
2020-03-23 19:10:33 +01:00
|
|
|
"terser-webpack-plugin": "^2.3.4",
|
2019-11-25 06:59:54 +01:00
|
|
|
"url-loader": "^0.6.2",
|
2020-04-20 10:35:43 +02:00
|
|
|
"webpack": "^4.42.1",
|
2020-03-23 19:10:33 +01:00
|
|
|
"webpack-cli": "^3.3.11",
|
|
|
|
"webpack-dev-server": "^3.10.3",
|
2019-11-25 06:59:54 +01:00
|
|
|
"webpack-manifest-plugin": "^1.3.2",
|
|
|
|
"webpack-merge": "^4.1.1"
|
2020-03-23 19:10:33 +01:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://npm.pkg.github.com/"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"defaults",
|
|
|
|
"ie>=11"
|
|
|
|
],
|
|
|
|
"stylelint": {
|
|
|
|
"rules": {
|
|
|
|
"block-no-empty": null,
|
|
|
|
"color-no-invalid-hex": true,
|
|
|
|
"comment-empty-line-before": [
|
|
|
|
"always",
|
|
|
|
{
|
|
|
|
"ignore": [
|
|
|
|
"stylelint-commands",
|
|
|
|
"after-comment"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"declaration-colon-space-after": "always",
|
|
|
|
"indentation": [
|
|
|
|
4,
|
|
|
|
{
|
|
|
|
"except": [
|
|
|
|
"value"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"max-empty-lines": 2,
|
|
|
|
"rule-empty-line-before": [
|
|
|
|
"always",
|
|
|
|
{
|
|
|
|
"except": [
|
|
|
|
"first-nested"
|
|
|
|
],
|
|
|
|
"ignore": [
|
|
|
|
"after-comment"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"unit-whitelist": [
|
|
|
|
"em",
|
|
|
|
"rem",
|
|
|
|
"%",
|
|
|
|
"s",
|
|
|
|
"px"
|
|
|
|
]
|
|
|
|
}
|
2019-11-25 06:59:54 +01:00
|
|
|
}
|
|
|
|
}
|