star-trek-cc/package.json

31 lines
835 B
JSON
Raw Permalink Normal View History

2025-03-25 10:08:41 -04:00
{
"name": "stcc",
"type": "module",
"version": "0.0.1",
2025-03-25 10:08:41 -04:00
"scripts": {
"dev": "astro dev",
"build": "node scripts/generate-captains-index.js && astro build",
"preview": "astro preview",
"astro": "astro",
"generate-captains": "node scripts/generate-captains-index.js"
2025-03-25 10:08:41 -04:00
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"astro": "^5.5.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.483.0",
"tailwind-merge": "^3.0.2"
2025-03-25 10:08:41 -04:00
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^6.0.1",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "3.4.1"
2025-03-25 10:08:41 -04:00
}
}