-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "stay-young-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.1.0",
"@nextui-org/react": "^1.0.0-beta.13",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"autoprefixer": "10.4.14",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"framer-motion": "^10.12.8",
"js-cookie": "^3.0.5",
"next": "13.3.1",
"nextjs-progressbar": "^0.0.16",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-multi-carousel": "^2.8.3",
"react-responsive-carousel": "^3.2.23",
"react-scroll": "^1.8.9",
"sharp": "^0.32.1",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/react-scroll": "^1.8.7"
}
}