{
    "engines": {
        "node": ">=10.15.0"
    },
    "scripts": {
        "internal:pipeline": "webpack --colors",
        "dev": "cross-env NODE_ENV=development npm run internal:pipeline --color=always -- --config resources/build/webpack.development.js",
        "build": "cross-env NODE_ENV=production npm run internal:pipeline --color=always -- --config resources/build/webpack.production.js",
        "lint": "run-s -cl lint:scripts lint:styles",
        "lint-fix": "run-s -cl lint-fix:scripts lint-fix:styles",
        "lint:scripts": "eslint --color ./resources/scripts/**",
        "lint:styles": "stylelint --color ./resources/styles/**",
        "lint-fix:scripts": "eslint --color --fix ./resources/scripts/**",
        "lint-fix:styles": "stylelint --color --fix ./resources/styles/**",
        "i18n": "run-s -cl i18n:textdomain i18n:pot",
        "i18n:textdomain": "wpi18n addtextdomain --exclude=dist,node_modules,resources,tests,vendor",
        "i18n:pot": "wpi18n makepot --exclude=dist,node_modules,resources,tests,vendor"
    },
    "dependencies": {
        "@babel/core": "7.4.3",
        "@babel/preset-env": "7.4.3",
        "airbnb-browser-shims": "3.2.1",
        "autoprefixer": "9.5.0",
        "babel-loader": "8.0.5",
        "clean-webpack-plugin": "2.0.1",
        "cross-env": "5.2.0",
        "css-loader": "2.1.1",
        "extract-text-webpack-plugin": "4.0.0-beta.0",
        "file-loader": "3.0.1",
        "imagemin-mozjpeg": "8.0.0",
        "imagemin-webpack-plugin": "2.4.2",
        "import-glob": "1.5.0",
        "loader-utils": "1.2.3",
        "node-sass": "^4.12.0",
        "npm-run-all": "4.1.5",
        "postcss-loader": "3.0.0",
        "sass-loader": "7.1.0",
        "style-loader": "0.23.1",
        "webpack": "4.29.6",
        "webpack-cli": "3.3.0",
        "webpack-manifest-plugin": "2.0.4",
        "webpack-spritesmith": "1.0.0"
    },
    "devDependencies": {
        "browser-sync": "2.26.3",
        "browser-sync-webpack-plugin": "2.2.2",
        "eslint": "4.19.1",
        "eslint-config-airbnb": "17.1.0",
        "eslint-plugin-import": "2.16.0",
        "eslint-plugin-jsx-a11y": "6.2.1",
        "eslint-plugin-react": "7.12.4",
        "node-wp-i18n": "1.2.3",
        "stylelint": "9.10.1",
        "stylelint-config-recommended-scss": "3.2.0",
        "stylelint-order": "2.1.0",
        "stylelint-scss": "3.5.4"
    }
}