32 lines
No EOL
731 B
JSON
32 lines
No EOL
731 B
JSON
{
|
|
"name": "autoblog-template-astro-base",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^5.0.4",
|
|
"@astrojs/tailwind": "^6.0.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"astro": "^4.16.14",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"tailwindcss": "^3.4.19",
|
|
"lucide-react": "0.473.0",
|
|
"clsx": "2.1.1",
|
|
"tailwind-merge": "2.6.0",
|
|
"motion": "11.11.17",
|
|
"framer-motion": "11.11.17"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19"
|
|
}
|
|
} |