Sha256: a6a6464ce0f6d2a959a4c2aaab34b932b80f3a02d3be71294b06ccf51c7d7ac8
Contents?: true
Size: 1.66 KB
Versions: 1
Compression:
Stored size: 1.66 KB
Contents
{ "name": "@rails/webpacker", "version": "6.0.0-rc.6", "description": "Use webpack to manage app-like JavaScript modules in Rails", "main": "package/index.js", "files": [ "package", "lib/install/config/webpacker.yml" ], "engines": { "node": ">= 12.13.0 || >=14", "yarn": ">=1 <4" }, "dependencies": { "@babel/core": "^7.15.5", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-transform-runtime": "^7.15.0", "@babel/preset-env": "^7.15.6", "@babel/runtime": "^7.15.4", "babel-loader": "^8.2.2", "compression-webpack-plugin": "^9.0.0", "glob": "^7.2.0", "js-yaml": "^4.1.0", "path-complete-extname": "^1.0.0", "pnp-webpack-plugin": "^1.7.0", "terser-webpack-plugin": "^5.2.4", "webpack": "^5.53.0", "webpack-assets-manifest": "^5.0.6", "webpack-cli": "^4.8.0", "webpack-merge": "^5.8.0", "webpack-sources": "^3.2.1" }, "devDependencies": { "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.26.0", "jest": "^27.2.1" }, "jest": { "testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$", "roots": [ "<rootDir>/package" ] }, "scripts": { "test": "jest", "lint": "eslint package/" }, "repository": { "type": "git", "url": "git+https://github.com/rails/webpacker.git" }, "author": "David Heinemeier Hansson <david@basecamp.com>", "license": "MIT", "bugs": { "url": "https://github.com/rails/webpacker/issues" }, "homepage": "https://github.com/rails/webpacker" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webpacker-6.0.0.rc.6 | package.json |