-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
80 lines (80 loc) · 2.13 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
{
"name": "@osmium-blog/osmium",
"version": "1.2.5",
"homepage": "https://github.com/osmium-blog/osmium",
"license": "MIT",
"author": {
"name": "SilentDepth",
"email": "[email protected]",
"url": "https://silent.land/"
},
"repository": {
"type": "git",
"url": "https://github.com/osmium-blog/osmium.git"
},
"bugs": {
"url": "https://github.com/osmium-blog/osmium/issues",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev",
"prebuild": "OSMIUM_CACHE=1 jiti scripts/prebuild.ts",
"build": "next build",
"postbuild": "jiti scripts/postbuild.ts && next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-hookz/web": "^23.0.0",
"@vercel/analytics": "^0.1.11",
"cheerio": "1.0.0-rc.12",
"chokidar": "^3.5.3",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"defu": "^6.1.2",
"destr": "^1.2.2",
"feed": "^4.2.2",
"gitalk": "^1.7.2",
"lodash": "^4.17.21",
"mermaid": "^10.0.2",
"next": "^13.3.0",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"ofetch": "^1.0.1",
"ohash": "^1.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-cusdis": "^2.1.3",
"react-dom": "^18.2.0",
"react-notion-x": "^6.16.0",
"react-tweet-embed": "^2.0.0",
"react-use": "^17.4.0",
"satori": "^0.4.10",
"sharp": "^0.32.0",
"ufo": "^1.1.1",
"use-ackee": "^3.0.1"
},
"devDependencies": {
"@next/env": "^13.3.0",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "^13.3.0",
"jiti": "^1.18.2",
"next-sitemap": "^4.0.6",
"notion-types": "^6.16.0",
"postcss": "^8.4.21",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
"typescript": "5.0.2"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}