-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 925 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
{
"private": true,
"workspaces": {
"packages": [
"api",
"web"
]
},
"devDependencies": {
"@redwoodjs/auth-dbauth-setup": "7.0.0-canary.285",
"@redwoodjs/cli-storybook": "7.0.0-canary.285",
"@redwoodjs/core": "7.0.0-canary.285",
"@redwoodjs/studio": "7.0.0-canary.285",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.4.1"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
"root": true
},
"engines": {
"node": "=18.x",
"yarn": ">=1.15"
},
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "[email protected]",
"scripts": {
"build:icons": "tsx ./scripts/build-icons.mts",
"start": "yarn rw dev --forward=\"--allowed-hosts all\"",
"lt": "npx localtunnel --port 8910 --subdomain rw-partner-badges"
},
"dependencies": {
"glob": "^10.3.3",
"node-html-parser": "^6.1.6",
"tsx": "^3.12.7"
}
}