{ "name": "@rails/webpacker", "version": "4.3.0", "description": "Use webpack to manage app-like JavaScript modules in Rails", "main": "package/index.js", "files": [ "package", "lib/install/config/webpacker.yml" ], "engines": { "node": ">=8.16.0", "yarn": ">=1.0.0" }, "dependencies": { "@babel/core": "^7.7.2", "@babel/plugin-proposal-class-properties": "^7.7.0", "@babel/plugin-proposal-object-rest-spread": "^7.6.2", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-destructuring": "^7.6.0", "@babel/plugin-transform-regenerator": "^7.7.0", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/preset-env": "^7.7.1", "@babel/runtime": "^7.7.2", "babel-loader": "^8.0.6", "babel-plugin-dynamic-import-node": "^2.3.0", "babel-plugin-macros": "^2.6.1", "case-sensitive-paths-webpack-plugin": "^2.2.0", "compression-webpack-plugin": "^4.0.0", "core-js": "^3.4.0", "css-loader": "^3.2.0", "file-loader": "^4.2.0", "flatted": "^2.0.1", "glob": "^7.1.6", "js-yaml": "^3.13.1", "mini-css-extract-plugin": "^0.8.0", "node-sass": "^4.13.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "path-complete-extname": "^1.0.0", "pnp-webpack-plugin": "^1.5.0", "postcss-flexbugs-fixes": "^4.1.0", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", "postcss-safe-parser": "^4.0.1", "regenerator-runtime": "^0.13.3", "sass-loader": "7.3.1", "style-loader": "^1.0.0", "terser-webpack-plugin": "^2.2.1", "webpack": "^4.41.2", "webpack-assets-manifest": "^3.1.1", "webpack-cli": "^3.3.10", "webpack-sources": "^1.4.3" }, "devDependencies": { "eslint": "^6.6.0", "eslint-config-airbnb": "^18.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.16.0", "jest": "^24.9.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" }