Files

60 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2026-01-07 20:45:15 +01:00
{
"name": "ui-skills",
"type": "module",
2026-07-20 17:06:07 +02:00
"version": "0.2.4",
2026-01-10 16:21:16 +01:00
"license": "MIT",
"bin": {
2026-06-14 20:01:49 +02:00
"ui-skills": "bin/ui-skills.js"
},
2026-01-07 20:45:15 +01:00
"scripts": {
"dev": "astro dev",
"prebuild": "node ./scripts/sync-stonks.mjs",
2026-01-07 20:45:15 +01:00
"build": "astro build",
2026-06-29 17:51:04 +02:00
"postbuild": "node ./scripts/write-assetsignore.mjs",
"check:skills": "node --import tsx ./scripts/check-registry-skills.mjs",
"check:publisher-skills": "node --import tsx ./scripts/check-publisher-skills.mjs",
"digests": "node --import tsx ./scripts/precompute-agent-skills-digests.mjs",
"check:digests": "node --import tsx ./scripts/check-agent-skills-digests.mjs",
2026-01-07 20:45:15 +01:00
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"typecheck": "astro check",
"test": "node --import tsx --test tests/*.test.ts",
"smoke": "node tests/smoke.mjs",
"check": "npm run typecheck && npm run check:skills && npm test && npm run build && npm run smoke"
2026-01-07 20:45:15 +01:00
},
"dependencies": {
"@astrojs/cloudflare": "14.2.1",
"@astrojs/react": "6.0.2",
2026-04-27 20:07:56 +02:00
"@base-ui/react": "^1.4.1",
2026-04-24 15:05:09 +02:00
"@fontsource/fira-mono": "^5.2.7",
"@fontsource/jetbrains-mono": "^5.2.8",
"@tailwindcss/vite": "^4.3.3",
"astro": "7.2.1",
"markdown-for-agents": "^1.3.4",
2026-01-29 10:26:50 +01:00
"marked": "^17.0.1",
2026-01-08 22:00:42 +01:00
"motion": "^12.24.12",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"shiki": "^3.23.0",
"tailwindcss": "^4.3.3",
2026-06-14 20:01:49 +02:00
"tsx": "^4.20.5"
2026-01-07 20:45:15 +01:00
},
"devDependencies": {
2026-06-10 13:30:45 +02:00
"@astrojs/check": "^0.9.9",
2026-01-08 22:00:42 +01:00
"@tailwindcss/typography": "^0.5.19",
2026-01-29 10:26:50 +01:00
"@types/marked": "^5.0.2",
2026-06-14 20:01:49 +02:00
"@types/node": "^25.9.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
2026-01-07 20:45:15 +01:00
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
2026-08-07 14:34:12 +02:00
"tw-animate-css": "^1.4.0",
2026-01-07 20:45:15 +01:00
"typescript": "^5.6.3"
2026-01-17 10:21:13 +01:00
},
"publishConfig": {
"access": "public"
2026-01-07 20:45:15 +01:00
}
2026-01-19 15:40:57 +01:00
}