UNPKG

@simpozio/contact-form

Version:
63 lines (62 loc) 1.66 kB
{ "name": "@simpozio/contact-form", "version": "1.0.1", "description": "Package for Contact Form component", "keywords": [ "react", "form" ], "author": "davletbaev <inferion00@gmail.com>", "homepage": "https://github.com/smekalka/simpozio-frontend-common#readme", "license": "ISC", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "directories": { "dist": "dist", "lib": "lib", "test": "__tests__" }, "files": [ "dist", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/smekalka/simpozio-frontend-common.git" }, "scripts": { "build": "tsc", "prebuild": "rm -rf 'dist' && rm -f tsconfig.tsbuildinfo", "prepare": "npm run build", "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/smekalka/simpozio-frontend-common/issues" }, "dependencies": { "@material-ui/core": "^4.5.1", "@simpozio/aha-button": "1.0.0", "@types/classnames": "^2.2.9", "@types/color": "^3.0.0", "@types/lodash": "^4.14.144", "@types/material-ui": "^0.21.7", "@types/react": "^16.9.5", "@types/react-dom": "^16.9.1", "@types/styled-components": "^4.1.19", "@types/validator": "^10.11.3", "@types/yup": "^0.26.24", "classnames": "^2.2.6", "color": "^3.1.2", "lodash": "^4.17.15", "react": "^16.10.2", "react-dom": "^16.10.2", "react-phone-number-input": "2.3.8", "styled-components": "^4.4.0", "yup": "^0.27.0" }, "gitHead": "00e5f28db149dd438a6917bc4342bf6e6ae16a0a", "publishConfig": { "access": "public" } }