-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 867 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 867 Bytes
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
{
"name": "nice-tat",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/partytown": "^2.1.4",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/tailwind": "^6.0.2",
"@fontsource/inter": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.0.17",
"@tailwindcss/typography": "^0.5.19",
"astro": "^5.16.6",
"astro-og-canvas": "^0.10.0",
"astro-seo": "^0.8.4",
"astro-seo-schema": "^5.1.0",
"canvaskit-wasm": "^0.40.0",
"tailwindcss": "^3.0.24",
"typescript": "^5.2.2"
},
"devDependencies": {
"beasties": "^0.3.5",
"wrangler": "^4.54.0"
}
}