{ "name": "@rails/webpacker", "version": "4.0.0-rc.8", "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.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/plugin-proposal-object-rest-spread": "^7.3.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-destructuring": "^7.3.2", "@babel/plugin-transform-regenerator": "^7.3.4", "@babel/plugin-transform-runtime": "^7.3.4", "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.3.4", "@babel/runtime": "^7.3.4", "babel-loader": "^8.0.5", "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", "css-loader": "^2.1.0", "file-loader": "^3.0.1", "flatted": "^2.0.0", "glob": "^7.1.3", "js-yaml": "^3.12.2", "mini-css-extract-plugin": "^0.5.0", "node-sass": "^4.11.0", "optimize-css-assets-webpack-plugin": "^5.0.1", "path-complete-extname": "^1.0.0", "pnp-webpack-plugin": "^1.3.1", "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", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "terser-webpack-plugin": "^1.2.3", "webpack": "^4.29.6", "webpack-assets-manifest": "^3.1.1", "webpack-cli": "^3.2.3", "webpack-sources": "^1.3.0" }, "devDependencies": { "eslint": "^5.15.0", "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", "jest": "^24.1.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" }