-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "memos-pub.thien.do",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@jsdevtools/rehype-url-inspector": "2.0.2",
"@mdx-js/loader": "2.1.1",
"@mdx-js/mdx": "2.1.1",
"@mdx-js/react": "2.1.1",
"@next/mdx": "12.1.5",
"@octokit/types": "^6.34.0",
"@tailwindcss/forms": "0.5.0",
"@upstash/redis": "^1.3.1",
"hast-util-select": "5.0.1",
"next": "12.1.5",
"octokit": "1.7.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"rehype-autolink-headings": "6.1.1",
"rehype-infer-description-meta": "1.0.1",
"rehype-infer-title-meta": "1.0.1",
"rehype-meta": "3.2.1",
"rehype-pretty-code": "0.3.1",
"rehype-slug": "5.0.1",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-mdx-frontmatter": "1.1.1",
"remark-toc": "8.0.1",
"shiki": "0.10.1",
"unified": "10.1.2"
},
"devDependencies": {
"@octokit/openapi-types": "11.2.0",
"@tailwindcss/typography": "0.5.2",
"@types/node": "17.0.30",
"@types/react": "18.0.8",
"autoprefixer": "10.4.5",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "8.4.13",
"prettier": "2.6.2",
"tailwindcss": "3.0.24",
"typescript": "4.6.4"
}
}