landing/package.json
2026-08-13 03:59:46 +03:00

22 lines
509 B
JSON

{
"name": "madoka-network",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@fontsource/zen-kaku-gothic-new": "^5.3.0",
"@lucide/astro": "^1.31.0",
"@tailwindcss/vite": "^4.3.3",
"astro": "7.2.1",
"cobe": "^2.0.1",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.2"
}
}