26 lines
546 B
JSON
26 lines
546 B
JSON
{
|
|
"name": "omoluabi",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^4.3.0",
|
|
"@tailwindcss/vite": "^4.1.10",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"astro": "^5.9.4",
|
|
"keen-slider": "^6.8.6",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwindcss": "^3.4.17"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/tailwind": "^6.0.2"
|
|
}
|
|
}
|