mirror of
https://github.com/trafficlunar/website.git
synced 2026-08-12 12:29:49 +00:00
33 lines
766 B
JSON
33 lines
766 B
JSON
{
|
|
"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.3",
|
|
"@astrojs/svelte": "^9.0.1",
|
|
"@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.3.2",
|
|
"astro": "^7.0.7",
|
|
"d3-scale": "^4.0.2",
|
|
"d3-shape": "^3.2.0",
|
|
"layerchart": "^2.0.1",
|
|
"sharp": "^0.35.3",
|
|
"svelte": "^5.56.4",
|
|
"tailwindcss": "^4.3.2",
|
|
"typescript": "^7.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3-scale": "^4.0.9",
|
|
"@types/d3-shape": "^3.1.8",
|
|
"vite": "^8.1.3"
|
|
}
|
|
}
|