-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"name": "kickstart-next",
"version": "1.0.13",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/contentstack/kickstart-next"
},
"description": "Contentstack Kickstarts are the minimum amount of code needed to connect to Contentstack.",
"author": "Tim Benniks <tim.benniks@contentstack.com>",
"annotation": "Lo Etheridge <lo.etheridge@contentstack.com>",
"homepage": "https://contentstack.com",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentstack/delivery-sdk": "^4.11.2",
"@contentstack/live-preview-utils": "^4.2.1",
"@timbenniks/contentstack-endpoints": "^2.1.0",
"isomorphic-dompurify": "^2.36.0",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^16",
"tailwindcss": "^4",
"typescript": "^5"
}
}