-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.78 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
{
"name": "final_project",
"version": "0.1.0",
"private": true,
"scripts": {
"secure": "node server.js",
"proxy": "next dev -H 192.168.0.13",
"init-https": "sh init-https.sh",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"genTypes": "npx supabase gen types typescript --project-id \"pedixhwyfardtsanotrp\" --schema public > src/types/supabase.ts"
},
"dependencies": {
"@internationalized/date": "^3.5.5",
"@nextui-org/calendar": "^2.0.11",
"@nextui-org/system": "^2.2.5",
"@nextui-org/theme": "^2.2.9",
"@react-aria/i18n": "^3.12.1",
"@react-types/calendar": "^3.4.8",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.3",
"@tanstack/react-query": "^5.51.9",
"@tanstack/react-query-devtools": "^5.51.9",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"framer-motion": "^11.3.14",
"next": "16.2.6",
"next-pwa": "^5.6.0",
"openai": "^4.55.5",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-draggable": "^4.4.6",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-range": "^1.9.2",
"sharp": "0.32.6",
"slate": "^0.103.0",
"slate-react": "^0.107.1",
"supabase": ">=1.8.1",
"tailwind-merge": "^2.4.0",
"webpack-cli": "^5.1.4",
"workbox-webpack-plugin": "^7.1.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@biomejs/biome": "2.3.1",
"@types/node": "^20",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "^5.93.0"
}
}