forked from drizzle-team/drizzle-orm-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.65 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
{
"name": "nextra-docs-template",
"version": "0.0.1",
"description": "Nextra docs template",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build && next export",
"build-cl": "npx @cloudflare/next-on-pages --experimental-minify",
"start": "next start"
},
"types": "./my-library.d.ts",
"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": {
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"next": "13.0.6",
"next-themes": "^0.2.1",
"nextra": "2.3.0",
"nextra-theme-docs": "2.3.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-inlinesvg": "^3.0.2",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-visualizer": "^5.9.0",
"simplebar": "^6.2.0",
"simplebar-react": "^3.2.0",
"typescript": "^5.0.4"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^0.2.0",
"@types/node": "18.11.10",
"@types/react": "^18.0.27",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"eslint": "^8.23.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^12.3.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0"
}
}