Sha256: 717eaedd9373a3ba97b9426cabf96223120cffe110594b7b1b77a512a6a77b37
Contents?: true
Size: 1.82 KB
Versions: 1
Compression:
Stored size: 1.82 KB
Contents
{ "name": "@rails/webpacker", "version": "6.0.0-pre.1", "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.22.1 || ^12 || >=14", "yarn": ">=1 <3" }, "dependencies": { "@babel/core": "^7.12.9", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.11", "@babel/runtime": "^7.12.5", "babel-loader": "^8.2.2", "babel-plugin-macros": "^3.0.1", "case-sensitive-paths-webpack-plugin": "^2.3.0", "compression-webpack-plugin": "^7.1.0", "core-js": "^3.8.0", "glob": "^7.1.6", "js-yaml": "^3.14.0", "path-complete-extname": "^1.0.0", "pnp-webpack-plugin": "^1.6.4", "regenerator-runtime": "^0.13.7", "terser-webpack-plugin": "^5.0.3", "webpack": "^5.11.0", "webpack-assets-manifest": "^5.0.0", "webpack-cli": "^4.2.0", "webpack-merge": "^5.7.2", "webpack-sources": "^2.2.0" }, "devDependencies": { "eslint": "^7.16.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.21.4", "jest": "^26.5.3" }, "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.pre.1 | package.json |