-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 894 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
{
"name": "testapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/text-to-speech": "^4.2.2",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.11",
"@supabase/supabase-js": "^2.38.4",
"@vercel/analytics": "^1.1.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"express": "^4.18.2",
"express-session": "^1.17.3",
"form-data": "^4.0.0",
"isomorphic-fetch": "^3.0.0",
"multer": "^1.4.5-lts.1",
"next": "^13.2.4",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"resend": "^1.1.0",
"stripe": "^14.4.0",
"uuid": "^9.0.1",
"validator": "^13.11.0"
}
}