-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.22 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.22 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
71
72
73
74
75
76
77
78
{
"name": "studio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@automattic/social-previews": "^2.1.0-beta.12",
"@heroui/accordion": "^2.2.23",
"@heroui/alert": "^2.2.26",
"@heroui/avatar": "^2.2.21",
"@heroui/badge": "^2.2.16",
"@heroui/breadcrumbs": "^2.2.21",
"@heroui/button": "^2.2.26",
"@heroui/card": "^2.2.24",
"@heroui/chip": "^2.2.21",
"@heroui/code": "^2.2.20",
"@heroui/date-picker": "^2.3.27",
"@heroui/divider": "^2.2.19",
"@heroui/drawer": "^2.2.23",
"@heroui/dropdown": "^2.3.26",
"@heroui/form": "^2.1.26",
"@heroui/image": "^2.2.16",
"@heroui/input": "^2.4.27",
"@heroui/link": "^2.2.22",
"@heroui/modal": "^2.2.23",
"@heroui/pagination": "^2.2.23",
"@heroui/popover": "^2.3.26",
"@heroui/progress": "^2.2.21",
"@heroui/select": "^2.4.27",
"@heroui/skeleton": "^2.2.16",
"@heroui/spacer": "^2.2.20",
"@heroui/spinner": "^2.2.23",
"@heroui/switch": "^2.2.23",
"@heroui/system": "2.4.22",
"@heroui/tabs": "^2.2.23",
"@heroui/theme": "2.4.22",
"@heroui/toast": "^2.0.16",
"@heroui/tooltip": "^2.2.23",
"@heroui/user": "^2.2.21",
"@hookform/resolvers": "^5.2.2",
"@internationalized/date": "^3.9.0",
"@reactour/tour": "^3.8.0",
"@tanstack/react-query": "^5.89.0",
"@tanstack/react-query-devtools": "^5.89.0",
"axios": "^1.12.2",
"better-auth": "^1.3.11",
"framer-motion": "12.23.15",
"lucide-react": "^0.544.0",
"luxon": "^3.7.2",
"next": "^15.5.4",
"next-themes": "^0.4.6",
"posthog-js": "^1.266.3",
"posthog-node": "^5.8.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.62.0",
"react-icons": "^5.5.0",
"sass": "^1.93.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"@eslint/eslintrc": "^3"
}
}