-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.16 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.16 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
56
57
58
59
60
61
62
63
64
{
"name": "website",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=22"
},
"type": "module",
"scripts": {
"dev": "next dev",
"prebuild": "yarn generate",
"build": "next build --webpack",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "biome check .",
"fmt": "biome format . --write",
"generate": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.3.0",
"@heroui/react": "2.8.9",
"@heroui/theme": "^2.4.19",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"framer-motion": "12.38.0",
"graphql": "^16.13.2",
"next": "^16.2.3",
"next-themes": "^0.4.6",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-markdown": "^10.1.0",
"semver": "^7.7.4",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"@graphql-codegen/cli": "^6.2.1",
"@graphql-codegen/introspection": "^5.0.1",
"@graphql-codegen/typescript-graphql-request": "^7.0.0",
"@graphql-codegen/typescript-operations": "^5.0.9",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@tsconfig/next": "^2.0.6",
"@types/node": "25.5.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"graphql-request": "^7.4.0",
"graphql-tag": "^2.0.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.10",
"tailwind-variants": "^3.2.2",
"tailwindcss": "4.2.2",
"typescript": "^6.0.2"
},
"resolutions": {
"react": "19.2.5",
"react-dom": "19.2.5",
"react-textarea-autosize": "^8.5.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}