UNPKG

@styleglide/theme-editor

Version:

Add the StyleGlide theme editor to any shadcn/ui app

50 lines 1.15 kB
{ "name": "@styleglide/theme-editor", "version": "0.0.16", "description": "Add the StyleGlide theme editor to any shadcn/ui app", "publishConfig": { "access": "public" }, "keywords": [ "styleglide", "style", "glide", "theme", "editor", "shadcn", "ui", "tailwind" ], "homepage": "https://docs.styleglide.ai/theme-editor-package", "bugs": "https://forms.gle/8dDpirpZ8o2D2mTy8", "license": "MIT", "author": { "name": "Shane Downes", "url": "https://x.com/shanedownes" }, "repository": { "type": "git", "url": "https://github.com/shane-downes/styleglide.git", "directory": "packages/theme-editor" }, "files": [ "dist/", "README.md", "LICENSE" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "unpkg": "dist/auto.min.js", "devDependencies": { "tsup": "^6.5.0", "typescript": "^5.7.3", "@workspace/eslint-config": "^0.0.0", "@workspace/typescript-config": "0.0.0" }, "scripts": { "build": "tsup", "lint": "eslint . --max-warnings 0", "push": "pnpm run build && yalc push" } }