This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "wanderkit-net",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"stripe:listen": "stripe listen --forward-to localhost:4000/api/webhooks/checkout"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.1.1",
"@internationalized/date": "^3.3.0",
"@react-aria/toast": "3.0.0-beta.2",
"@react-aria/utils": "^3.18.0",
"@react-stately/toast": "3.0.0-beta.1",
"@stripe/stripe-js": "^1.54.1",
"@types/micro-cors": "^0.1.3",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"ai": "^2.1.28",
"autoprefixer": "10.4.14",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"ics": "^3.2.0",
"mailersend": "^2.2.0",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"mongodb": "^5.7.0",
"next": "13.4.12",
"next-contentlayer": "^0.3.4",
"openai-edge": "^1.2.2",
"postcss": "8.4.27",
"react": "18.2.0",
"react-aria": "^3.26.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-stately": "^3.24.0",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"stripe": "^12.16.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"zod": "^3.21.4"
}
}