seedproject-web/app/package.json

40 lines
1,018 B
JSON
Raw Normal View History

{
"name": "quiet-pages",
"version": "1.0.0",
"description": "A quiet Astro magazine theme for essays, field notes, and long-form writing.",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/mdx": "^6.0.3",
"@astrojs/react": "^6.0.1",
"@radix-ui/react-slot": "^1.3.0",
"@tailwindcss/vite": "^4.3.1",
"astro": "^6.4.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.42.2",
"lucide-react": "^1.25.0",
"marked": "^18.0.7",
"motion": "^12.42.2",
"mysql2": "^3.23.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"prettier": "^3.8.4",
"vite": "^7.3.5"
}
}