29 lines
668 B
JSON
29 lines
668 B
JSON
{
|
|
"name": "homepage",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"start": "HOST=0.0.0.0 PORT=4321 bun ./dist/server/entry.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.3.0",
|
|
"@astrojs/react": "^4.3.0",
|
|
"@tailwindcss/cli": "^4.1.11",
|
|
"astro": "^5.11.0",
|
|
"motion": "^12.23.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.6",
|
|
"sass-embedded": "^1.89.2",
|
|
"tailwindcss": "^4.1.11"
|
|
}
|
|
}
|