forked from R2bEEaton/njit-pending-cs490
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 974 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
42
{
"private": true,
"workspaces": {
"packages": [
"api",
"web"
]
},
"devDependencies": {
"@redwoodjs/auth-dbauth-setup": "6.5.1",
"@redwoodjs/cli-storybook": "6.5.1",
"@redwoodjs/core": "6.5.1",
"framer-motion": "^10.16.4"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
"root": true
},
"engines": {
"node": "=18.x",
"yarn": ">=1.15"
},
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "[email protected]",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/dm-sans": "^5.0.17",
"@fontsource/fredoka-one": "^5.0.5",
"@prisma/client": "latest",
"googleapis": "^129.0.0",
"moment": "^2.29.4",
"react-beautiful-dnd": "^13.1.1",
"react-textarea-autosize": "^8.5.3",
"worker-timers": "^7.0.78"
}
}