-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 936 Bytes
/
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
{
"private": true,
"workspaces": {
"packages": [
"api",
"web"
]
},
"devDependencies": {
"@redwoodjs/auth-dbauth-setup": "8.0.0",
"@redwoodjs/cli-data-migrate": "8.0.0",
"@redwoodjs/cli-storybook-vite": "8.0.0",
"@redwoodjs/core": "8.0.0",
"@redwoodjs/realtime": "8.0.0",
"prettier-plugin-tailwindcss": "0.5.12"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
"root": true
},
"engines": {
"node": "=20.x"
},
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "[email protected]",
"dependencies": {
"glob": "^10.3.10",
"node-html-parser": "^6.1.12",
"tsx": "^4.7.0"
},
"scripts": {
"build:icons": "tsx ./scripts/build-icons.mts"
},
"resolutions": {
"@apollo/client-react-streaming/superjson": "^1.12.2",
"react": "19.0.0-beta-04b058868c-20240508",
"react-dom": "19.0.0-beta-04b058868c-20240508"
}
}