-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 955 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
35
{
"homepage": "https://kcsujeet.com.np",
"name": "portfolio",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "biome check .",
"format": "biome format --write .",
"typecheck": "astro check && tsc --noEmit",
"ci": "bun run lint && bun run typecheck && bun run build"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.4",
"@astrojs/react": "^6.0.4",
"@astrojs/sitemap": "^3.7.3",
"@base-ui/react": "^1.7.0",
"@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"astro": "^7.2.4",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@biomejs/biome": "2.5.9",
"rehype-autolink-headings": "^7.1.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3"
}
}