-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "14_portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint",
"update-types": "pnpx supabase gen types typescript --project-id bvvhwcmjlbofleanshdm > app/interfaces/types_db.ts"
},
"dependencies": {
"@aws-sdk/client-scheduler": "^3.675.0",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/supabase-js": "^2.43.2",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.29.0",
"axios": "^1.6.8",
"framer-motion": "^10.18.0",
"gsap": "^3.12.5",
"ioredis": "^5.4.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"nanoid": "^5.0.7",
"next": "^14.2.5",
"pnpm": "^8.10.5",
"react": "latest",
"react-calendar": "^5.0.0",
"react-countup": "^6.5.3",
"react-dom": "latest",
"react-hook-form": "^7.51.4",
"react-icons": "^4.12.0",
"react-swipeable": "^7.0.1",
"tailwind-merge": "^2.3.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "^8.57.0",
"eslint-config-next": "latest",
"postcss": "latest",
"prettier": "^3.2.5",
"tailwindcss": "latest",
"typescript": "latest"
}
}