-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.39 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
{
"name": "blog.tomoyukikashiro.me",
"private": true,
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@octokit/graphql": "^5.0.0",
"@octokit/rest": "^19.0.3",
"budoux": "^0.2.0",
"feed": "^4.2.2",
"next": "^12.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-preset-minify": "^6.0.0",
"rehype-prism-plus": "^1.4.2",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.2",
"remark": "^14.0.2",
"remark-breaks": "^3.0.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-images": "^3.1.0",
"remark-parse-frontmatter": "^1.0.3",
"remark-rehype": "^10.1.0",
"remark-smartypants": "^2.0.0",
"remark-stringify": "^10.0.2",
"sitemap": "^7.1.1",
"unified": "^10.1.1"
},
"devDependencies": {
"@octokit/graphql-schema": "^10.74.2",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "17.0.5",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.8",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.4.14",
"prettier": "^2.5.1",
"tailwindcss": "^3.1.7",
"typescript": "4.5.4"
}
}