-
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) · 723 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 723 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": "shreyans-sh-2025",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port 3000",
"build": "astro build --remote",
"preview": "astro preview --port 3000",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"@astrojs/vercel": "^8.2.11",
"@fontsource-variable/fira-code": "^5.2.7",
"@tailwindcss/vite": "^4.2.2",
"astro": "^5.18.1",
"astro-seo": "^1.1.0",
"motion": "^12.38.0",
"tailwindcss": "^4.2.2",
"twitter-api-v2": "^1.29.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@total-typescript/ts-reset": "^0.6.1",
"@total-typescript/tsconfig": "^1.0.4",
"typescript": "^5.9.3"
}
}