UNPKG

rnt-next

Version:

CLI para criar aplicações Next.js com Styled Components ou Tailwind CSS, Turbopack e configurações pré-definidas - Criado por RNT

42 lines (41 loc) 960 B
{ "name": "rnt-next", "version": "2.0.0", "description": "CLI para criar aplicações Next.js com Styled Components ou Tailwind CSS, Turbopack e configurações pré-definidas - Criado por RNT", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "nextjs", "cli", "template", "react", "typescript", "styled-components", "tailwind", "turbopack", "rnt" ], "author": "RNT <https://renato-s-dev-page.vercel.app/>", "license": "ISC", "type": "commonjs", "bin": { "rnt-next": "./index.js" }, "dependencies": { "fs-extra": "^11.1.1", "chalk": "^4.1.2" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/RNT13/rnt-next-cli.git" }, "bugs": { "url": "https://github.com/RNT13/rnt-next-cli/issues" }, "homepage": "https://github.com/RNT13/rnt-next-cli#readme" }