{ "name": "@meetfranz/ui", "version": "1.1.0", "description": "React UI components for Franz", "main": "lib/index.js", "scripts": { "dev": "tsc -w", "prepare": "tsc" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/meetfranz/franz.git" }, "keywords": [ "Franz", "Forms", "React", "UI" ], "author": "Stefan Malzner ", "license": "Apache-2.0", "dependencies": { "@mdi/react": "1.5.0", "@meetfranz/theme": "file:../theme", "react-loader": "2.4.7" }, "peerDependencies": { "classnames": "2.3.1", "react": "16.14.0", "react-dom": "16.14.0", "react-jss": "8.6.1" }, "gitHead": "254da30f801169fac376bda1439b46cabbb491ad" }