generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
59 lines (59 loc) · 1.69 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "wasmer-docs",
"version": "1.0.0",
"description": "Documentation for Wasmer's Products",
"scripts": {
"dev": "next dev",
"build": "next build --no-lint && next export -o release",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuding/nextra-docs-template.git"
},
"author": "Shu Ding <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shuding/nextra-docs-template/issues"
},
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@popperjs/core": "^2.11.8",
"clsx": "^2.0.0",
"escape-string-regexp": "^5.0.0",
"flexsearch": "^0.7.31",
"focus-visible": "^5.2.0",
"git-url-parse": "^13.1.0",
"intersection-observer": "^0.12.2",
"match-sorter": "^6.3.1",
"next": "^13.4.5",
"next-seo": "^6.0.0",
"next-themes": "^0.2.1",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"scroll-into-view-if-needed": "^3.1.0",
"sharp": "^0.32.6",
"zod": "^3.22.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@svgr/webpack": "^8.0.1",
"@types/node": "18.11.10",
"@types/react": "^18.2.43",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-lightningcss": "^1.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5"
}
}