UNPKG

material-you-react

Version:

Material You: Material You (M3) Design system and its components for simple integration with Next.Js or other react-based frameworks

51 lines 1.39 kB
{ "name": "material-you-react", "version": "0.0.1-beta.4.2", "description": "Material You: Material You (M3) Design system and its components for simple integration with Next.Js or other react-based frameworks", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "types": "dist/index.d.ts", "scripts": { "rollup": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/TheUltraCommunity/material-you-react.git" }, "keywords": [ "material-you", "material", "m3", "material-design", "react", "design-system" ], "author": "Manas Malla", "license": "Apache-2.0", "bugs": { "url": "https://github.com/TheUltraCommunity/material-you-react/issues" }, "homepage": "https://github.com/TheUltraCommunity/material-you-react#readme", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-node-resolve": "^15.3.0", "@types/react": "^18.3.9", "rollup": "^4.22.4", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.6.2" }, "peerDependencies": { "@rollup/plugin-typescript": "^11.1.6", "react": "^18.3.1", "react-dom": "^18.3.1", "tslib": "^2.7.0" }, "dependencies": { "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2" } }