-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 937 Bytes
/
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
{
"name": "newsletter-ones-to-watch",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro build --watch && wrangler pages dev ./dist --local=false",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@notion-render/client": "^0.0.2",
"@notionhq/client": "^2.2.15",
"astro": "^4.16.13",
"github-markdown-css": "^5.8.0",
"pretendard": "^1.3.9",
"sanitize-html": "^2.13.1",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"prettier": "^3.3.3",
"wrangler": "^3.87.0"
},
"packageManager": "[email protected]+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
}