-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.7 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
59
60
{
"name": "madusha-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"start": "next start",
"lint": "next lint",
"build": "next build"
},
"dependencies": {
"@cloudflare/next-on-pages": "^1.13.5",
"@hookform/resolvers": "^3.9.1",
"@portabletext/react": "^3.1.0",
"@preline/theme-switch": "^2.5.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@sanity/image-url": "^1.1.0",
"@sanity/vision": "^3.64.2",
"@tailwindcss/typography": "^0.5.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.17",
"locomotive-scroll": "5.0.0-beta.13",
"lucide-react": "^0.460.0",
"mini-svg-data-uri": "^1.4.4",
"next": "15.0.3",
"next-sanity": "^9.8.16",
"next-sanity-image": "^6.1.1",
"next-themes": "^0.4.3",
"node-mailjet": "^6.0.6",
"posthog-js": "^1.187.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"sanity": "^3.64.2",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@types/locomotive-scroll": "^4.1.3",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3"
}
}