{ "name": "ui-skills", "type": "module", "version": "0.2.3", "license": "MIT", "bin": { "ui-skills": "bin/ui-skills.js" }, "scripts": { "dev": "astro dev", "build": "astro build", "postbuild": "node ./scripts/write-assetsignore.mjs", "preview": "astro preview", "astro": "astro", "format": "prettier --write .", "typecheck": "astro check" }, "dependencies": { "@astrojs/cloudflare": "^12.6.13", "@astrojs/react": "^4.4.2", "@base-ui/react": "^1.4.1", "@fontsource/fira-mono": "^5.2.7", "@fontsource/jetbrains-mono": "^5.2.8", "@tailwindcss/vite": "^4.1.18", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "astro": "^5.16.7", "marked": "^17.0.1", "motion": "^12.24.12", "react": "^19.2.3", "react-dom": "^19.2.3", "tailwindcss": "^4.1.18", "tsx": "^4.20.5" }, "devDependencies": { "@astrojs/check": "^0.9.9", "@tailwindcss/typography": "^0.5.19", "@types/marked": "^5.0.2", "@types/node": "^25.9.3", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.8", "typescript": "^5.6.3" }, "publishConfig": { "access": "public" } }