Astro-based site with 40+ interactive math games, puzzles, and explorations. Includes admin dashboard, todo system, blog, theme/subcategory navigation, and embed pages for iframe embedding. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"name": "hatch-astro-template",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"author": "Shadcnblocks.com",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro",
|
|
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.astro --fix",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^10.0.4",
|
|
"@astrojs/react": "^5.0.2",
|
|
"@astrojs/rss": "^4.0.18",
|
|
"@fontsource-variable/geist": "^5.2.8",
|
|
"@fontsource/castoro": "^5.2.7",
|
|
"@fontsource/imprima": "^5.2.8",
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@react-three/drei": "^10.7.7",
|
|
"@react-three/fiber": "^9.5.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/katex": "^0.16.8",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/three": "^0.183.1",
|
|
"astro": "^6.1.2",
|
|
"canvas-confetti": "^1.9.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"embla-carousel-autoplay": "^8.5.2",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"framer-motion": "^11.18.2",
|
|
"gray-matter": "^4.0.3",
|
|
"input-otp": "^1.4.2",
|
|
"katex": "^0.16.45",
|
|
"lucide-react": "^0.479.0",
|
|
"next-themes": "^0.4.6",
|
|
"qrcode": "^1.5.4",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.4",
|
|
"react-day-picker": "^9.14.0",
|
|
"react-dom": "^19.2.4",
|
|
"react-resizable-panels": "^4.8.0",
|
|
"recharts": "^3.8.0",
|
|
"shadcn": "^4.1.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"three": "^0.183.2",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vaul": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "^5.0.3",
|
|
"@astrojs/sitemap": "^3.7.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.39.0",
|
|
"@typescript-eslint/parser": "^8.39.0",
|
|
"astro-eslint-parser": "^1.2.2",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.32.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-astro": "^1.3.1",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"tailwindcss": "^4.1.11"
|
|
}
|
|
}
|