-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.96 KB
/
Copy pathpackage.json
File metadata and controls
123 lines (123 loc) · 3.96 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "dotdev-tuntun",
"version": "0.1.0",
"description": "dotdev tuntun",
"main": "index.ts",
"module": "es2020",
"engines": {
"node": ">=v22.9.0"
},
"directories": {
"lib": "lib"
},
"author": "korede@surulere.dev, kolade@surulere.dev",
"license": "ISC",
"dev": "next dev",
"private": true,
"scripts": {
"clean": "rm -rf .cache build out",
"prep": "yarn clean && mkdir -p dist & cp -R assets dist",
"build-parcel": "SSR=true yarn prep && parcel build index.html --no-source-maps --no-cache",
"test": "mocha 'src/test/**/*.ts'",
"dev": "next",
"fetch-content": "tsx scripts/fetch-content.ts",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"start-parcel": "SSR=true yarn prep && parcel index.html -p 8080 --open --no-cache",
"serve": "yarn prep && parcel index.html -p 8080 --no-cache",
"noop": "exit 0",
"nns-build": "next build",
"nns-start": "next start",
"nns-deploy": "vercel deploy",
"nns-deps": "run-s deps:*",
"nns-deps:update": "[ -z $GITHUB_ACTIONS ] && yarn add notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
"nns-deps:link": "[ -z $GITHUB_ACTIONS ] && yarn link notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:link on CI'",
"nns-analyze": "cross-env ANALYZE=true next build",
"nns-analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"nns-analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"nns-test": "run-p test:*",
"nns-test:lint": "eslint '**/*.{ts,tsx}'",
"postinstall": "patch-package",
"format": "prettier --write \"(lib|tool|components|pages)/*.+(ts|tsx|js|jsx|json|css|md)\""
},
"dependencies": {
"@fisch0920/use-dark-mode": "^2.4.0",
"@keyvhq/core": "^1.6.9",
"@keyvhq/redis": "^1.6.10",
"@mapbox/leaflet-omnivore": "^0.3.4",
"@notionhq/client": "^2.2.10",
"@react-icons/all-files": "^4.1.0",
"@types/are.na": "^0.1.1",
"@types/leaflet": "^1.9.0",
"are.na": "^0.1.5",
"chrome-aws-lambda": "^10.1.0",
"classnames": "^2.3.1",
"contentful": "7.14.x",
"date-fns": "^2.28.0",
"expiry-map": "^2.0.0",
"fathom-client": "^3.4.1",
"got": "^12.0.3",
"isomorphic-unfetch": "^3.1.0",
"leaflet": "^1.9.2",
"lqip-modern": "^1.2.0",
"next": "^12.1.1",
"next-api-og-image": "^2.2.1",
"node-fetch": "^2.6.1",
"notion-client": "^7.10.0",
"notion-types": "^7.10.0",
"notion-utils": "^7.10.0",
"p-map": "^5.3.0",
"p-memoize": "^6.0.1",
"patch-package": "^6.5.1",
"posthog-js": "^1.20.2",
"puppeteer-core": "^10.4.0",
"react": "^18.2.0",
"react-body-classname": "^1.3.1",
"react-dom": "^18.2.0",
"react-notion-x": "^7.10.0",
"react-tweet-embed": "^2.0.0",
"react-use": "^17.3.2",
"rss": "^1.2.2",
"sqlite": "^5.0.1",
"twitter": "^1.7.1",
"twitter-api-v2": "^1.15.0",
"usehooks-ts": "^2.6.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.3.4",
"@types/node": "17.0.45",
"@types/node-fetch": "^3.0.3",
"@types/react": "18.3.28",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"cross-env": "^7.0.2",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"mocha": "10.x.x",
"npm-run-all": "^4.1.5",
"parcel": "2.6.x",
"prettier": "^2.7.1",
"tsx": "^4.23.8",
"typescript": "4.9.5",
"yarn": "1.22.x"
},
"resolutions": {
"next-api-og-image/chrome-aws-lambda": "10.1.0",
"next-api-og-image/puppeteer-core": "10.4.0"
},
"overrides": {
"next-api-og-image": {
"chrome-aws-lambda": "10.1.0",
"puppeteer-core": "10.4.0"
},
"cacheable-request": {
"keyv": "npm:@keyvhq/core@~1.6.6"
}
}
}