-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.96 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "cherry",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.18",
"@mantine/core": "^7.6.1",
"@mantine/hooks": "^7.6.1",
"@mantine/notifications": "^7.6.1",
"@mui/material": "^5.15.14",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.15",
"glider-js": "^1.7.8",
"heroicons": "^2.1.3",
"locomotive-scroll": "^4.1.4",
"lucide-react": "^0.357.0",
"next": "14.1.3",
"next-auth": "^4.24.7",
"react": "^18",
"react-awesome-reveal": "^4.2.8",
"react-datepicker": "^6.6.0",
"react-datetime": "^3.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-glider": "^4.0.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-locomotive-scroll": "^0.2.2",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.30.2",
"swiper": "^11.1.1",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.3.0",
"typescript": "^5.4.3"
}
}