UNPKG

greyhound-ui

Version:

GreyhoundUI - A modern Web Component library built with React

59 lines (58 loc) 1.35 kB
{ "name": "greyhound-ui", "version": "1.1.0", "description": "GreyhoundUI - A modern Web Component library built with React", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "src/components" ], "scripts": { "dev": "vite", "build": "vite build", "prepare": "vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.19.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.18", "rollup-plugin-dts": "^6.1.1", "vite": "^6.1.0", "vite-plugin-dts": "^4.5.0" }, "repository": { "type": "git", "url": "https://github.com/jagarciaDev/GreyhoundUI.git" }, "keywords": [ "react", "ui-components", "web-components", "frontend", "greyhoundui", "design-system", "component-library", "modern-ui", "react-library", "custom-elements", "frontend-development", "responsive-design", "accessible-ui", "open-source" ], "author": "Javi Garcia", "license": "MIT" }