-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 2.11 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": "ncc-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@mui/material": "^5.14.0",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@splidejs/splide-extension-intersection": "^0.2.0",
"@splidejs/splide-extension-video": "^0.8.0",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"google-fonts-webpack-plugin": "^0.4.4",
"gray-matter": "^4.0.3",
"lucide-react": "^0.252.0",
"markdown-to-jsx": "^7.2.1",
"next": "^13.4.12",
"next-themes": "^0.2.1",
"postcss": "^8.4.24",
"postcss-preset-env": "^8.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-image-gallery": "^1.2.12",
"react-image-lightbox": "^5.1.4",
"react-is": "^18.2.0",
"react-multi-carousel": "^2.8.4",
"react-photo-gallery": "^8.0.0",
"react-responsive": "^9.0.2",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"swiper": "^9.4.1",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.3"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/react-image-gallery": "^1.2.0",
"@types/react-slick": "^0.23.10"
}
}