-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 815 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 815 Bytes
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
{
"private": true,
"name": "@markdoc/docs",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"deploy": "vercel",
"spec": "spec-md spec/index.md > public/spec.html"
},
"dependencies": {
"@docsearch/react": "^3.6.0",
"@markdoc/markdoc": "^0.5.4",
"@markdoc/next.js": "^0.3.7",
"codemirror": "^5",
"copy-to-clipboard": "^3.3.3",
"js-yaml": "^4.1.1",
"next": "14.2.35",
"prismjs": "^1.30.0",
"react": "18.2.0",
"react-codemirror2": "^9.0.1",
"react-dom": "18.2.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"next-sitemap": "^2.5.28",
"spec-md": "^3.1.0",
"vercel": "^50"
}
}