UNPKG

@ayushmxxn/serenity-ui

Version:

A CLI tool for integrating Serenity UI components into your Next.js projects.

37 lines (36 loc) 794 B
{ "name": "@ayushmxxn/serenity-ui", "version": "1.2.9", "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" }, "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" } }