-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "gengar-bark-next",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NODE_NO_WARNINGS=1 next dev",
"build": "NODE_NO_WARNINGS=1 next build",
"start": "NODE_NO_WARNINGS=1 next start",
"lint": "next lint",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.600.0",
"@slack/bolt": "^4.1.1",
"@supabase/supabase-js": "^2.39.3",
"@upstash/kafka": "^1.3.4-canary.1",
"@upstash/qstash": "^2.5.4",
"@upstash/redis": "^1.25.2",
"axios": "^1.7.2",
"framer-motion": "^10.18.0",
"lodash": "^4.17.21",
"next": "14.2.23",
"next-axiom": "^0.18.1",
"openai": "^4.47.2",
"p-limit": "^6.2.0",
"pg": "^8.11.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.4.0",
"react-medium-image-zoom": "^5.2.11",
"react-share": "^5.1.1",
"recharts": "^2.14.1",
"reflect-metadata": "^0.2.2",
"sharp": "0.32.6",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "^20",
"@types/react": "18.3.12",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5"
}
}