This repository was archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.3 KB
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": "okra",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.16",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@prisma/client": "^4.1.1",
"@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.34.0",
"argon2": "^0.28.7",
"babel-plugin-superjson-next": "^0.4.3",
"boring-avatars": "^1.7.0",
"cookie": "^0.5.0",
"dayjs": "^1.11.4",
"emailjs": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"next": "12.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.3.0",
"stripe": "^9.16.0",
"superjson": "^1.9.1",
"ts-localstorage": "^2.0.0",
"zod": "^3.17.10"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "18.6.1",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"prisma": "^4.1.1",
"typescript": "4.7.4"
}
}