|
| 1 | +{ |
| 2 | + "name": "react-on-rails-pro-node-renderer", |
| 3 | + "version": "16.2.0-beta.12", |
| 4 | + "protocolVersion": "2.0.0", |
| 5 | + "description": "React on Rails Pro Node Renderer for server-side rendering", |
| 6 | + "directories": { |
| 7 | + "doc": "docs" |
| 8 | + }, |
| 9 | + "exports": { |
| 10 | + ".": { |
| 11 | + "types": "./lib/ReactOnRailsProNodeRenderer.d.ts", |
| 12 | + "default": "./lib/ReactOnRailsProNodeRenderer.js" |
| 13 | + }, |
| 14 | + "./integrations/*": { |
| 15 | + "types": "./lib/integrations/*.d.ts", |
| 16 | + "default": "./lib/integrations/*.js" |
| 17 | + }, |
| 18 | + "./package.json": "./package.json" |
| 19 | + }, |
| 20 | + "resolutions": { |
| 21 | + "sentry-testkit/body-parser": "npm:[email protected]", |
| 22 | + "sentry-testkit/express": "npm:[email protected]" |
| 23 | + }, |
| 24 | + "dependencies": { |
| 25 | + "@fastify/formbody": "^7.4.0 || ^8.0.2", |
| 26 | + "@fastify/multipart": "^8.3.1 || ^9.0.3", |
| 27 | + "fastify": "^4.29.0 || ^5.2.1", |
| 28 | + "fs-extra": "^11.2.0", |
| 29 | + "jsonwebtoken": "^9.0.2", |
| 30 | + "lockfile": "^1.0.4", |
| 31 | + "pino": "^9.0.0" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@babel/core": "^7.26.10", |
| 35 | + "@babel/eslint-parser": "^7.27.0", |
| 36 | + "@babel/preset-env": "^7.20.2", |
| 37 | + "@babel/preset-react": "^7.26.3", |
| 38 | + "@babel/preset-typescript": "^7.27.1", |
| 39 | + "@honeybadger-io/js": "^6.10.1", |
| 40 | + "@sentry/node": "^7.120.0", |
| 41 | + "@types/fs-extra": "^11.0.4", |
| 42 | + "@types/jest": "^29.5.12", |
| 43 | + "@types/jsonwebtoken": "^9.0.10", |
| 44 | + "@types/lockfile": "^1.0.4", |
| 45 | + "@types/touch": "^3.1.5", |
| 46 | + "babel-jest": "^29.7.0", |
| 47 | + "form-auto-content": "^3.2.1", |
| 48 | + "form-data": "^4.0.1", |
| 49 | + "jest-junit": "^16.0.0", |
| 50 | + "jsdom": "^16.5.0", |
| 51 | + "node-html-parser": "^7.0.1", |
| 52 | + "nps": "^5.9.12", |
| 53 | + "pino-pretty": "^13.0.0", |
| 54 | + "react-on-rails": "*", |
| 55 | + "redis": "^5.0.1", |
| 56 | + "sentry-testkit": "^5.0.6", |
| 57 | + "touch": "^3.1.0", |
| 58 | + "typescript": "^5.4.3" |
| 59 | + }, |
| 60 | + "peerDependencies": { |
| 61 | + "@honeybadger-io/js": ">=4.0.0", |
| 62 | + "@sentry/node": ">=5.0.0 <9.0.0", |
| 63 | + "@sentry/tracing": ">=5.0.0" |
| 64 | + }, |
| 65 | + "peerDependenciesMeta": { |
| 66 | + "@honeybadger-io/js": { |
| 67 | + "optional": true |
| 68 | + }, |
| 69 | + "@sentry/node": { |
| 70 | + "optional": true |
| 71 | + }, |
| 72 | + "@sentry/tracing": { |
| 73 | + "optional": true |
| 74 | + } |
| 75 | + }, |
| 76 | + "scripts": { |
| 77 | + "build": "yarn run clean && yarn run tsc --project src/tsconfig.json", |
| 78 | + "build-watch": "yarn run clean && yarn run tsc --watch --project src/tsconfig.json", |
| 79 | + "clean": "rm -rf ./lib", |
| 80 | + "ci": "jest --ci --runInBand --reporters=default --reporters=jest-junit", |
| 81 | + "developing": "nps node-renderer.debug", |
| 82 | + "test": "jest tests", |
| 83 | + "type-check": "yarn run tsc --noEmit --noErrorTruncation --project src/tsconfig.json", |
| 84 | + "prepare": "[ -f lib/ReactOnRailsProNodeRenderer.js ] || yarn run build", |
| 85 | + "prepublishOnly": "yarn run build", |
| 86 | + "yalc:publish": "yalc publish", |
| 87 | + "yalc": "yalc" |
| 88 | + }, |
| 89 | + "repository": { |
| 90 | + "type": "git", |
| 91 | + "url": "git+https://github.com/shakacode/react_on_rails.git" |
| 92 | + }, |
| 93 | + "keywords": [ |
| 94 | + "react", |
| 95 | + "webpack", |
| 96 | + "JavaScript", |
| 97 | + "Ruby", |
| 98 | + "on", |
| 99 | + "Rails" |
| 100 | + ], |
| 101 | + |
| 102 | + "license": "UNLICENSED", |
| 103 | + "bugs": { |
| 104 | + "url": "https://github.com/shakacode/react_on_rails/issues" |
| 105 | + }, |
| 106 | + "homepage": "https://github.com/shakacode/react_on_rails/tree/master/packages/react-on-rails-pro-node-renderer#readme", |
| 107 | + "jest": { |
| 108 | + "clearMocks": true, |
| 109 | + "moduleNameMapper": { |
| 110 | + "^(\\.{1,2}/.*)\\.js$": "$1" |
| 111 | + }, |
| 112 | + "resetModules": true, |
| 113 | + "resetMocks": true, |
| 114 | + "roots": [ |
| 115 | + "." |
| 116 | + ], |
| 117 | + "setupFiles": [ |
| 118 | + "./tests/helper.ts" |
| 119 | + ], |
| 120 | + "testEnvironment": "node", |
| 121 | + "transform": { |
| 122 | + "^.+\\.[jt]sx?$": "babel-jest" |
| 123 | + } |
| 124 | + }, |
| 125 | + "husky": { |
| 126 | + "hooks": { |
| 127 | + "pre-commit": "yalc check" |
| 128 | + } |
| 129 | + }, |
| 130 | + "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
| 131 | +} |
0 commit comments