{ "name": "react-you-ui", "version": "1.0.0", "description": "Material You components for React, built on top of @material/web", "main": "dist/react-you-ui.js", "module": "dist/react-you-ui.mjs", "types": "dist/react-you-ui.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/react-you-ui.d.ts", "default": "./dist/react-you-ui.js" }, "./style.css": { "default": "./dist/style.css" } }, "scripts": { "build": "vite build", "dev": "vite", "test": "vitest", "lint": "eslint src --ext .ts,.tsx", "typecheck": "tsc --noEmit" }, "keywords": [ "react", "material", "material-you", "material-design", "components", "ui", "web-components" ], "author": "", "license": "MIT", "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "dependencies": { "@emotion/styled": "^11.13.5", "@esbuild-plugins/node-globals-polyfill": "^0.2.3", "@lit/react": "^1.0.7", "@material/material-color-utilities": "^0.3.0", "@material/web": "^2.2.0", "classnames": "^2.5.1", "glob": "^11.0.1", "uuid": "^11.1.0" }, "devDependencies": { "@rollup/plugin-inject": "^5.0.5", "@types/node": "^22.14.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react": "^4.3.3", "eslint": "^8.0.0", "eslint-plugin-react": "^7.0.0", "eslint-plugin-react-hooks": "^4.0.0", "typescript": "^5.6.3", "vite": "^5.4.11", "vite-plugin-dts": "^3.9.1", "vite-plugin-top-level-await": "^1.4.4", "vitest": "^1.0.0" } }