-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.28 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve@latest out",
"lint": "next lint"
},
"packageManager": "npm@9.8.1",
"dependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mdxeditor/editor": "^3.3.3",
"@next/mdx": "^14.0.4",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-tooltip": "^1.0.6",
"@tailwindcss/typography": "^0.5.9",
"@types/mdx": "^2.0.5",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.8.0",
"markdown-toc": "^1.2.0",
"mdast-util-from-markdown": "^1.3.1",
"mdast-util-frontmatter": "^1.0.1",
"mdast-util-gfm-table": "^1.0.7",
"mdast-util-to-markdown": "^1.5.0",
"mdast-util-toc": "^6.1.1",
"micromark-extension-frontmatter": "^1.1.1",
"micromark-extension-gfm-table": "^2.0.0",
"next": "^14.0.4",
"next-mdx-remote": "^4.4.1",
"next-plugin-svgr": "^1.1.10",
"postcss": "8.4.24",
"prism-react-renderer": "^2.0.5",
"prism-themes": "^1.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-highlight": "^6.0.0",
"rehype-prism-plus": "^1.5.1",
"rehype-rewrite": "^3.0.6",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-toc": "^8.0.1",
"tailwind-merge": "^1.13.1",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^18.2.9",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-n": "^16.6.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss-import": "^15.1.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}