-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.14 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.14 KB
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
{
"private": true,
"workspaces": {
"packages": [
"api",
"web"
]
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@redwoodjs/auth-auth0-setup": "7.1.3",
"@redwoodjs/core": "7.1.3",
"@redwoodjs/project-config": "7.1.3",
"identity-obj-proxy": "^3.0.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
"root": true
},
"engines": {
"node": "=20.x",
"yarn": "4.1.1"
},
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@4.1.1",
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@monaco-editor/react": "^4.6.0",
"@mui/styles": "^5.15.15",
"@mui/x-charts": "^7.2.0",
"@mui/x-date-pickers": "^7.0.0",
"auth0": "^4.3.1",
"axios": "^1.6.8",
"axios-concurrency": "^1.0.4",
"bcrypt": "^5.1.1",
"crypto-js": "^4.2.0",
"css-mediaquery": "^0.1.2",
"cwait": "^1.1.2",
"dayjs": "^1.11.10",
"nodemailer": "^6.9.13",
"openai": "^4.29.0",
"randomstring": "^1.3.0",
"react-responsive": "^10.0.0",
"recharts": "^2.12.5"
},
"proxy": "https://codegoat.onrender.com"
}