{ "name": "my-custom-blocks", "version": "1.0.0", "description": "My Custom Blocks", "main": "index.js", "author": "Faheem Iqbal", "license": "MIT", "devDependencies": { "@wordpress/scripts": "^17.0.0", "classnames": "^2.3.1", "css-loader": "^3.1.0", "ignore-emit-webpack-plugin": "^2.0.2", "mini-css-extract-plugin": "^0.8.0", "node-sass": "^4.12.0", "path": "^0.12.7", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", "sass-loader": "^7.1.0", "webpack": "^4.46.0", "webpack-cli": "^3.3.11" }, "scripts": { "build": "wp-scripts build", "check-engines": "wp-scripts check-engines", "check-licenses": "wp-scripts check-licenses", "lint:css": "wp-scripts lint-style", "lint:js": "wp-scripts lint-js", "lint:pkg-json": "wp-scripts lint-pkg-json", "start": "wp-scripts start", "test:e2e": "wp-scripts test-e2e", "test:unit": "wp-scripts test-unit-js" }, "dependencies": { "optimize-css-assets-webpack-plugin": "^6.0.1" } }