-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 769 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 769 Bytes
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
{
"name": "hello-next",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.9",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.10.0",
"next": "12.0.10",
"next-auth": "^4.19.2",
"openai": "^3.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^14.2.3",
"react-markdown": "8.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "17.0.14",
"@types/react": "17.0.38",
"prisma": "^4.10.0",
"typescript": "4.5.5"
}
}