-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.89 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
{
"name": "kgtkr.net",
"private": true,
"description": "kgtkr.net",
"version": "0.1.0",
"author": "kgtkr",
"bugs": {
"url": "https://github.com/kgtkr/kgtkr.net/issues"
},
"dependencies": {
"@types/webpack-env": "^1.18.0",
"date-fns": "^2.29.2",
"fp-ts": "^2.12.3",
"gray-matter": "^4.0.3",
"hast": "^1.0.0",
"hast-util-to-html": "^8.0.3",
"hast-util-to-text": "^3.1.1",
"highlight.js": "^11.6.0",
"katex": "^0.16.2",
"mdast": "^3.0.0",
"moment-timezone": "^0.5.37",
"next": "^12.3.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.29.0",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-social-icons": "^6.10.0",
"rehype-highlight": "^5.0.2",
"rehype-katex": "^6.0.2",
"rehype-react": "^7.1.1",
"remark": "^14.0.2",
"remark-breaks": "^3.0.2",
"remark-emoji": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-rehype": "^10.1.0",
"rss": "^1.2.2",
"sass": "^1.54.9",
"sharp": "^0.31.0",
"unified": "^10.1.2",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/gtag.js": "^0.0.11",
"@types/node": "^18.7.16",
"@types/react": "^18.0.19",
"@types/rss": "^0.0.29",
"eslint": "^8.23.1",
"eslint-config-next": "^12.3.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"textlint": "^12.2.1",
"textlint-rule-preset-ja-spacing": "^2.2.0",
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
"typescript": "^4.8.3"
},
"homepage": "https://kgtkr.net",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/kgtkr/kgtkr.net.git"
},
"scripts": {
"format": "prettier --write {components,lib,pages}/**/*.{js,jsx,ts,tsx}",
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"start": "next start"
}
}