-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.88 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
{
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "yarn generate",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "biome check .",
"fmt": "biome format . --write",
"generate": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@nextui-org/react": "^2.6.11",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"framer-motion": "^12.0.6",
"graphql": "^16.10.0",
"next": "^15.1.6",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.3",
"semver": "^7.7.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@graphql-codegen/cli": "^5.0.4",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.4.1",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "22.13.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.20",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.0.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.1",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}