-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.34 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
{
"name": "hygraph-showcase",
"version": "1.0.0",
"description": "HyBike Next.js Frontend - Hygraph CMS Demo with Dynamic Theming",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"codegen": "dotenv -e .env.local -- graphql-codegen --config codegen.yml",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@hygraph/preview-sdk": "^1.0.7",
"@sentry/nextjs": "^10.45.0",
"graphql": "^16.13.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"lucide-react": "^0.577.0",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^6.2.1",
"@graphql-codegen/typescript": "^5.0.9",
"@graphql-codegen/typescript-graphql-request": "^7.0.0",
"@graphql-codegen/typescript-operations": "^5.0.9",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^20.11.19",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
"babel-plugin-react-compiler": "^1.0.0",
"dotenv-cli": "^11.0.0",
"eslint": "^9.39.0",
"eslint-config-next": "^16.1.6",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=20.9.0"
}
}