-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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
50
51
52
53
54
{
"name": "conpecome-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.3.4",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^6.1.1",
"@nextui-org/react": "^2.4.0",
"@radix-ui/react-checkbox": "^1.1.1",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-class-names": "^8.1.1",
"embla-carousel-react": "^8.0.4",
"firebase": "^10.14.1",
"framer-motion": "^11.2.4",
"lucide-react": "^0.378.0",
"next": "^14.2.10",
"next-themes": "^0.3.0",
"nookies": "^2.5.2",
"radix-ui": "^1.0.1",
"react": "^18",
"react-dom": "^18",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.51.4",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "20.16.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"sass": "^1.77.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.2"
}
}