{ "name": "@webui/core", "version": "2.4.1", "description": "High-performance UI component engine for modern web applications", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "dev": "vite serve --port 3000", "build": "rollup -c && tsc --emitDeclarationOnly", "test": "vitest run --coverage", "lint": "eslint src --ext .ts,.tsx", "format": "prettier --write 'src/**/*.{ts,tsx,js,jsx}'" }, "dependencies": { "@webui/hooks": "^2.3.0", "@webui/icons": "^1.8.2", "framer-motion": "^10.16.4", "zustand": "^4.4.7", "clsx": "^2.0.0", "tailwind-merge": "^2.1.0" }, "devDependencies": { "typescript": "^5.3.3", "vite": "^5.0.8", "vitest": "^1.1.0", "@testing-library/react": "^14.1.0", "@types/react": "^18.2.45", "tailwindcss": "^3.4.0", "postcss": "^8.4.32", "autoprefixer": "^10.4.16", "rollup": "^4.9.1", "@rollup/plugin-typescript": "^11.1.5" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/webui-org/webui" }, "keywords": [ "ui", "components", "react", "typescript", "design-system" ], "publishConfig": { "access": "public" } }