UNPKG

react-input-ui

Version:
86 lines (85 loc) 2.07 kB
{ "name": "react-input-ui", "version": "1.0.6", "description": "Collection of input fields for ReactJs", "main": "collection/", "babel": { "presets": [ [ "@babel/env", { "targets": { "browsers": [ "> 1%", "ie >= 11", "not op_mini all" ] } } ], "@babel/react" ], "plugins": [ "@babel/plugin-proposal-class-properties", "@babel/transform-runtime" ] }, "scripts": { "start": "webpack-dev-server --mode development", "transpile": "babel src -d collection --copy-files", "build": "webpack --mode production", "deploy": "gh-pages -d example/dist", "publish-demo": "npm run build && npm run deploy", "prepublishOnly": "npm run transpile", "publish": "npm publish" }, "repository": { "type": "git", "url": "https://github.com/sakalx/react-input-collection" }, "keywords": [ "animations", "component", "efect", "form", "front-end", "input", "input-field", "interface", "react", "text-field", "ui" ], "author": "Sakal Serhii", "license": "MIT", "bugs": { "url": "https://github.com/sakalx/react-input-collection/issues" }, "homepage": "https://sakalx.github.io/react-input-collection", "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/runtime": "^7.0.0", "babel-loader": "^8.0.0", "css-loader": "^1.0.0", "gh-pages": "^2.0.0", "html-webpack-plugin": "^3.2.0", "react": "^16.8.0", "react-dom": "^16.8.0", "style-loader": "^0.23.0", "webpack": "^4.19.1", "webpack-cli": "^3.1.1", "webpack-dev-server": "^3.1.8" }, "dependencies": { "prop-types": "^15.6.2" } }