-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "node server.js"
},
"dependencies": {
"@apollo/client": "^3.7.14",
"@apollo/link-context": "^2.0.0-beta.3",
"@headlessui/react": "^1.7.7",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.13",
"@rye-api/rye-pay": "^0.3.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^0.1.8",
"axios": "^1.4.0",
"cors": "^2.8.5",
"cors-anywhere": "^0.4.4",
"eventsource-parser": "^0.0.5",
"express": "^4.18.2",
"framer-motion": "^10.12.4",
"graphql": "^16.6.0",
"graphql-hooks": "^6.2.3",
"graphql-request": "^6.0.0",
"graphql-tag": "^2.12.6",
"headlessui": "^0.0.0",
"ipware": "^2.0.0",
"mic-recorder-to-mp3": "^2.2.2",
"mongodb": "^5.5.0",
"next": "latest",
"next-connect": "^1.0.0",
"next-themes": "^0.2.1",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.0",
"react-hot-toast": "^2.4.0",
"react-use-measure": "^2.1.1",
"request-ip": "^3.3.0",
"wavesurfer.js": "^6.6.3"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "4.9.4"
}
}