untitledui
Version:
The Untitled UI CLI tool helps you quickly scaffold projects with Untitled UI React and add components and page examples to your existing projects with an interactive interface in seconds.
87 lines • 2.46 kB
JSON
{
"name": "untitledui",
"version": "0.1.43",
"main": "dist/index.mjs",
"description": "The Untitled UI CLI tool helps you quickly scaffold projects with Untitled UI React and add components and page examples to your existing projects with an interactive interface in seconds.",
"type": "module",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun build --entrypoints ./index.ts --entry-naming=[name].mjs --outdir=dist --target=node --minify --packages=external --env=inline --define=process.env.API_URL=http://localhost:3000/react/api --watch",
"build": "bun build --entrypoints ./index.ts --entry-naming=[name].mjs --outdir=dist --target=node --minify --packages=external --env=inline --define=process.env.API_URL=https://www.untitledui.com/react/api",
"publish:npm": "bun run build && npm publish --access public",
"start": "node dist/index.mjs"
},
"bugs": {
"url": "https://github.com/untitleduico/react/issues"
},
"homepage": "https://github.com/untitleduico/react#readme",
"keywords": [
"untitledui",
"untitled-ui",
"untitledui",
"untitledui-cli",
"untitledui-react",
"untitledui-components",
"untitledui-examples",
"untitledui-vite",
"untitledui-nextjs",
"cli",
"tailwindcss",
"nextjs",
"react",
"components",
"examples",
"vite"
],
"files": [
"dist",
"config",
"templates",
"README.md"
],
"author": {
"name": "Untitled UI",
"url": "https://www.untitledui.com/react"
},
"contributors": [
{
"name": "Dilshod Turobov",
"url": "https://x.com/deebovv"
},
{
"name": "Jordan Hughes",
"url": "https://x.com/jordanphughes"
}
],
"license": "MIT",
"bin": {
"untitledui": "dist/index.mjs"
},
"exports": "./dist/index.mjs",
"dependencies": {
"async-retry": "^1.3.3",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"execa": "^7.0.0",
"fast-glob": "^3.3.3",
"node-fetch": "^3.3.2",
"open": "^10.1.0",
"ora": "^8.2.0",
"prettier": "^3.5.3",
"prompts": "^2.4.2",
"tar": "^7.4.3",
"ts-morph": "^25.0.1",
"tsconfig-paths": "^4.2.0",
"update-check": "^1.5.4"
},
"devDependencies": {
"@types/async-retry": "^1.4.9",
"@types/prompts": "^2.4.9",
"@types/tar": "^6.1.13",
"type-fest": "^4.37.0",
"typescript": "^5.8.2"
}
}