-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "portfolio",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"ts-lint": "tsc --noEmit --incremental"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@pictogrammers/memory": "^1.5.0",
"@portabletext/react": "^3.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@sanity/client": "^6.21.1",
"@sanity/icons": "^3.3.1",
"@sanity/image-url": "^1.0.2",
"@sanity/types": "^3.52.2",
"@sanity/ui": "^2.8.8",
"@sanity/vision": "^3.52.2",
"@tanstack/react-query": "^5.51.11",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"embla-carousel-auto-scroll": "8.1.7",
"embla-carousel-autoplay": "8.1.7",
"embla-carousel-react": "8.1.7",
"framer-motion": "^11.3.16",
"lucide-react": "^0.414.0",
"next": "^14.2.5",
"next-sanity": "^9.4.2",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"postmark": "^4.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"sanity": "^3.52.2",
"styled-components": "^6.1.12",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "20.11.20",
"@types/react": "18.2.58",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "^14.2.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-classnames": "^0.6.6",
"prettier-plugin-merge": "^0.6.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.6",
"typescript": "5.3.3"
}
}