-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.04 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.04 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "study-bartender",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:types": "npx supabase gen types typescript --project-id btkztlafowtisbypxsre --schema public > src/types/database.types.ts"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@heroicons/react": "^2.2.0",
"@hookform/devtools": "^4.4.0",
"@hookform/resolvers": "^5.2.1",
"@lukemorales/query-key-factory": "^1.3.4",
"@supabase/supabase-js": "^2.48.1",
"@tanstack/react-query": "^5.81.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.18",
"dotenv": "^16.4.5",
"es-toolkit": "^1.40.0",
"flowbite-react": "^0.12.7",
"framer-motion": "^12.18.1",
"gsap": "^3.13.0",
"immer": "^10.1.3",
"lucide-react": "^0.555.0",
"next": "^15.5.7",
"react": "^18.3.1",
"react-canvas-confetti": "^2.0.7",
"react-dom": "^18.3.1",
"react-hook-form": "^7.57.0",
"react-icons": "^5.5.0",
"react-kakao-maps-sdk": "^1.2.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"tailwind-merge": "^3.4.0",
"three": "^0.173.0",
"uuid": "^13.0.0",
"zod": "^4.0.17",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@faker-js/faker": "^10.0.0",
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.21",
"dotenv-cli": "^10.0.0",
"eslint": "^9.19.0",
"eslint-config-next": "15.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"kakao.maps.d.ts": "^0.1.40",
"postcss": "^8.5.6",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"supabase": "^2.34.3",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.4.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0"
}
}