anvy
Version:
A CLI tool for integrating Anvy UI components into your React.js and Next.js projects.
62 lines (61 loc) • 1.52 kB
JSON
{
"name": "anvy",
"version": "3.4.0",
"description": "A CLI tool for integrating Anvy UI components into your React.js and Next.js projects.",
"main": "./dist/cli.js",
"type": "module",
"bin": {
"anvy": "./dist/cli.js"
},
"scripts": {
"build": "tsc && node scripts/add-js-extension.js",
"start": "node dist/cli.js",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/generator": "^7.22.5",
"@babel/parser": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@types/node": "^20.3.1",
"chalk": "^5.2.0",
"commander": "^10.0.1",
"fs-extra": "^11.1.1",
"fs-jetpack": "^5.1.0",
"inquirer": "^9.2.7",
"ora": "^6.3.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/babel__core": "^7.20.1",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.20.1",
"@types/fs-extra": "^11.0.1",
"@types/inquirer": "^9.0.3",
"typescript": "^5.1.3"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"author": "V",
"license": "MIT",
"keywords": [
"Next.js",
"known UI",
"CLI tool",
"Component library",
"Tailwind CSS",
"TypeScript",
"Framer Motion",
"React components",
"UI components",
"Open-source"
]
}