-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "hello-next",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "MIT",
"author": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "3.5.0",
"chalk": "^5.0.0",
"crypto-js": "^4.1.1",
"framer-motion": "^4",
"lodash": "^4.17.21",
"loglevel": "^1.8.0",
"loglevel-plugin-prefix": "^0.8.4",
"next": "12.0.7",
"next-auth": "^4.0.5",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.21.0",
"react-icons": "^4.3.1",
"react-markdown": "7.1.1"
},
"devDependencies": {
"@types/next-auth": "3.13.0",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"prisma": "3.5.0",
"ts-node": "10.4.0",
"typescript": "4.5.2"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
}