Sha256: 5dcac0b764c8ef026ecdd72356da944d7430b5bc8aced7a47468fd6e72e1e636

Contents?: true

Size: 1.66 KB

Versions: 1

Compression:

Stored size: 1.66 KB

Contents

{
  "name": "@rails/webpacker",
  "version": "6.0.0-rc.3",
  "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.0",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/runtime": "^7.15.3",
    "babel-loader": "^8.2.2",
    "compression-webpack-plugin": "^8.0.1",
    "glob": "^7.1.7",
    "js-yaml": "^4.1.0",
    "path-complete-extname": "^1.0.0",
    "pnp-webpack-plugin": "^1.7.0",
    "terser-webpack-plugin": "^5.1.4",
    "webpack": "^5.51.1",
    "webpack-assets-manifest": "^5.0.6",
    "webpack-cli": "^4.8.0",
    "webpack-merge": "^5.8.0",
    "webpack-sources": "^3.2.0"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.24.0",
    "jest": "^27.0.6"
  },
  "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.3 package.json