@ayushmxxn/serenity-ui
Version:
A CLI tool for integrating Serenity UI components into your Next.js projects.
38 lines (37 loc) • 826 B
JSON
{
"name": "@ayushmxxn/serenity-ui",
"version": "1.3.0",
"description": "A CLI tool for integrating Serenity UI components into your Next.js projects.",
"main": "bin/cli.js",
"bin": {
"serenity-ui": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/node": "^20.0.0",
"commander": "^9.0.0",
"fs-jetpack": "^2.0.0",
"inquirer": "^8.0.0",
"lucide-react": "^0.540.0"
},
"type": "module",
"author": "Ayushmaan Singh",
"license": "MIT",
"keywords": [
"Next.js",
"Serenity UI",
"CLI tool",
"Component library",
"Tailwind CSS",
"TypeScript",
"Framer Motion",
"React components",
"UI components",
"Open-source"
],
"devDependencies": {
"@types/lodash": "^4.17.7"
}
}