Files
saladeaula.digital/superpage/package.json
2025-05-05 16:11:25 -03:00

33 lines
796 B
JSON

{
"name": "eduseg",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.4",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.2.4",
"@astrojs/sitemap": "^3.3.0",
"@hookform/resolvers": "^5.0.1",
"@tailwindcss/vite": "^4.0.13",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"astro": "^5.7.2",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.8.3",
"clsx": "^2.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.0",
"smartypants": "^0.2.2",
"tailwindcss": "^4.0.13",
"vanilla-cookieconsent": "^3.1.0",
"zod": "^3.24.3"
}
}