forked from craigary/nobelium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.64 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
{
"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",
"postinstall": "patch-package"
},
"dependencies": {
"@vercel/analytics": "^1.0.1",
"axios": ">=0.21.1",
"gitalk": "^1.7.2",
"got": "^12.6.0",
"lqip-modern": "^2.0.0",
"next": "^12.3.2",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"p-map": "^5.5.0",
"p-memoize": "^7.1.1",
"patch-package": "^6.5.1",
"react": "^17.0.2",
"react-cusdis": "^2.0.1",
"react-dom": "^17.0.2",
"react-notion-x": "^6.16.0",
"react-tweet-embed": "^2.0.0",
"use-ackee": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "<8.0.0",
"eslint-config-next": "^12.0.3",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.26.1",
"next-sitemap": "^1.6.203",
"postcss": "^8.3.11",
"prettier": "2.8.4",
"tailwindcss": "^2.2.19"
},
"bugs": {
"url": "https://github.com/craigary/nobelium/issues",
"email": "[email protected]"
},
"engines": {
"yarn": "YARN NO LONGER USED - use npm instead."
}
}