-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
42 lines (42 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
41
42
{
"name": "next-smooth-doc",
"author": "lwz7512@gmail.com",
"version": "1.0.0",
"description": "A minimal doc generator based on Next.js & mdx.",
"scripts": {
"dev": "next",
"dev:watch": "next-remote-watch ./docs",
"build": "next build",
"export": "next export",
"start": "serve out"
},
"dependencies": {
"@docsearch/css": "^1.0.0-alpha.28",
"@docsearch/react": "^1.0.0-alpha.28",
"@xstyled/styled-components": "^3.0.0",
"gray-matter": "^4.0.2",
"next": "latest",
"next-mdx-remote": "^3.0.1",
"next-remote-watch": "1.0.0",
"polished": "^4.1.2",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-is": "^17.0.2",
"react-live": "^2.2.3",
"reakit": "^1.3.8",
"remark": "13.0.0",
"remark-html": "13.0.1",
"styled-components": "^5.3.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"github-slugger": "^1.3.0",
"mdast-util-to-string": "^2.0.0",
"serve": "^11.3.2",
"unist-util-visit": "^2.0.3"
},
"license": "MIT"
}