-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1008 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
35
36
37
38
39
{
"name": "chaintify",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "prisma generate",
"migrate": "prisma migrate dev --name prod"
},
"dependencies": {
"@hashgraph/sdk": "^2.10.1",
"@mantine/core": "^4.0.1",
"@mantine/form": "^4.0.1",
"@mantine/hooks": "^4.0.1",
"@mantine/next": "^4.0.1",
"@mantine/notifications": "^4.0.1",
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^3.10.0",
"@uploadcare/react-widget": "^1.3.10",
"next": "12.1.0",
"next-auth": "^4.2.1",
"next-swagger-doc": "^0.2.1",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"swagger-ui-react": "^4.6.2",
"swr": "^1.2.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.8",
"prisma": "^3.10.0",
"tailwindcss": "^3.0.23"
}
}