@page-ui/wizard
Version:
Landing page components & templates that you can copy & paste
39 lines (38 loc) • 830 B
JSON
{
"name": "@page-ui/wizard",
"version": "1.6.2",
"description": "Landing page components & templates that you can copy & paste",
"type": "module",
"bin": "./packages/cli/index.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/danmindru/page-ui.git"
},
"keywords": [
"components",
"ui",
"tailwind",
"landing-page",
"templates",
"shadcn-ui",
"react",
"nextjs",
"nextjs-templates",
"react-templates"
],
"author": "Shipixen",
"license": "MIT",
"bugs": {
"url": "https://github.com/danmindru/page-ui/issues"
},
"homepage": "https://github.com/danmindru/page-ui#readme",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.0.0",
"enquirer": "^2.4.1",
"ora": "^8.0.1"
},
"engines": {
"node": ">=14.17.0"
}
}