Files
design-system/package.json

46 lines
1.3 KiB
JSON

{
"name": "@transformer/ui",
"version": "0.1.0",
"description": "Design system partagé de la constellation trans-former.fr — tokens, thèmes, primitives Astro",
"type": "module",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://git.trans-former.fr/jules/design-system.git"
},
"exports": {
"./tokens.css": "./tokens.css",
"./reset.css": "./reset.css",
"./tailwind.css": "./tailwind.css",
"./theme/*.css": "./theme/*.css",
"./BaseLayout.astro": "./components/BaseLayout.astro",
"./Nav.astro": "./components/Nav.astro",
"./Footer.astro": "./components/Footer.astro",
"./Button.astro": "./components/Button.astro",
"./Card.astro": "./components/Card.astro",
"./Prose.astro": "./components/Prose.astro",
"./Section.astro": "./components/Section.astro",
"./Container.astro": "./components/Container.astro",
"./Reveal.astro": "./components/Reveal.astro",
"./reveal.js": "./js/reveal.js"
},
"files": [
"tokens.css",
"reset.css",
"tailwind.css",
"theme",
"components",
"js",
"README.md",
"PROTOCOLE.md"
],
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^5.0.0"
}
}