-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
{
"name": "ciseco-nextjs",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@glidejs/glide": "^3.6.0",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@reduxjs/toolkit": "^1.9.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.8",
"@types/glidejs__glide": "^3.6.1",
"@types/node": "20.4.8",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
"class-variance-authority": "^0.7.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"formik": "^2.4.5",
"framer-motion": "^10.15.1",
"lru-cache": "^10.0.2",
"next": "^13.4.13",
"next-auth": "^4.24.5",
"nextjs-toploader": "^1.6.4",
"rc-slider": "^10.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hooks-global-state": "^2.1.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^8.1.3",
"react-slick": "^0.29.0",
"react-swipeable": "^7.0.1",
"react-tabs-scrollable": "^2.0.6",
"react-use": "^17.4.0",
"react-use-keypress": "^1.3.1",
"sass": "^1.64.2",
"sharp": "^0.32.6",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.10.1",
"swr": "^2.2.4",
"tailwind-merge": "^2.0.0",
"typescript": "5.1.6"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
}
}