tomtom-react-searchbox
Version:
Customizable searchbox component powered by Tomtom search for your React application.
72 lines (71 loc) • 1.93 kB
JSON
{
"name": "tomtom-react-searchbox",
"version": "0.2.1",
"description": "Customizable searchbox component powered by Tomtom search for your React application.",
"main": "dist/index.js",
"style": "dist/index.css",
"scripts": {
"start": "rollup -c rollup.config.js --watch",
"build": "rollup -c rollup.config.js",
"test": "jest --coverage",
"prepublishOnly": "npm run build"
},
"files": [
"dist/*"
],
"keywords": [
"searchbox",
"react",
"tomtom",
"search",
"places search"
],
"repository": {
"type": "git",
"url": "git+https://github.com/falseinput/react-ui-components.git"
},
"author": "Zbigniew Matysek (falseinput)",
"license": "MIT",
"bugs": {
"url": "https://github.com/falseinput/react-ui-components/issues"
},
"homepage": "https://github.com/falseinput/react-ui-components",
"publishConfig": {
"directory": "dist",
"access": "public"
},
"devDependencies": {
"@babel/core": "7.7.7",
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/preset-env": "7.7.7",
"@babel/preset-react": "7.7.4",
"@rollup/plugin-commonjs": "11.0.0",
"@rollup/plugin-node-resolve": "6.0.0",
"@svgr/rollup": "5.0.0",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.4.0",
"babel-jest": "24.9.0",
"eslint": "6.8.0",
"jest": "24.9.0",
"jest-fetch-mock": "3.0.0",
"node-fetch": "2.6.0",
"postcss-css-variables": "0.14.0",
"postcss-nested": "4.2.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"rollup": "1.27.13",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-postcss": "2.0.3",
"rollup-plugin-terser": "7.0.2"
},
"peerDependencies": {
"prop-types": "15.x",
"react": "16.x",
"react-dom": "16.x"
},
"dependencies": {
"core-js": "3.6.0",
"regenerator-runtime": "0.13.3"
}
}