trAvis - MANAGER
Edit File: package.json
{ "name": "envira-gallery-lite", "version": "2.0.0", "description": "Gulp Script to process Envira Gallery Lite build.", "homepage": "https://enviragallery.com", "bugs": { "url": "https://github.com/enviragallery/envira-gallery-plugin/issues" }, "repository": { "type": "git", "url": "git+https://github.com/enviragallery/envira-gallery-plugin.git" }, "license": "GPL-2.0", "author": "Envira Gallery Team", "engines": { "node": ">=18" }, "scripts": { "scripts": "./node_modules/.bin/gulp scripts", "metabox": "./node_modules/.bin/gulp metabox", "build": "./node_modules/.bin/gulp build", "gutenberg": "./node_modules/.bin/webpack --config ./_tasks/webpack/gutenberg.config.js", "styles": "./node_modules/.bin/gulp styles", "watch": "NODE_ENV=development ./node_modules/.bin/gulp build && NODE_ENV=development ./node_modules/.bin/gulp watch" }, "dependencies": { "@babel/cli": "^7.23.4", "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@wordpress/hooks": "^3.48.0", "classnames": "2.5.1", "gulp-minify": "^3.1.0", "gulp-sourcemaps": "^3.0.0", "lodash": "4.17.21", "mini-css-extract-plugin": "^2.7.6", "prop-types": "^15.8.1", "query-string": "^8.1.0", "react": "^18.2.0", "react-autosize-textarea": "7.1.0", "react-dom": "^18.2.0", "react-input-autosize": "^3.0.0", "react-router-dom": "^6.21.1", "react-select": "5.8.0", "react-sweet-progress": "^1.1.2", "redux": "^5.0.1", "resize-observer-polyfill": "^1.5.1", "sass": "^1.69.7", "sweetalert2": "10.16.9", "uglify-es": "^3.3.9", "unescape": "^1.0.1" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-react-jsx": "7.23.4", "@babel/plugin-transform-runtime": "^7.23.7", "@babel/preset-env": "^7.23.8", "@babel/preset-react": "^7.23.3", "@babel/register": "^7.23.7", "auto-changelog": "2.4.0", "autoprefixer": "^10.4", "babel-loader": "^9.1.3", "cross-env": "^7.0.3", "css-loader": "^6.8", "cssnano": "^6.0", "desandro-matches-selector": "^2.0.2", "dotenv": "^16.4.1", "eslint": "^8.56.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-standard": "^5.0.0", "fizzy-ui-utils": "^3.0.0", "get-size": "^3.0.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-cached": "^1.1.1", "gulp-clip-empty-files": "^0.1.2", "gulp-concat": "^2.6.1", "gulp-ignore": "^3.0.0", "gulp-imagemin": "9.0.0", "gulp-load-plugins": "2.0.8", "gulp-notify": "4.0.0", "gulp-phpcbf": "0.1.2", "gulp-phpcs": "3.1.0", "gulp-print": "^5.0.2", "gulp-rename": "^2.0.0", "gulp-run-command": "0.0.10", "gulp-sass": "^5.1.0", "gulp-tap": "^2.0.0", "gulp-uglify": "^3.0.2", "gulp-watch": "^5.0.1", "gulp-wp-pot": "2.5.0", "gutil": "1.6.4", "history": "^5.3", "masonry-layout": "^4.2.2", "outlayer": "^2.1.1", "postcss": "^8.4.34", "postcss-import": "^16.0", "postcss-loader": "^7.3", "postcss-preset-env": "^9.3", "request": "^2.88.2", "sass-lint": "^1.13.1", "sass-loader": "^13.3", "style-loader": "^3.3", "uglifyjs-webpack-plugin": "2.2.0", "vinyl-named-with-path": "^1.0.0", "webpack": "5.89.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "4.15.1", "webpack-stream": "7.0.0" } }