-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.56 KB
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": "countenance",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^16.1.6",
"@contentful/rich-text-types": "^17.2.5",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@serwist/next": "^9.4.2",
"@serwist/precaching": "^9.4.2",
"@serwist/sw": "^9.4.2",
"@tanstack/react-query": "^5.90.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"emailjs-com": "^3.2.0",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.26",
"graphql": "^16.12.0",
"graphql-request": "^7.3.1",
"lucide-react": "^0.548.0",
"motion": "^12.23.24",
"next": "16.1.1",
"posthog-js": "^1.313.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.4.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-query-devtools": "^5.91.1",
"@types/node": "24.9.1",
"@types/react": "19.2.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "5.9.3"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
"lightningcss-linux-x64-gnu": "1.30.2"
}
}