-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "social-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate",
"test": "jest"
},
"dependencies": {
"@prisma/client": "^5.19.1",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.3",
"@svgr/webpack": "^8.1.0",
"moment": "^2.30.1",
"next": "^14.2.13",
"next-compose-plugins": "^2.2.1",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.6.15",
"react": "^18",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-twemoji": "^0.6.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}