-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "@keystatic/templates-nextjs",
"version": "0.0.62",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/keystatic/",
"directory": "templates/nextjs"
},
"dependencies": {
"@fontsource-variable/vazirmatn": "^5.3.0",
"@keystatic/core": "^0.6.2",
"@keystatic/next": "^5.0.4",
"@markdoc/markdoc": "^0.5.8",
"@next/third-parties": "^16.2.12",
"clsx": "^2.1.1",
"lucide-react": "^1.27.0",
"motion": "^12.42.2",
"next": "^16.2.12",
"next-themes": "^0.4.6",
"postcss": "^8.5.23",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"rss": "^1.2.2",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@tailwindcss/typography": "^0.5.20",
"@types/node": "26.1.1",
"@types/react": "^19.2.17",
"@types/rss": "^0.0.32",
"typescript": "^5"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"packageManager": "bun@1.2.18"
}