-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dey00ts.network",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma:generate": "exec prisma generate",
"prisma:format": "exec prisma format",
"prisma:studio": "exec prisma studio --browser none",
"prisma:push": "exec prisma db push",
"prisma:migrate:dev": "exec prisma migrate dev"
},
"dependencies": {
"@auth/prisma-adapter": "^2.1.0",
"@formkit/auto-animate": "^0.8.2",
"@next/third-parties": "^14.2.6",
"@nextui-org/react": "^2.3.6",
"@nextui-org/system": "^2.1.2",
"@nextui-org/theme": "^2.2.3",
"@prisma/client": "5.14.0",
"@sentry/nextjs": "^8",
"formik": "^2.4.6",
"framer-motion": "^11.2.6",
"leaflet": "^1.9.4",
"next": "14.2.3",
"next-auth": "^5.0.0-beta.18",
"ramda": "^0.30.0",
"rc-toastr": "^1.3.4",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-hook-form": "^7.51.5",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"sharp": "^0.33.5",
"swr": "^2.2.5",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/node": "^20",
"@types/ramda": "^0.30.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prisma": "5.14.0",
"tailwindcss": "^3.4.1",
"thirdweb": "^5.24.0",
"typescript": "^5"
}
}