-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.34 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@blacklab/react-image-magnify": "^3.4.1",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^2.8.3",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.4.0-alpha.1",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0-alpha.2",
"@types/nprogress": "^0.2.0",
"add": "^2.0.6",
"axios": "^0.24.0",
"cookie": "^0.4.1",
"date-fns": "^2.26.0",
"iron-session": "^6.0.2",
"lodash": "^4.17.21",
"next": "12.0.3",
"next-auth": "^3.29.0",
"next-themes": "^0.0.15",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.19.5",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.3.1",
"react-player": "^2.9.0",
"react-rating-stars-component": "^2.2.0",
"swiper": "^7.4.1",
"swr": "^1.0.1",
"yarn": "^1.22.17",
"zod": "^3.11.6"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/react": "17.0.34",
"autoprefixer": "^10.4.0",
"clsx": "^1.1.1",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"postcss": "^8.3.11",
"tailwindcss": "^3.0.0-alpha.1",
"typescript": "4.4.4"
}
}