-
-
Notifications
You must be signed in to change notification settings - Fork 635
Expand file tree
/
Copy pathpackage.json
More file actions
159 lines (159 loc) · 5.87 KB
/
package.json
File metadata and controls
159 lines (159 loc) · 5.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "react-on-rails-workspace",
"version": "16.6.0",
"description": "react-on-rails monorepo workspace manager",
"private": true,
"type": "module",
"workspaces": [
"packages/react-on-rails",
"packages/react-on-rails-pro",
"packages/react-on-rails-pro-node-renderer",
"packages/create-react-on-rails-app",
"react_on_rails/spec/dummy",
"react_on_rails_pro/spec/dummy",
"react_on_rails_pro/spec/execjs-compatible-dummy"
],
"directories": {
"doc": "docs"
},
"// for devDependencies": [
"Using Sentry version over 7 here will break sentry6 integration type-check and tests.",
"If you need it later, you'll have to do some tricks to depend on two separate versions of @sentry/node."
],
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.3",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.27.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.27.1",
"@eslint/compat": "^1.2.8",
"@jest/globals": "^29.7.0",
"@size-limit/file": "^12.0.0",
"@size-limit/time": "^12.0.0",
"@size-limit/webpack": "^12.0.0",
"@swc/core": "^1.15.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@tsconfig/node14": "^14.1.2",
"@types/jest": "^29.5.14",
"@types/k6": "^1.4.0",
"@types/node": "^20.17.16",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/turbolinks": "^5.2.2",
"create-react-class": "^15.7.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.1",
"eslint-config-shakacode": "^19.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^4.3.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-testing-library": "^7.1.1",
"globals": "^16.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^16.0.0",
"jsdom": "^22.1.0",
"knip": "^5.46.0",
"nps": "^5.9.3",
"prettier": "^3.5.2",
"prop-types": "^15.8.1",
"publint": "^0.3.4",
"react": "^19.0.3",
"react-dom": "^19.0.3",
"react-on-rails-rsc": "^19.0.4",
"redux": "^4.2.1",
"size-limit": "^12.0.0",
"stylelint": "^16.14.0",
"stylelint-config-standard-scss": "^13.1.0",
"swc-loader": "^0.2.6",
"ts-jest": "^29.2.5",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1"
},
"scripts": {
"test": "pnpm --filter \"./packages/*\" -r run test",
"clean": "pnpm -r run clean",
"start": "nps",
"nps": "nps",
"build": "pnpm --filter react-on-rails run build && pnpm --filter react-on-rails-pro run build && pnpm --filter react-on-rails-pro-node-renderer run build && pnpm --filter create-react-on-rails-app run build",
"build-for-size-limit": "cp /tmp/.size-limit-with-limits.json .size-limit.json && pnpm build",
"build-watch": "pnpm -r run build-watch",
"lint": "nps eslint",
"lint:scss": "stylelint \"react_on_rails/spec/dummy/app/assets/stylesheets/**/*.scss\" \"react_on_rails/spec/dummy/client/**/*.scss\"",
"check": "pnpm run lint && pnpm -r run check",
"type-check": "pnpm -r run type-check",
"publish": "pnpm -r run publish",
"knip": "knip",
"eslint": "eslint",
"attw": "attw",
"publint": "publint",
"size": "pnpm run build && size-limit",
"size:json": "pnpm run build && size-limit --json",
"postinstall": "test -f .lefthook.yml && test -d .git && command -v bundle >/dev/null 2>&1 && bundle exec lefthook install || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shakacode/react_on_rails.git"
},
"keywords": [
"react",
"webpack",
"JavaScript",
"Ruby",
"on",
"Rails"
],
"author": "justin@shakacode.com",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/shakacode/react_on_rails/issues"
},
"homepage": "https://github.com/shakacode/react_on_rails#readme",
"packageManager": "pnpm@9.14.2",
"pnpm": {
"// for overrides": [
"Generated via pnpm audit --fix, with manual caps added to prevent major version jumps.",
"These force patched versions of transitive dev dependencies. Remove when upstream packages update.",
"ajv overrides were intentionally excluded: ajv v8 breaks webpack's schema-utils/ajv-keywords.",
"The 2 moderate ajv alerts (ReDoS in $data option) are tolerable — ajv only validates our own config files."
],
"overrides": {
"react": "$react",
"react-dom": "$react-dom",
"app>react": "^18.3.1",
"app>react-dom": "^18.3.1",
"sentry-testkit>body-parser": "npm:empty-npm-package@1.0.0",
"sentry-testkit>express": "npm:empty-npm-package@1.0.0",
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23 <5",
"qs@>=6.7.0 <=6.14.1": ">=6.14.2 <7",
"bn.js@>=5.0.0 <5.2.3": ">=5.2.3 <6",
"bn.js@<4.12.3": ">=4.12.3 <5",
"minimatch@<3.1.4": ">=3.1.4 <4",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7 <10",
"basic-ftp@<5.2.0": ">=5.2.0 <6",
"serialize-javascript@<7.0.5": ">=7.0.5 <8",
"@tootallnate/once@<3.0.1": ">=3.0.1 <4",
"svgo@=4.0.0": ">=4.0.1 <5",
"svgo@>=2.1.0 <2.8.1": ">=2.8.1 <3",
"immutable@>=5.0.0 <5.1.5": ">=5.1.5 <6",
"flatted@<=3.4.1": ">=3.4.2 <4",
"smol-toml@<1.6.1": ">=1.6.1 <2",
"handlebars@>=4.0.0 <4.7.9": ">=4.7.9 <5",
"path-to-regexp@<0.1.13": ">=0.1.13 <0.2",
"brace-expansion@<1.1.13": ">=1.1.13 <2",
"brace-expansion@>=2.0.0 <2.0.3": ">=2.0.3 <3",
"picomatch@<2.3.2": ">=2.3.2 <3",
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4 <5",
"yaml@>=1.0.0 <1.10.3": ">=1.10.3 <2"
}
}
}