{ "name": "bastet", "version": "1.0.0", "description": "Bastet - Personal Life Style WordPress Theme", "main": "gulpfile.js", "browserslist": [ "last 2 versions", "not IE 11", "maintained node versions" ], "dependencies": { "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-decorators": "^7.13.5", "@babel/plugin-proposal-export-namespace-from": "^7.12.13", "@babel/plugin-proposal-function-sent": "^7.10.1", "@babel/plugin-proposal-json-strings": "^7.10.1", "@babel/plugin-proposal-numeric-separator": "^7.10.1", "@babel/plugin-proposal-object-rest-spread": "^7.9.0", "@babel/plugin-proposal-throw-expressions": "^7.10.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-spread": "^7.13.0", "@babel/preset-react": "^7.10.4", "@babel/preset-stage-2": "^7.8.3", "@babel/runtime": "^7.13.10", "axios": "^0.21.1", "bootstrap-dropdown-hover": "^4.2.0", "classnames": "^2.2.6", "html-react-parser": "^0.13.0", "images-ready": "^1.0.0", "imagesloaded": "^4.1.4", "jquery-backstretch": "^2.1.18", "jshint-stylish": "^2.2.1", "node-sass": "^6.0.1", "path": "^0.12.7", "popper.js": "^1.16.1", "swiper": "^6.0.1", "uglify-js": "^3.10.0" }, "devDependencies": { "@babel/core": "^7.13.14", "@babel/preset-env": "^7.13.12", "@wordpress/scripts": "^19.0.0", "@wordpress/stylelint-config": "^19.1.0", "babel-loader": "^8.2.2", "bootstrap": "4.6.0", "browser-sync": "^2.26.14", "compass-importer": "0.4.1", "critical": "3.0.0", "cssnano": "^4.1.10", "fancy-log": "^1.3.3", "gulp": "^4.0.2", "gulp-autoprefixer": "^7.0.1", "gulp-include": "2.4.1", "gulp-jshint": "^2.1.0", "gulp-notify": "3.2.0", "gulp-plumber": "1.2.1", "gulp-postcss": "^8.0.0", "gulp-rename": "2.0.0", "gulp-sass": "^5.0.0", "gulp-sourcemaps": "^2.6.5", "gulp-uglify": "3.0.2", "gulp-watch": "5.0.1", "gulp-zip": "5.0.2", "jshint": "^2.12.0", "sass": "^1.43.3", "webpack": "^5.30.0", "webpack-stream": "^6.1.2" }, "scripts": { "watch": "gulp watch", "compile:rtl": "rtlcss style.css style-rtl.css", "lint:scss": "wp-scripts lint-style \"sass/**/*.scss\"", "lint:js": "wp-scripts lint-js \"js/src/*.js\"", "lint:js:fix": "wp-scripts lint-js \"js/src/*.js\" --fix", "bundle": "dir-archiver --src . --dest ../_s.zip --exclude .DSBASTETtore .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map" }, "author": "BeSquares", "license": "GPL-3.0" }