-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "nynp",
"type": "module",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "wrangler dev",
"deploy": "wrangler deploy",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.1",
"@astrojs/react": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/tailwind": "^6.0.2",
"@excalidraw/excalidraw": "^0.17.0",
"@fontsource/share-tech-mono": "^5.0.8",
"@jsdevtools/rehype-toc": "^3.0.2",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"astro": "^5.12.3",
"astro-og-canvas": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"wrangler": "^4.26.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
}
}