imnya.ng/package.json
imnyang 0a63fbd10c
Some checks failed
/ print-content (push) Has been cancelled
chore: update dependencies to latest versions
- upgraded astro from 7.0.2 to 7.3.1
- updated @biomejs/biome from 2.4.16 to 2.5.12
- upgraded @tailwindcss/vite and tailwindcss to ^4.3.3
2026-09-07 08:07:00 +09:00

28 lines
548 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": {
"@sun-typeface/suit": "^2.0.5",
"astro": "7.3.1",
"clsx": "^2.1.1"
},
"devDependencies": {
"@biomejs/biome": "2.5.12",
"@tailwindcss/vite": "^4.3.3",
"tailwindcss": "^4.3.3"
},
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}