{ "name": "@meetfranz/ui", "version": "0.0.0", "description": "React UI components for Franz", "main": "lib/index.js", "scripts": { "dev": "NODE_ENV=development ../../node_modules/.bin/webpack -w", "prepare": "../../node_modules/.bin/webpack" }, "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/js": "^3.3.92", "@mdi/react": "^1.1.0", "@meetfranz/theme": "file:../theme", "react-loader": "^2.4.5" }, "peerDependencies": { "classnames": "^2.2.6", "lodash": "^4.17.11", "mobx": "^5.8.0", "mobx-react": "^5.4.3", "react": "^16.7.0", "react-dom": "16.7.0", "react-jss": "^8.6.1" }, "gitHead": "e31248830eb63c8bff3d9add3baa4ca8916b74e1" }