create-react-shadcn-app
Version:
CLI tool to create React applications with shadcn/ui components
37 lines (36 loc) • 1.13 kB
JSON
{
"name": "create-react-shadcn-app",
"version": "1.0.1",
"description": "CLI tool to create React applications with shadcn/ui components",
"main": "scripts/create-project.js",
"bin": {
"create-react-shadcn-app": "./scripts/create-project.js"
},
"scripts": {
"create:react": "node scripts/create-project.js react-vite",
"create:next-app": "node scripts/create-project.js nextjs-app-router",
"create:next-pages": "node scripts/create-project.js nextjs-pages-router"
},
"keywords": ["react", "nextjs", "vite", "typescript", "tailwindcss", "shadcn-ui", "boilerplate", "template", "cli"],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/im-ian/react-shadcn-boilerplates.git"
},
"homepage": "https://github.com/im-ian/react-shadcn-boilerplates#readme",
"bugs": {
"url": "https://github.com/im-ian/react-shadcn-boilerplates/issues"
},
"files": [
"scripts/",
"packages/",
"README.md"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"fs-extra": "^11.1.1"
}
}