-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "baze",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-dialog": "^1.0.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.5",
"js-file-downloader": "^1.1.25",
"lucide-react": "^0.323.0",
"next": "14.1.0",
"nextjs-toploader": "^1.6.6",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-modern-audio-player": "^1.4.0-rc.2",
"react-multi-carousel": "^2.8.2",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.30.0",
"react-tabs": "^6.0.2",
"sharp": "^0.33.2",
"swiper": "^11.0.5",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}