-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.6 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
{
"name": "kickstart-next-graphql",
"version": "1.1.5",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/contentstack/kickstart-next-graphql"
},
"description": "Contentstack Kickstarts are the minimum amount of code needed to connect to Contentstack.",
"author": "Tim Benniks <tim.benniks@contentstack.com>",
"homepage": "https://contentstack.com",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@contentstack/delivery-sdk": "^5.5.2",
"@contentstack/live-preview-utils": "^4.4.5",
"@graphql-codegen/cli": "^6.3.1",
"@graphql-codegen/client-preset": "^5.3.0",
"@graphql-codegen/typescript": "^5.0.10",
"@contentstack/utils": "^1.9.1",
"graphql-request": "^7.4.0",
"isomorphic-dompurify": "^3.22.0",
"next": "^16.2.12",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"overrides": {
"postcss": "8.5.25",
"qs": "6.15.3",
"js-yaml": "4.3.1",
"form-data": "4.0.6",
"shell-quote": "1.10.0",
"brace-expansion": "5.0.9",
"sharp": "0.35.3",
"nanoid": "3.3.17"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.4.2",
"eslint": "^9",
"eslint-config-next": "^16",
"tailwindcss": "^4",
"typescript": "^5"
},
"optionalDependencies": {
"lightningcss-linux-x64-gnu": "^1.33.0"
}
}