2023-09-03 02:20:19 +00:00
|
|
|
{
|
|
|
|
"name": "fosc-v3",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-08 00:56:21 +00:00
|
|
|
"@astrojs/mdx": "^1.1.1",
|
2023-09-06 13:48:01 +00:00
|
|
|
"@astrojs/react": "^3.0.0",
|
|
|
|
"@astrojs/tailwind": "^5.0.0",
|
2023-10-06 15:42:22 +00:00
|
|
|
"@tailwindcss/typography": "tailwindcss/typography",
|
2023-09-06 13:48:01 +00:00
|
|
|
"@types/react": "^18.2.21",
|
|
|
|
"@types/react-dom": "^18.2.7",
|
|
|
|
"astro": "^3.0.8",
|
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
"clsx": "^2.0.0",
|
2023-10-06 15:42:22 +00:00
|
|
|
"daisyui": "^3.9.2",
|
2023-09-06 13:48:01 +00:00
|
|
|
"lucide-react": "^0.274.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-10-06 18:10:26 +00:00
|
|
|
"sass": "^1.69.0",
|
2023-09-06 13:48:01 +00:00
|
|
|
"tailwind-merge": "^1.14.0",
|
|
|
|
"tailwindcss": "^3.3.3",
|
2023-10-06 15:42:22 +00:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
|
"theme-change": "^2.5.0"
|
2023-09-03 02:20:19 +00:00
|
|
|
}
|
2023-09-06 13:48:01 +00:00
|
|
|
}
|