generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.41 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
{
"name": "nextra-notion-mdx",
"version": "0.0.1",
"description": "Nextra docs using the Notion api",
"scripts": {
"dev": "next dev",
"update-content": "node ./scripts/updateContent.mjs",
"build": "rm -rf .next && next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BonhaengLee/nextra-notion-mdx"
},
"author": "Lee Bon Haeng <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BonhaengLee/nextra-notion-mdx/issues"
},
"homepage": "https://github.com/BonhaengLee/nextra-notion-mdx#readme",
"dependencies": {
"@notion-render/bookmark-plugin": "^0.0.2",
"@notion-render/client": "^0.0.2",
"@notion-render/hljs-plugin": "^0.0.2",
"@notionhq/client": "^2.2.13",
"dotenv": "^16.3.1",
"next": "^13.0.6",
"nextra": "latest",
"nextra-theme-docs": "latest",
"notion-to-md": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.68.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sonarjs": "^0.21.0",
"prettier": "^2.7.1",
"typescript": "^4.9.3"
}
}