UNPKG

rewrapped

Version:

Installer for Vite + TailwindCSS and many packages

55 lines (54 loc) 1.14 kB
{ "name": "rewrapped", "version": "2.2.0", "main": "index.js", "type": "module", "bin": { "rewrapped": "index.js" }, "scripts": { "build": "echo 'No build needed' && exit 0", "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "preinstall": "npm cache clean --force || true", "postinstall": "node src/utils/fixPermission.js" }, "keywords": [ "vite", "react", "js", "ts", "tailwind", "jsx", "tsx", "boilerplate", "javascript", "typescript", "tailwindcss", "vite-plugin", "react-app", "front-end", "web-development", "css-framework", "npm-package", "starter-template", "react-starter", "tailwind-starter", "vite-starter", "react-tailwind", "shadcn", "ui" ], "author": "Rapto | Caleb", "license": "MIT", "description": "Installer for Vite + TailwindCSS and many packages", "dependencies": { "boxen": "^8.0.1", "chalk": "^5.4.1", "execa": "^9.5.2", "gradient-string": "^3.0.0", "nodemon": "^3.1.9", "ora": "^8.1.1", "prompts": "^2.4.2" } }