cache-atlas / package.json
rishabhsai's picture
Publish Cache Atlas static site
9d91b1d verified
Raw
History Blame Contribute Delete
467 Bytes
{
"name": "cache-atlas",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.4",
"@astrojs/react": "^5.0.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.1.9",
"react": "^19.2.5",
"react-dom": "^19.2.5"
}
}