{ "name": "@meetfranz/forms", "version": "1.2.1", "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": "Amine Mouafik ", "license": "Apache-2.0", "dependencies": { "@mdi/js": "^3.3.92", "@mdi/react": "^1.1.0", "@meetfranz/theme": "file:../theme", "react-html-attributes": "^1.4.3", "react-loader": "2.4.7" }, "peerDependencies": { "classnames": "^2.2.6", "react": "^16.7.0", "react-dom": "16.7.0", "react-jss": "^8.6.1" }, "gitHead": "00db2bddccb8bb8ad7d29b8d032876c798b8bbf3" }