{ "name": "@meetfranz/forms", "version": "1.0.0", "description": "React form 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/js": "^3.3.92", "@mdi/react": "^1.1.0", "@meetfranz/theme": "file:../theme", "classnames": "^2.2.6", "lodash": "^4.17.11", "mobx": "^5.8.0", "mobx-react": "^5.4.3", "react": "^16.7.0", "react-html-attributes": "^1.4.3", "react-jss": "^8.6.1" }, "gitHead": "e9a48f96f8659dcd6ac07a8445f60f27d6ae698a" }