UNPKG

react-thailand-address-autocomplete

Version:
51 lines 1.38 kB
{ "name": "react-thailand-address-autocomplete", "version": "0.0.6", "description": "Autocomplete Thailand address input component for React.js", "main": "build/index.js", "repository": { "type": "git", "url": "https://github.com/winChawakorn/react-thailand-address-autocomplete.git" }, "homepage": "https://github.com/winChawakorn/react-thailand-address-autocomplete", "bugs": "https://github.com/winChawakorn/react-thailand-address-autocomplete/issues", "author": { "name": "Chawakorn Suphepre", "email": "win.chawakorn@gmail.com" }, "license": "MIT", "keywords": [ "react", "autocomplete", "combobox", "input", "thai", "thailand", "address", "form" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack" }, "peerDependencies": { "react": "^15.5.4" }, "dependencies": { "prop-types": "^15.6.2", "react": "^16.2.0", "react-dom": "^16.5.0", "webpack": "^2.6.1" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.5.1", "react-autocomplete": "^1.8.1", "react-thai-address": "^1.0.2" } }