UNPKG

satu-ui

Version:

Library component for boosting your Javascript Apps

68 lines (67 loc) 1.46 kB
{ "name": "satu-ui", "version": "0.1.11", "bin": { "satu-ui": "./cli/index.js" }, "description": "Library component for boosting your Javascript Apps", "author": "DiarCode", "license": "MIT", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "files": [ "dist", "cli", "src/components" ], "scripts": { "dev": "vite", "build": "tsup", "lint": "eslint .", "preview": "vite preview" }, "keywords": [ "react", "ui", "tailwind", "component", "library", "indonesia", "satu-ui" ], "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "tailwindcss": "^4.0.0" }, "devDependencies": { "@eslint/js": "^9.30.1", "@tailwindcss/vite": "^4.0.0", "@types/node": "^24.1.0", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.0", "autoprefixer": "^10.4.21", "eslint": "^9.30.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "postcss": "^8.5.6", "tsup": "^8.5.0", "typescript": "~5.8.3", "vite": "^7.0.4" }, "dependencies": { "chalk": "^5.4.1", "fs-extra": "^11.3.0", "inquirer": "^12.9.0", "prompts": "^2.4.2" } }