known-ui
Version:
A CLI tool for integrating Known UI components into your Next.js projects.
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "known-ui",
"version": "3.0.7",
"description": "A CLI tool for integrating Known 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"
},
"type": "module",
"author": "V",
"license": "MIT",
"keywords": [
"Next.js",
"known UI",
"CLI tool",
"Component library",
"Tailwind CSS",
"TypeScript",
"Framer Motion",
"React components",
"UI components",
"Open-source"
],
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/generator": "^7.26.3",
"@babel/parser": "^7.26.3",
"@babel/plugin-transform-typescript": "^7.26.3",
"@babel/preset-react": "^7.26.3",
"@babel/traverse": "^7.26.4",
"@types/lodash": "^4.17.7",
"chalk": "^5.4.1",
"ora": "^8.1.1"
}
}