envira-gallery-lite
Last commit date
assets
6 months ago
includes
1 year ago
languages
1 year ago
themes
6 months ago
changelog.txt
1 year ago
envira-gallery-lite.php
1 year ago
gulpfile.js
1 year ago
package.json
1 year ago
readme.txt
1 year ago
package.json
114 lines
| 1 | { |
| 2 | "name": "envira-gallery-lite", |
| 3 | "version": "2.0.0", |
| 4 | "description": "Gulp Script to process Envira Gallery Lite build.", |
| 5 | "homepage": "https://enviragallery.com", |
| 6 | "bugs": { |
| 7 | "url": "https://github.com/enviragallery/envira-gallery-plugin/issues" |
| 8 | }, |
| 9 | "repository": { |
| 10 | "type": "git", |
| 11 | "url": "git+https://github.com/enviragallery/envira-gallery-plugin.git" |
| 12 | }, |
| 13 | "license": "GPL-2.0", |
| 14 | "author": "Envira Gallery Team", |
| 15 | "engines": { |
| 16 | "node": ">=18" |
| 17 | }, |
| 18 | "scripts": { |
| 19 | "scripts": "./node_modules/.bin/gulp scripts", |
| 20 | "metabox": "./node_modules/.bin/gulp metabox", |
| 21 | "build": "./node_modules/.bin/gulp build", |
| 22 | "gutenberg": "./node_modules/.bin/webpack --config ./_tasks/webpack/gutenberg.config.js", |
| 23 | "styles": "./node_modules/.bin/gulp styles", |
| 24 | "watch": "NODE_ENV=development ./node_modules/.bin/gulp build && NODE_ENV=development ./node_modules/.bin/gulp watch" |
| 25 | }, |
| 26 | "dependencies": { |
| 27 | "@babel/cli": "^7.23.4", |
| 28 | "@babel/plugin-transform-modules-commonjs": "^7.23.3", |
| 29 | "@wordpress/hooks": "^3.48.0", |
| 30 | "classnames": "2.5.1", |
| 31 | "gulp-minify": "^3.1.0", |
| 32 | "gulp-sourcemaps": "^3.0.0", |
| 33 | "lodash": "4.17.21", |
| 34 | "mini-css-extract-plugin": "^2.7.6", |
| 35 | "prop-types": "^15.8.1", |
| 36 | "query-string": "^8.1.0", |
| 37 | "react": "^18.2.0", |
| 38 | "react-autosize-textarea": "7.1.0", |
| 39 | "react-dom": "^18.2.0", |
| 40 | "react-input-autosize": "^3.0.0", |
| 41 | "react-router-dom": "^6.21.1", |
| 42 | "react-select": "5.8.0", |
| 43 | "react-sweet-progress": "^1.1.2", |
| 44 | "redux": "^5.0.1", |
| 45 | "resize-observer-polyfill": "^1.5.1", |
| 46 | "sass": "^1.69.7", |
| 47 | "sweetalert2": "10.16.9", |
| 48 | "uglify-es": "^3.3.9", |
| 49 | "unescape": "^1.0.1" |
| 50 | }, |
| 51 | "devDependencies": { |
| 52 | "@babel/core": "^7.23.7", |
| 53 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 54 | "@babel/plugin-transform-react-jsx": "7.23.4", |
| 55 | "@babel/plugin-transform-runtime": "^7.23.7", |
| 56 | "@babel/preset-env": "^7.23.8", |
| 57 | "@babel/preset-react": "^7.23.3", |
| 58 | "@babel/register": "^7.23.7", |
| 59 | "auto-changelog": "2.4.0", |
| 60 | "autoprefixer": "^10.4", |
| 61 | "babel-loader": "^9.1.3", |
| 62 | "cross-env": "^7.0.3", |
| 63 | "css-loader": "^6.8", |
| 64 | "cssnano": "^6.0", |
| 65 | "desandro-matches-selector": "^2.0.2", |
| 66 | "dotenv": "^16.4.1", |
| 67 | "eslint": "^8.56.0", |
| 68 | "eslint-config-standard": "^17.1.0", |
| 69 | "eslint-plugin-import": "^2.29.1", |
| 70 | "eslint-plugin-node": "^11.1.0", |
| 71 | "eslint-plugin-promise": "^6.1.1", |
| 72 | "eslint-plugin-standard": "^5.0.0", |
| 73 | "fizzy-ui-utils": "^3.0.0", |
| 74 | "get-size": "^3.0.0", |
| 75 | "gulp": "^4.0.2", |
| 76 | "gulp-babel": "^8.0.0", |
| 77 | "gulp-cached": "^1.1.1", |
| 78 | "gulp-clip-empty-files": "^0.1.2", |
| 79 | "gulp-concat": "^2.6.1", |
| 80 | "gulp-ignore": "^3.0.0", |
| 81 | "gulp-imagemin": "9.0.0", |
| 82 | "gulp-load-plugins": "2.0.8", |
| 83 | "gulp-notify": "4.0.0", |
| 84 | "gulp-phpcbf": "0.1.2", |
| 85 | "gulp-phpcs": "3.1.0", |
| 86 | "gulp-print": "^5.0.2", |
| 87 | "gulp-rename": "^2.0.0", |
| 88 | "gulp-run-command": "0.0.10", |
| 89 | "gulp-sass": "^5.1.0", |
| 90 | "gulp-tap": "^2.0.0", |
| 91 | "gulp-uglify": "^3.0.2", |
| 92 | "gulp-watch": "^5.0.1", |
| 93 | "gulp-wp-pot": "2.5.0", |
| 94 | "gutil": "1.6.4", |
| 95 | "history": "^5.3", |
| 96 | "masonry-layout": "^4.2.2", |
| 97 | "outlayer": "^2.1.1", |
| 98 | "postcss": "^8.4.34", |
| 99 | "postcss-import": "^16.0", |
| 100 | "postcss-loader": "^7.3", |
| 101 | "postcss-preset-env": "^9.3", |
| 102 | "request": "^2.88.2", |
| 103 | "sass-lint": "^1.13.1", |
| 104 | "sass-loader": "^13.3", |
| 105 | "style-loader": "^3.3", |
| 106 | "uglifyjs-webpack-plugin": "2.2.0", |
| 107 | "vinyl-named-with-path": "^1.0.0", |
| 108 | "webpack": "5.89.0", |
| 109 | "webpack-cli": "^5.1.4", |
| 110 | "webpack-dev-server": "4.15.1", |
| 111 | "webpack-stream": "7.0.0" |
| 112 | } |
| 113 | } |
| 114 |