{ "name": "@rails/webpacker", "version": "5.2.2", "description": "Use webpack to manage app-like JavaScript modules in Rails", "main": "package/index.js", "files": [ "package", "lib/install/config/webpacker.yml" ], "engines": { "node": ">=10.17.0", "yarn": ">=1 <3" }, "dependencies": { "@babel/core": "^7.13.16", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-object-rest-spread": "^7.13.8", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-destructuring": "^7.13.17", "@babel/plugin-transform-regenerator": "^7.13.15", "@babel/plugin-transform-runtime": "^7.13.15", "@babel/preset-env": "^7.13.15", "@babel/runtime": "^7.13.17", "babel-loader": "^8.2.2", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "case-sensitive-paths-webpack-plugin": "^2.4.0", "compression-webpack-plugin": "^4.0.1", "core-js": "^3.11.0", "css-loader": "^3.6.0", "file-loader": "^6.2.0", "flatted": "^3.1.1", "glob": "^7.1.6", "js-yaml": "^3.14.1", "mini-css-extract-plugin": "^0.9.0", "optimize-css-assets-webpack-plugin": "^5.0.4", "path-complete-extname": "^1.0.0", "pnp-webpack-plugin": "^1.6.4", "postcss-flexbugs-fixes": "^4.2.1", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", "postcss-safe-parser": "^4.0.2", "regenerator-runtime": "^0.13.7", "sass": "^1.32.11", "sass-loader": "10.1.1", "style-loader": "^1.3.0", "terser-webpack-plugin": "^4.2.3", "webpack": "^4.46.0", "webpack-assets-manifest": "^3.1.1", "webpack-cli": "^3.3.12", "webpack-sources": "^1.4.3" }, "devDependencies": { "eslint": "^7.25.0", "eslint-config-airbnb": "^18.2.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.23.2", "jest": "^26.6.3" }, "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" }