-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.16 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
{
"version": "0.0.0-development",
"name": "deploystack-io-documentation",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve@latest out",
"postbuild": "cp serve.json out/serve.json",
"lint:md": "npx markdownlint-cli2 '**/*.md' '#node_modules' '#.github'",
"lint:links": "node check-links.js",
"semantic-release": "semantic-release",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@types/mdx": "^2.0.13",
"fumadocs-core": "^15.6.9",
"fumadocs-mdx": "^11.10.0",
"fumadocs-ui": "^15.7.7",
"lucide-react": "^0.525.0",
"mdx": "^0.3.1",
"next": "^15.5.2",
"node-fetch": "^3.3.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"schema-dts": "^1.1.5"
},
"devDependencies": {
"@semantic-release/github": "^11.0.5",
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "24.3.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.8",
"autoprefixer": "^10.4.21",
"markdownlint-cli": "^0.45.0",
"markdownlint-cli2": "^0.18.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12",
"typescript": "5.9.2"
}
}