generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.13 KB
/
package.json
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": "forbidden-books",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint:md": "yarn markdownlint --config .markdownlint.config.yaml pages/**/*.md pages/**/*.mdx",
"lint:md:fix": "yarn lint:md -f",
"lint:cn": "autocorrect --lint --quiet --config .autocorrectrc .",
"lint:cn:fix": "autocorrect --fix --quiet --config .autocorrectrc ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/xijinping0/books.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xijinping0/books/issues"
},
"homepage": "https://github.com/xijinping0/books#readme",
"dependencies": {
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.11",
"next": "^14.2.3",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "20.12.12",
"autocorrect-node": "^2.11.1",
"markdownlint-cli": "^0.41.0",
"next-sitemap": "^4.2.3",
"typescript": "^5.4.5"
}
}