Sha256: 6ae96d6a3119be8c5ba8dbc47172384dc06523d8e2e3d16b1458929c2e34f9ae
Contents?: true
Size: 1.87 KB
Versions: 1
Compression:
Stored size: 1.87 KB
Contents
{ "name": "shakapacker", "version": "6.0.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": "^12.13.0 || ^14 || >=16", "yarn": ">=1 <4" }, "peerDependencies": { "@babel/core": "^7.15.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", "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" }, "dependencies": { "glob": "^7.2.0", "js-yaml": "^4.1.0", "path-complete-extname": "^1.0.0" }, "devDependencies": { "babel-loader": "^8.2.2", "compression-webpack-plugin": "^9.0.0", "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", "webpack": "^5.53.0", "webpack-assets-manifest": "^5.0.6", "webpack-merge": "^5.8.0" }, "jest": { "testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$", "roots": [ "<rootDir>/package" ] }, "publishConfig": { "access": "public" }, "scripts": { "test": "jest", "lint": "eslint package/" }, "repository": { "type": "git", "url": "git+https://github.com/shakacode/shakapacker.git" }, "author": "David Heinemeier Hansson <david@basecamp.com>, Justin Gordon <justin@shakacode.com>", "license": "MIT", "bugs": { "url": "https://github.com/shakacode/shakapacker/issues" }, "homepage": "https://github.com/shakacode/shakapacker" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shakapacker-6.0.0 | package.json |