UNPKG

@educrib/firefly

Version:

UI design system for Educrib Ecosystem

41 lines (40 loc) 1.01 kB
{ "name": "@educrib/firefly", "version": "0.0.8", "description": "UI design system for Educrib Ecosystem", "scripts": { "build": "rm -rf ./dist && tsup", "release": "npm publish --access public" }, "keywords": [ "Educrib", "Design", "UI", "Firefly" ], "author": "Ajith Mathew", "license": "ISC", "main": "dist/index.js", "devDependencies": { "@educrib/tailwind": "^0.0.6", "@types/lodash.debounce": "^4.0.9", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "autoprefixer": "^10.4.16", "class-variance-authority": "^0.7.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^2.0.0", "tailwindcss": "^3.3.5", "tsup": "^7.2.0", "typescript": "^5.2.2" }, "dependencies": { "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-tabs": "^1.0.4", "lodash.debounce": "^4.0.8", "lucide-react": "^0.311.0", "react-select": "^5.8.0" } }