-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathpackage.json
139 lines (139 loc) · 5.66 KB
/
package.json
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
{
"private": true,
"license": "MIT",
"workspaces": [
"packages/*",
"packages/adapters/*/*",
"packages/auth-providers/*/*",
"packages/cli-packages/*",
"packages/mailer/core",
"packages/mailer/handlers/*",
"packages/mailer/renderers/*",
"!packages/create-redwood-rsc-app"
],
"scripts": {
"build": "nx run-many -t build",
"build:clean": "node ./tasks/clean.mjs",
"build:clean:super": "git clean -fdx && yarn && yarn build",
"build:pack": "nx run-many -t build:pack",
"build:test-project": "node ./tasks/test-project/test-project",
"build:watch": "lerna run build:watch --parallel; tsc --build",
"changesets": "tsx ./tasks/changesets/changesets.mts",
"check": "cross-env yarn constraints && yarn dedupe --check",
"check:package": "nx run-many -t check:package --output-style static",
"clean:prisma": "rimraf node_modules/.prisma/client && node node_modules/@prisma/client/scripts/postinstall.js",
"e2e": "node ./tasks/run-e2e",
"e2e:background-jobs": "tsx ./tasks/e2e-background-jobs/run.mts",
"format": "prettier . --write",
"format:check": "prettier . --check",
"generate-dependency-graph": "node ./tasks/generateDependencyGraph.mjs",
"install:all": "concurrently -g -c auto -n install:fw \"yarn install\" npm:install:crwrsca",
"install:ci": "concurrently -g -c auto -n install:fw:ci \"yarn install --inline-builds\" npm:install:crwrsca:ci",
"install:crwrsca": "yarn --cwd packages/create-redwood-rsc-app install",
"install:crwrsca:ci": "yarn --cwd packages/create-redwood-rsc-app install --inline-builds",
"lint": "concurrently -c auto npm:lint:fw npm:lint:crwrsca",
"lint:crwrsca": "yarn --cwd packages/create-redwood-rsc-app run lint",
"lint:fix": "yarn lint --fix",
"lint:fw": "cross-env RWJS_CWD=packages/create-redwood-app/templates/ts eslint --config .eslintrc.js --ignore-pattern Routes.jsx --ignore-pattern create-redwood-rsc-app packages",
"project:copy": "node ./tasks/framework-tools/frameworkFilesToProject.mjs",
"project:deps": "node ./tasks/framework-tools/frameworkDepsToProject.mjs",
"project:sync": "node ./tasks/framework-tools/frameworkSyncToProject.mjs",
"project:tarsync": "tsx ./tasks/framework-tools/tarsync/bin.mts",
"rebuild-fragments-test-project-fixture": "tsx ./tasks/test-project/rebuild-fragments-test-project-fixture.ts",
"rebuild-test-project-fixture": "tsx ./tasks/test-project/rebuild-test-project-fixture.ts",
"smoke-tests": "node ./tasks/smoke-tests/smoke-tests.mjs",
"test": "nx run-many -t test -- --minWorkers=1 --maxWorkers=4",
"test-ci": "nx run-many -t test",
"test:k6": "tsx ./tasks/k6-test/run-k6-tests.mts",
"test:types": "nx run-many -t test:types"
},
"resolutions": {
"@storybook/react-dom-shim@npm:7.6.17": "https://verdaccio.tobbe.dev/@storybook/react-dom-shim/-/react-dom-shim-8.0.8.tgz",
"vscode-languageserver": "6.1.1",
"vscode-languageserver-protocol": "3.17.5",
"vscode-languageserver-textdocument": "1.0.12",
"vscode-languageserver-types": "3.17.5"
},
"devDependencies": {
"@actions/cache": "3.3.0",
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/glob": "0.5.0",
"@babel/cli": "7.25.7",
"@babel/core": "^7.22.20",
"@babel/generator": "7.25.7",
"@babel/node": "7.25.7",
"@babel/plugin-proposal-decorators": "7.25.7",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-nullish-coalescing-operator": "7.25.7",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime-corejs3": "7.25.7",
"@faker-js/faker": "8.4.1",
"@npmcli/arborist": "7.5.4",
"@playwright/test": "1.49.1",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/babel__generator": "7.6.8",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/jscodeshift": "0.12.0",
"@types/ncp": "2.0.8",
"@types/prompts": "2.4.9",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@yarnpkg/types": "4.0.0",
"all-contributors-cli": "6.26.1",
"babel-jest": "^29.7.0",
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"concurrently": "8.2.2",
"core-js": "3.38.1",
"cross-env": "7.0.3",
"cypress": "13.15.0",
"cypress-fail-fast": "7.1.1",
"cypress-wait-until": "3.0.2",
"dependency-cruiser": "16.4.2",
"dotenv": "16.4.7",
"eslint": "8.57.1",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "3.2.0",
"execa": "5.1.1",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"human-id": "^4.1.1",
"jest": "29.7.0",
"jscodeshift": "17.0.0",
"lerna": "8.1.9",
"listr2": "7.0.2",
"make-dir-cli": "4.0.0",
"msw": "1.3.4",
"ncp": "2.0.0",
"nodemon": "3.1.9",
"npm-packlist": "8.0.2",
"nx": "20.3.2",
"ora": "8.1.1",
"prettier": "3.4.2",
"prettier-plugin-curly": "0.3.1",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-sh": "0.14.0",
"prompts": "2.4.2",
"rimraf": "6.0.1",
"tstyche": "3.0.0",
"tsx": "4.19.2",
"typescript": "5.6.2",
"vitest": "2.0.5",
"yargs": "17.7.2",
"zx": "8.1.9"
},
"packageManager": "[email protected]",
"npmClient": "yarn"
}