-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"private": true,
"workspaces": {
"packages": [
"api",
"web"
]
},
"engines": {
"node": "=22.x"
},
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "[email protected]",
"scripts": {
"preflight": "rw lint && jest --watchAll=false --all && rw type-check"
},
"dependencies": {
"@netlify/functions": "^2.8.2",
"@sentry/serverless": "^7.114.0",
"@sentry/vite-plugin": "^2.22.6",
"common-tags": "^1.8.2",
"dayjs": "^1.11.13",
"escape-html": "^1.0.3",
"marked": "^14.1.3",
"pluralize": "^8.0.0",
"remeda": "^2.16.0",
"sanitize-html": "^2.13.1",
"ts-pattern": "^5.5.0",
"type-fest": "^4.26.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@redwoodjs/cli-storybook-vite": "8.4.0",
"@redwoodjs/core": "8.4.0",
"@redwoodjs/realtime": "8.4.0",
"@redwoodjs/studio": "11",
"@types/jest": "^29.4.0",
"@types/marked": "^4.0.8",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.8.0",
"eslint-plugin-jsdoc": "^50.4.3",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tsx": "^4.19.2"
}
}