-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.78 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
{
"name": "poac.dev",
"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.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@nextui-org/react": "^2.4.8",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"framer-motion": "^11.11.11",
"graphql": "^16.9.0",
"next": "^15.0.2",
"next-themes": "^0.3.0",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"semver": "^7.6.3",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "22.8.6",
"@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.4.47",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}