Spaces:
Running
Running
| { | |
| "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" | |
| } | |
| } | |