imnya.ng/package.json
imnyang 58ce75b38a
Some checks failed
/ print-content (push) Has been cancelled
wow
2026-05-31 13:55:12 +09:00

28 lines
545 B
JSON

{
"name": "imnya-ng",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.4.2",
"clsx": "^2.1.1"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@tailwindcss/vite": "^4.2.2",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0"
},
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}