-
Notifications
You must be signed in to change notification settings - Fork 2k
/
package.json
61 lines (61 loc) · 1.5 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
{
"name": "nobelium",
"version": "1.3.0",
"homepage": "https://nobelium.js.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/craigary/nobelium.git"
},
"author": {
"name": "Craig Hart",
"email": "[email protected]",
"url": "http://craigary.net"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"axios": "^1.6.1",
"canvas": "^2.11.2",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"feed": "^4.2.2",
"gitalk": "^1.8.0",
"mermaid": "^10.6.1",
"next": "^14.0.2",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"preact": "^10.19.2",
"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",
"use-ackee": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
},
"bugs": {
"url": "https://github.com/craigary/nobelium/issues",
"email": "[email protected]"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}