create-flowbite-react
Version:
Quickly scaffold Flowbite React application
49 lines (48 loc) • 1.1 kB
JSON
{
"name": "create-flowbite-react",
"version": "1.1.1",
"description": "Quickly scaffold Flowbite React application",
"keywords": [
"create-flowbite-react",
"flowbite-react-templates",
"flowbite-react-template",
"flowbite-react",
"flowbite",
"react",
"tailwind",
"template"
],
"homepage": "https://flowbite-react.com",
"bugs": "https://github.com/themesberg/flowbite-react/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/themesberg/flowbite-react.git",
"directory": "packages/cli"
},
"license": "MIT",
"author": {
"name": "Sutu Sebastian",
"email": "sebastian.sutu@stainless-code.com",
"url": "https://github.com/SutuSebastian"
},
"type": "module",
"bin": {
"create-flowbite-react": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"postpublish": "clean-package restore"
},
"dependencies": {
"@clack/prompts": "0.8.2",
"arg": "5.0.2",
"execa": "9.5.2",
"ora": "8.1.1",
"picocolors": "1.1.1"
},
"engines": {
"node": ">=18.0.0"
}
}