-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "ai-clinic-registrar",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.454.0",
"@aws-sdk/client-s3": "^3.454.0",
"@aws-sdk/lib-dynamodb": "^3.454.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@vercel/analytics": "^1.1.1",
"moment": "^2.29.4",
"next": "^13.5.6",
"openai": "^4.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"winston": "^3.11.0"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/react": "^18.2.37",
"dotenv": "^16.3.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}