-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 729 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 729 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
{
"name": "website",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"import:hashnode": "node ./scripts/import-hashnode.mjs",
"backfill:hashnode": "node ./scripts/backfill-hashnode-meta.mjs",
"repair:hashnode": "node ./scripts/repair-hashnode-posts.mjs"
},
"dependencies": {
"@astrojs/mdx": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.16.19"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"zod": "^3.23.8"
}
}