28 lines
642 B
JSON
28 lines
642 B
JSON
{
|
|
"name": "eduseg",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^4.2.1",
|
|
"@headlessui/react": "^2.2.1",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@tailwindcss/vite": "^4.0.13",
|
|
"@tanstack/react-query": "^5.68.0",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"astro": "^5.4.3",
|
|
"axios": "^1.8.3",
|
|
"clsx": "^2.1.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"tailwindcss": "^4.0.13"
|
|
}
|
|
}
|