35 lines
862 B
JSON
35 lines
862 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.1.5",
|
|
"@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",
|
|
"lightningcss": "^1.29.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.56.0",
|
|
"react-number-format": "^5.4.4",
|
|
"smartypants": "^0.2.2",
|
|
"tailwindcss": "^4.1.5",
|
|
"vanilla-cookieconsent": "^3.1.0",
|
|
"zod": "^3.24.3"
|
|
}
|
|
}
|