{ "name": "shakapacker", "version": "7.2.0", "description": "Use webpack to manage app-like JavaScript modules in Rails", "homepage": "https://github.com/shakacode/shakapacker", "bugs": { "url": "https://github.com/shakacode/shakapacker/issues" }, "repository": { "type": "git", "url": "git+https://github.com/shakacode/shakapacker.git" }, "license": "MIT", "author": "David Heinemeier Hansson , Justin Gordon ", "main": "package/index.js", "types": "package/index.d.ts", "files": [ "package", "lib/install/config/shakapacker.yml" ], "scripts": { "lint": "eslint package/", "test": "jest" }, "jest": { "roots": [ "/package" ], "testPathIgnorePatterns": [ "/__fixtures__/", "/__utils__/" ], "testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$" }, "dependencies": { "glob": "^7.2.0", "js-yaml": "^4.1.0", "path-complete-extname": "^1.0.0" }, "devDependencies": { "babel-loader": "^8.2.4", "compression-webpack-plugin": "^9.0.0", "esbuild-loader": "^2.18.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": "^28.1.3", "memory-fs": "^0.5.0", "swc-loader": "^0.1.15", "thenify": "^3.3.1", "webpack": "^5.72.0", "webpack-assets-manifest": "^5.0.6", "webpack-merge": "^5.8.0" }, "peerDependencies": { "@babel/core": "^7.17.9", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.16.11", "@babel/runtime": "^7.17.9", "@types/babel__core": "^7.0.0", "@types/webpack": "^5.0.0", "babel-loader": "^8.2.4 || ^9.0.0", "compression-webpack-plugin": "^9.0.0 || ^10.0.0", "terser-webpack-plugin": "^5.3.1", "webpack": "^5.72.0", "webpack-assets-manifest": "^5.0.6", "webpack-cli": "^4.9.2 || ^5.0.0", "webpack-dev-server": "^4.9.0", "webpack-merge": "^5.8.0" }, "peerDependenciesMeta": { "@types/babel__core": { "optional": true }, "@types/webpack": { "optional": true } }, "engines": { "node": "^12.13.0 || ^14 || >=16", "yarn": ">=1 <5" }, "publishConfig": { "access": "public" } }