- Replace scaffold README with project-specific documentation - Rename package to fitlabs.dev, bump to v1.0.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
350 B
JSON
20 lines
350 B
JSON
{
|
|
"name": "fitlabs.dev",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"astro": "^6.0.4",
|
|
"tailwindcss": "^4.2.1"
|
|
}
|
|
}
|