-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 755 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.0",
"@astrojs/svelte": "^7.2.5",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@indiefellas/astro-adapter-nekoweb": "^3.7.1",
"@swup/astro": "^1.8.0",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.2",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"layerchart": "^2.0.0-next.44",
"svelte": "^5.51.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.8",
"vite": "^7.3.1"
}
}