-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.42 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.42 KB
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
82
83
84
85
{
"name": "daily-oops",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.33.0",
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "next dev",
"prebuild": "node scripts/generate-ads-txt.js",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@giscus/react": "^2.3.0",
"@next/bundle-analyzer": "16.2.4",
"@primer/css": "21.0.7",
"@primer/octicons-react": "19.4.0",
"@yukaii/github-highlightjs-themes": "^1.0.0",
"bluebird": "^3.7.2",
"cheerio": "1.0.0-rc.12",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.9",
"fast-glob": "^3.3.1",
"feed": "^4.2.2",
"fuse.js": "^7.3.0",
"got": "^11.8.6",
"gray-matter": "^4.0.3",
"highlight.js": "^10.7.3",
"lodash-es": "^4.17.21",
"markdown-it": "^12.3.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^6.0.1",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-html5-embed": "^1.0.0",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-imsize": "^2.0.1",
"markdown-it-ins": "^3.0.1",
"markdown-it-mark": "^3.0.1",
"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.2.0",
"next": "16.2.4",
"next-seo": "^4.29.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.65.1",
"shorthash": "^0.0.2",
"slugify": "^1.6.6",
"superjson": "2.2.1",
"yaml": "^1.10.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.42",
"@types/fs-extra": "^11.0.4",
"@types/gtag.js": "^0.0.18",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.12.2",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-simple-import-sort": "^13.0.0",
"fs-extra": "11.2.0",
"prettier": "^3.8.3",
"rimraf": "^4.4.1",
"typescript": "5.9.3"
}
}