-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "nextjs-prisma-kakaologin-mobile-boilerplate",
"version": "1.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@next/bundle-analyzer": "^12.0.4",
"@prisma/client": "^3.5.0",
"antd": "^4.16.13",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"next": "^12.0.4",
"next-auth": "^4.0.0-beta.7",
"postcss-preset-env": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/next-auth": "^3.15.0",
"@types/node": "^16.11.10",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.15",
"babel-plugin-import": "^1.13.3",
"babel-plugin-styled-components": "^2.0.1",
"prisma": "^3.5.0",
"typescript": "^4.5.2"
},
"license": "MIT"
}