-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.81 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
{
"dependencies": {
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "13.0.5",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-superjson-next": "^0.4.4",
"babel-preset-next": "^1.4.0",
"date-fns": "^2.29.3",
"esbuild": "^0.15.0",
"gray-matter": "^4.0.3",
"mdx-bundler": "^9.0.1",
"next": "13.0.5",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-live": "^3.1.1",
"rehype-code-titles": "^1.1.0",
"rehype-prism": "^2.1.3",
"rehype-prism-plus": "^1.5.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-mdx-code-meta": "^2.0.0",
"remark-slug": "^7.0.1",
"safe-json-stringify": "^1.2.0",
"styled-components": "^5.3.6",
"superjson": "^1.11.0",
"typescript-eslint": "^0.0.1-alpha.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "npm run build && next export"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@emotion/babel-plugin": "^11.10.5",
"@next/eslint-plugin-next": "^13.0.2",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.27.0",
"eslint-config-next": "^13.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.7",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"typescript": "^4.8.4"
}
}