-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.3 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
76
77
78
79
80
81
{
"name": "@hackmd/blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@next/bundle-analyzer": "^10.2.0",
"@primer/css": "18.0.1",
"@primer/octicons-react": "16.0.0",
"@yukaii/github-highlightjs-themes": "^1.0.0",
"abcjs": "^6.1.7",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.5",
"chinese-to-pinyin": "^1.3.1",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.9.1",
"disqus-react": "^1.0.10",
"fast-glob": "^3.2.4",
"feed": "^4.2.1",
"framer-motion": "^4.1.17",
"got": "^11.7.0",
"gray-matter": "^4.0.2",
"highlight.js": "^10.7.2",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"markdown-it": "^12.0.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^6.0.0",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-image-figures": "^1.0.1",
"markdown-it-imsize": "^2.0.1",
"markdown-it-ins": "^3.0.0",
"markdown-it-mark": "^3.0.0",
"markdown-it-math": "^4.1.1",
"markdown-it-mathjax": "^2.0.0",
"markdown-it-regexp": "^0.4.0",
"markdown-it-ruby": "^0.1.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-done-right": "^4.1.0",
"mathjax-full": "^3.2.0",
"next": "^11.1.0",
"next-i18next": "^11.0.0",
"next-seo": "^4.23.0",
"next-themes": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-gtm-module": "^2.0.11",
"sass": "^1.26.11",
"shorthash": "^0.0.2",
"simple-react-lightbox": "3.6.6",
"slugify": "^1.4.5",
"swr": "^1.3.0",
"validator": "^13.7.0",
"yaml": "^1.10.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.37",
"@types/jquery": "^3.5.7",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"fs-extra": "^9.0.1",
"next-sitemap": "^1.6.57",
"prettier": "^2.3.2"
}
}