-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@madushas/portfolio",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:local": "astro build --config astro.config.local.mjs",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"lint": "biome check .",
"lint:fix": "biome check . --fix",
"ci": "biome ci ."
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.13",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/svelte": "^7.2.5",
"@astrojs/tailwind": "^6.0.2",
"@fontsource-variable/chivo": "^5.2.8",
"@fontsource/chivo": "^5.2.8",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@sanity/client": "^7.20.0",
"@sanity/image-url": "^2.1.1",
"@tailwindcss/vite": "^4.2.2",
"astro": "^5.18.1",
"astro-portabletext": "^0.13.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lenis": "^1.3.21",
"motion": "^12.38.0",
"nanostores": "^1.2.0",
"sanity": "^5.20.0",
"sharp": "^0.34.5",
"svelte": "^5.55.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/node": "^10.0.4",
"@biomejs/biome": "2.4.10",
"@types/node": "^25.5.2",
"typescript": "^5.9.3",
"wrangler": "^4.81.0"
}
}