-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.51 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.51 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
{
"name": "newsletter-ones-to-watch",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"devsafe": "rimraf .astro/ && astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler dev -c ./wrangler.jsonc --persist-to ./.wrangler/state",
"deploy": "astro build && wrangler deploy",
"deploy:sub": "wrangler deploy -c ./workers/wrangler.jsonc",
"astro": "astro",
"wrangler": "wrangler",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.10",
"@astrojs/mdx": "^4.3.9",
"@astrojs/partytown": "^2.1.4",
"@astrojs/rss": "^4.0.13",
"@astrojs/sitemap": "^3.6.0",
"astro": "^5.15.3",
"cheerio": "^1.1.2",
"github-markdown-css": "^5.8.1",
"gsap": "^3.14.1",
"notion-astro-loader": "^0.4.0"
},
"devDependencies": {
"@cloudflare/puppeteer": "^1.0.4",
"@cloudflare/workers-types": "^4.20251014.0",
"@eslint/js": "^9.38.0",
"@notionhq/client": "^5.3.0",
"@types/node": "^24.9.2",
"@types/sanitize-html": "^2.16.0",
"@types/unist": "^3.0.3",
"eslint": "^9.38.0",
"prettier": "^3.6.2",
"rimraf": "^6.1.0",
"sanitize-html": "^2.17.0",
"unist-util-flatmap": "^1.0.0",
"wrangler": "^4.45.3"
},
"packageManager": "pnpm@10.20.0",
"pnpm": {
"patchedDependencies": {
"notion-astro-loader": "patches/notion-astro-loader.patch"
},
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"workerd"
]
}
}