-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.34 KB
/
package.json
File metadata and controls
53 lines (53 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
48
49
50
51
52
53
{
"name": "nextra-docs-template",
"version": "0.0.1",
"engines": {
"node": "22.x"
},
"description": "Nextra docs template",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuding/nextra-docs-template.git"
},
"author": "Shu Ding <g@shud.in>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shuding/nextra-docs-template/issues"
},
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
"dependencies": {
"@mendable/search": "^0.0.183",
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^1.0.1",
"clsx": "^2.1.1",
"cookies-next": "^2.1.2",
"feed": "^4.2.2",
"framer-motion": "^11.3.6",
"globby": "^11.0.1",
"next": "14.2.35",
"next-seo": "^6.8.0",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
"tailwind-merge": "^2.4.0",
"tailwindcss-filters": "^3.0.0"
},
"devDependencies": {
"@types/next-seo": "^2.1.2",
"@types/node": "22.16.4",
"autoprefixer": "^10.4.14",
"broken-link-checker": "^0.4.3",
"chalk": "^5.3.0",
"linkinator": "^6.0.4",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.3"
}
}