{ "name": "@rails/webpacker", "version": "4.0.7", "description": "Use webpack to manage app-like JavaScript modules in Rails", "main": "package/index.js", "files": [ "package", "lib/install/config/webpacker.yml" ], "engines": { "node": ">=6.14.4", "yarn": ">=1.0.0" }, "dependencies": { "@babel/core": "^7.4.5", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-destructuring": "^7.4.4", "@babel/plugin-transform-regenerator": "^7.4.5", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.5", "@babel/runtime": "^7.4.5", "babel-loader": "^8.0.6", "babel-plugin-dynamic-import-node": "^2.2.0", "babel-plugin-macros": "^2.5.0", "case-sensitive-paths-webpack-plugin": "^2.2.0", "compression-webpack-plugin": "^2.0.0", "core-js": "^3.1.3", "css-loader": "^2.1.1", "file-loader": "^3.0.1", "flatted": "^2.0.0", "glob": "^7.1.4", "js-yaml": "^3.13.1", "mini-css-extract-plugin": "^0.7.0", "node-sass": "^4.12.0", "optimize-css-assets-webpack-plugin": "^5.0.1", "path-complete-extname": "^1.0.0", "pnp-webpack-plugin": "^1.4.3", "postcss-flexbugs-fixes": "^4.1.0", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.6.0", "postcss-safe-parser": "^4.0.1", "regenerator-runtime": "^0.13.2", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "terser-webpack-plugin": "^1.3.0", "webpack": "^4.32.2", "webpack-assets-manifest": "^3.1.1", "webpack-cli": "^3.3.2", "webpack-sources": "^1.3.0" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.13.0", "jest": "^24.8.0" }, "jest": { "testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$", "roots": [ "/package" ] }, "scripts": { "test": "jest", "lint": "eslint package/" }, "repository": { "type": "git", "url": "git+https://github.com/rails/webpacker.git" }, "author": "David Heinemeier Hansson ", "license": "MIT", "bugs": { "url": "https://github.com/rails/webpacker/issues" }, "homepage": "https://github.com/rails/webpacker" }