-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "nextjs-mdx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"clean": "rm -rf ./node_modules"
},
"dependencies": {
"@radix-ui/react-collapsible": "0.0.17",
"@stitches/react": "^0.2.4",
"esbuild": "^0.12.19",
"framer-motion": "^3.3.0",
"gray-matter": "^4.0.3",
"hast-util-to-html": "^7.1.2",
"hast-util-to-string": "^1.0.4",
"mdx-bundler": "^5.0.1",
"mdx-prism": "^0.3.1",
"next": "11.0.1",
"parse-numeric-range": "1.2.0",
"prism-react-renderer": "^1.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"reading-time": "^1.3.0",
"refractor": "^3.3.1",
"rehype-highlight": "^5.0.0",
"rehype-parse": "^7.0.1",
"remark-align": "^1.2.13",
"remark-autolink-headings": "^6.0.1",
"remark-capitalize": "^1.1.0",
"remark-code-titles": "^0.1.1",
"remark-slug": "^6.0.0",
"remark-toc": "^7.0.0",
"styled-components": "^5.2.1",
"styled-normalize": "^8.0.7",
"unified": "^9.2.1",
"unist-util-visit": "2.0.3"
},
"devDependencies": {
"remark-frontmatter": "^3.0.0",
"remark-parse": "^9.0.0",
"remark-stringify": "^9.0.1"
}
}