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",
|
2026-05-28 19:45:33 +02:00
|
|
|
"bin": {
|
2026-06-14 20:01:49 +02:00
|
|
|
"ui-skills": "bin/ui-skills.js"
|
2026-05-28 19:45:33 +02:00
|
|
|
},
|
2026-01-07 20:45:15 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
2026-08-18 18:59:58 +02:00
|
|
|
"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",
|
2026-08-13 18:27:38 +00:00
|
|
|
"check:skills": "node --import tsx ./scripts/check-registry-skills.mjs",
|
2026-08-26 08:05:52 +00:00
|
|
|
"check:publisher-skills": "node --import tsx ./scripts/check-publisher-skills.mjs",
|
2026-08-09 15:56:35 +00:00
|
|
|
"digests": "node --import tsx ./scripts/precompute-agent-skills-digests.mjs",
|
2026-08-13 16:03:39 +02:00
|
|
|
"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 .",
|
2026-07-20 20:00:36 +02:00
|
|
|
"typecheck": "astro check",
|
|
|
|
|
"test": "node --import tsx --test tests/*.test.ts",
|
2026-07-20 20:54:03 +02:00
|
|
|
"smoke": "node tests/smoke.mjs",
|
2026-08-13 18:27:38 +00:00
|
|
|
"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": {
|
2026-08-13 16:03:39 +02:00
|
|
|
"@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",
|
2026-04-21 16:12:16 +02:00
|
|
|
"@fontsource/jetbrains-mono": "^5.2.8",
|
2026-07-20 20:30:41 +02:00
|
|
|
"@tailwindcss/vite": "^4.3.3",
|
2026-08-13 16:03:39 +02:00
|
|
|
"astro": "7.2.1",
|
2026-08-09 15:02:34 +00:00
|
|
|
"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",
|
2026-08-11 09:38:27 +00:00
|
|
|
"shiki": "^3.23.0",
|
2026-07-20 20:30:41 +02:00
|
|
|
"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",
|
2026-08-09 15:02:34 +00:00
|
|
|
"@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
|
|
|
}
|