{ "name": "docs", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "check": "astro check", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/react": "^3.6.2", "@astrojs/starlight": "^0.28.2", "@expressive-code/plugin-line-numbers": "^0.36.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "astro": "^4.15.9", "react": "^18.3.1", "react-dom": "^18.3.1", "sharp": "^0.33.5", "starlight-links-validator": "^0.12.1", "typescript": "^5.4.5" }, "devDependencies": { "prettier": "^3.3.2", "prettier-plugin-astro": "^0.14.0" } }