-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.26 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
{
"name": "meal-select",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@fontsource/opendyslexic": "^5.1.0",
"@hookform/resolvers": "^3.10.0",
"@react-hookz/deep-equal": "^3.0.3",
"@supabase/ssr": "^0.5.2",
"clsx": "^2.1.1",
"next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"server-only": "^0.0.1",
"tailwind-merge": "^3.0.1",
"uuid": "^11.0.5",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.6",
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"babel-plugin-react-compiler": "19.0.0-beta-30d8a17-20250209",
"daisyui": "5.0.0-beta.8",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.4",
"eslint-config-prettier": "^9.1.0",
"graphql": "^16.10.0",
"postcss": "^8.5.2",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"supabase": "^2.12.1",
"tailwindcss": "^4.0.6",
"typescript": "^5.7.3"
}
}