-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.27 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
{
"name": "glog-next",
"author": {
"name": "George Miao",
"email": "gm@miao.dev",
"url": "https://miao.dev"
},
"bugs": {
"email": "bug@miao.do",
"url": "https://github.com/George-Miao/glog-next/issues"
},
"license": "MIT",
"scripts": {
"dev": "next-remote-watch content/",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"serve": "next build && next start",
"bench": "ts-node src/test/bench.ts",
"clean": "rimraf node_modules .out .next"
},
"dependencies": {
"next": "^14.2.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-album": "^2.4.1"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@next/codemod": "^13.5.6",
"@next/font": "^13.5.6",
"@types/glob": "^8.1.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-responsive-masonry": "^2.1.3",
"@types/wordpress__wordcount": "^2.4.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@wordpress/wordcount": "^3.58.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"feed": "^4.2.2",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"isomorphic-dompurify": "^0.24.0",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.2.0",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-external-links": "^0.0.6",
"markdown-it-footnote": "^3.0.3",
"markdown-it-image-lazy-loading": "^1.2.0",
"markdown-it-imsize": "^2.0.1",
"markdown-it-ins": "^3.0.1",
"markdown-it-latex2img": "^0.0.6",
"markdown-it-mark": "^3.0.1",
"markdown-it-plain-text": "^0.3.0",
"markdown-it-regexp": "^0.4.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-checkbox": "^1.0.6",
"next-remote-watch": "^2.0.0",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.55",
"postcss-nesting": "^10.2.0",
"postcss-preset-env": "^7.8.3",
"prismjs": "^1.29.0",
"sharp": "^0.31.3",
"ts-node": "^10.9.2",
"typescript": "4.9.4",
"windicss-webpack-plugin": "^1.8.0"
}
}