UNPKG

@noema/hyle

Version:
58 lines 1.24 kB
{ "name": "@noema/hyle", "type": "module", "version": "0.3.2", "sideEffects": false, "files": [ "dist" ], "peerDependencies": { "@types/react": "^19", "@types/react-dom": "^19", "@vanilla-extract/css": "^1", "@vanilla-extract/dynamic": "^2", "@vanilla-extract/sprinkles": "^1", "react": "^19.0.0", "react-dom": "^19.0.0" }, "dependencies": { "clsx": "^2.1.1" }, "devDependencies": { "@vanilla-extract/vite-plugin": "^5.0.1", "typescript": "^5.8.2", "vitest": "^3.0.5" }, "homepage": "https://github.com/noemaia/hyle", "repository": { "type": "git", "url": "git+https://github.com/noemaia/hyle.git" }, "author": { "name": "Daniel Sandiego", "url": "https://github.com/dnlsandiego" }, "keywords": [ "vanilla-extract", "styled-system", "css", "system-props", "react", "design-tokens", "design-system" ], "license": "MIT", "exports": { ".": "./dist/index.js" }, "publishConfig": { "access": "public" }, "scripts": { "dev": "pnpm run build --watch", "build": "tsc -p tsconfig.build.json", "test": "vitest", "typecheck": "tsc --noEmit", "format": "prettier ./src --write" } }