generated from djyde/nextjs-saas-starter
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
34 lines (34 loc) · 801 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
{
"scripts": {
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"@chakra-ui/react": "^1.1.4",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@hapi/boom": "^9.1.2",
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^2.19.0",
"axios": "^0.21.1",
"dayjs": "^1.11.0",
"framer-motion": "^3.2.1",
"lowdb": "^3.0.0",
"nanoid": "^3.3.1",
"next": "^12",
"next-auth": "^4",
"next-connect": "^0.12",
"prisma": "^2.30.3",
"react": "^17",
"react-dom": "^17",
"react-query": "^3.6.0",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@types/node": "^14.14.21",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"typescript": "^4"
}
}