@gulibs/vgrove-ui
Version:
VGrove UI component library built with HeroUI and React
91 lines • 2.4 kB
JSON
{
"name": "@gulibs/vgrove-ui",
"version": "0.0.187",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"description": "VGrove UI component library built with HeroUI and React",
"type": "module",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"dev:example": "vite --config vite.config.example.ts",
"build": "vite build && tsc -b",
"build:types": "tsc --emitDeclarationOnly",
"lint": "eslint .",
"preview": "vite preview"
},
"peerDependencies": {
"@tailwindcss/vite": "^4.1.11",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-router": "^7.0.0",
"tailwindcss": "^4.1.11"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@gulibs/react-storage": "^0.0.8",
"@heroui/react": "^2.8.2",
"@iconify/react": "^6.0.0",
"@remix-run/router": "^1.23.0",
"clsx": "^2.1.1",
"framer-motion": "^12.19.2",
"lodash": "^4.17.21",
"lucide-react": "^0.525.0",
"react-device-detect": "^2.2.3",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.59.0",
"react-markdown": "^10.1.0",
"styled-components": "^6.1.19"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@gulibs/vgrove-core": "^0.0.170",
"@tailwindcss/vite": "^4.1.11",
"@types/lodash": "^4.17.19",
"@types/node": "^24.1.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.6.3",
"tailwindcss": "^4.1.11",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.5"
},
"keywords": [
"react",
"ui",
"components",
"vgrove",
"heroui",
"typescript"
],
"author": "VGrove Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gulibs/vgrove-projects.git",
"directory": "frontend/vgrove-ui"
}
}