-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 745 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
{
"name": "overfullstack",
"type": "module",
"version": "4.0.0",
"description": "Overfullstack - Gopal S Akshintala's Blog",
"author": "Gopal S Akshintala <gopalakshintala@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.0",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.2.0",
"@tailwindcss/vite": "^4.0.0",
"astro": "^5.1.0",
"astro-expressive-code": "^0.38.0",
"firebase": "^12.10.0",
"tailwindcss": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"optionalDependencies": {
"sharp": "^0.33.5"
},
"volta": {
"node": "22.14.0"
}
}