UNPKG

@chakra-ui/cli

Version:

Generate theme typings for autocomplete

88 lines 2.16 kB
{ "name": "@chakra-ui/cli", "version": "3.35.0", "description": "Generate theme typings for autocomplete", "keywords": [ "theme", "theming", "typings", "generator", "chakra-ui", "typegen", "theme" ], "author": "Segun Adebayo <sage@adebayosegun.com>", "homepage": "https://github.com/chakra-ui/chakra-ui#readme", "license": "MIT", "type": "module", "main": "dist/esm/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "sideEffects": false, "files": [ "dist", "bin" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/chakra-ui/chakra-ui.git" }, "bugs": { "url": "https://github.com/chakra-ui/chakra-ui/issues" }, "bin": { "chakra": "bin/index.js" }, "dependencies": { "@babel/core": "^7.26.0", "@babel/parser": "^7.26.0", "@babel/plugin-transform-typescript": "^7.26.0", "@clack/prompts": "1.0.1", "@pandacss/is-valid-prop": "1.10.0", "@types/babel__core": "^7.20.5", "@types/cli-table": "^0.3.4", "@types/debug": "^4.1.12", "@visulima/boxen": "^2.0.10", "chokidar": "5.0.0", "cli-table": "^0.3.11", "commander": "14.0.3", "debug": "^4.4.3", "dotenv": "^17.2.3", "esbuild": "^0.27.3", "globby": "16.1.1", "https-proxy-agent": "^7.0.6", "look-it-up": "2.1.0", "node-fetch": "3.3.2", "package-manager-detector": "1.6.0", "prettier": "3.8.1", "recast": "^0.23.0", "scule": "1.3.0", "tsconfck": "^3.1.6", "zod": "^3.25.76" }, "peerDependencies": { "@chakra-ui/react": ">=3.0.0-next.0" }, "devDependencies": { "@chakra-ui/react": "3.35.0" }, "exports": { ".": { "import": { "types": "./dist/types/index.d.ts", "default": "./dist/esm/index.js" } }, "./package.json": "./package.json" }, "scripts": { "clean": "rimraf dist .turbo", "build:fast": "tsx ../../scripts/build/main.ts", "build": "tsx ../../scripts/build/main.ts --dts", "dev": "pnpm build:fast --watch", "typecheck": " tsc --noEmit" } }