ui/package.json
myrmidex df07a8ab55
All checks were successful
Build and Push Docs Image / build (push) Successful in 2m10s
3 - Publish the docs site at style.lvl0.xyz
2026-08-23 18:44:18 +02:00

44 lines
1.1 KiB
JSON

{
"name": "@lvl0/ui",
"version": "0.1.0",
"description": "Shared visual style for lvl0 projects: palette, glow utilities, and the seven-segment display font.",
"license": "MIT",
"author": "myrmidex <myrmidex@myrmidex.net>",
"repository": {
"type": "git",
"url": "https://forge.lvl0.xyz/lvl0/ui.git"
},
"type": "module",
"main": "src/index.css",
"style": "src/index.css",
"exports": {
".": "./src/index.css",
"./theme.css": "./src/theme.css",
"./utilities.css": "./src/utilities.css",
"./fonts/*": "./fonts/*"
},
"files": [
"src",
"fonts",
"README.md",
"LICENSE"
],
"keywords": [
"css",
"tailwind",
"design-tokens",
"lvl0"
],
"peerDependencies": {
"tailwindcss": "^4.0.0"
},
"scripts": {
"docs:dev": "vite --config docs/vite.config.js",
"docs:build": "vite build --config docs/vite.config.js"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"tailwindcss": "^4.0.0",
"vite": "^8.0.0"
}
}