-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "nextjs-cloneyol",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.0.0",
"@heroicons/react": "^1.0.1",
"@hookform/error-message": "^2.0.0",
"@milosmladenovicwork/react-image-magnify": "^2.7.4",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/line-clamp": "^0.2.0",
"@types/lodash": "^4.14.168",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cookie": "^0.4.1",
"formik": "^2.2.6",
"gauss": "^0.2.12",
"next": "10.1.3",
"next-auth": "^3.14.6",
"react": "17.0.2",
"react-cookie": "^4.0.3",
"react-dom": "17.0.2",
"react-hook-form": "^7.0.5",
"react-icons": "^4.2.0",
"react-modal": "^3.13.1",
"react-select": "^4.3.0",
"react-slick": "^0.28.1",
"react-tabs": "^3.2.2",
"react-toastify": "^7.0.3",
"swr": "^0.5.5",
"uuid": "^8.3.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.18",
"@types/react": "^17.0.3",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.9",
"tailwindcss": "^2.1.1",
"typescript": "^4.2.3"
}
}