{
    "name": "@panneau/field-autosuggest",
    "version": "0.6.74",
    "description": "Autosuggest fields for Panneau",
    "keywords": [
        "react",
        "javascript",
        "form",
        "dashboard"
    ],
    "homepage": "https://github.com/folkloreinc/panneau-js/tree/master/fields/autosuggest",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/folkloreinc/panneau-js.git"
    },
    "author": {
        "name": "Folklore",
        "email": "info@folklore.email"
    },
    "contributors": [
        {
            "name": "David Mongeau-Petitpas",
            "email": "dmp@folklore.email"
        },
        {
            "name": "Nicolas Roy-Bourdages",
            "email": "nrb@folklore.email"
        }
    ],
    "main": "lib/index.js",
    "module": "es/index.js",
    "files": [
        "lib",
        "es",
        "dist"
    ],
    "scripts": {
        "storybook": "../../node_modules/.bin/start-storybook -p 9008 -c ../../.storybook-package",
        "clean": "rm -rf dist && rm -rf lib && rm -rf es",
        "webpack:dist": "../../node_modules/.bin/webpack --config ./webpack.config.js --progress --colors",
        "webpack": "npm run webpack:dist",
        "babel:es": "BABEL_ENV=es ../../node_modules/.bin/babel src --out-dir es --ignore src/**/*.story.jsx,src/**/*.test.jsx",
        "babel:cjs": "BABEL_ENV=cjs ../../node_modules/.bin/babel src --out-dir lib --ignore src/**/*.story.jsx,src/**/*.test.jsx",
        "babel": "npm run babel:es && npm run babel:cjs",
        "build": "npm run babel",
        "prepare": "npm run clean && npm run build",
        "start": "npm run storybook"
    },
    "dependencies": {
        "@babel/runtime": "^7.0.0",
        "@panneau/core": "^0.6.73",
        "@panneau/field": "^0.6.74",
        "classnames": "^2.2.5",
        "lodash": "^4.17.4",
        "prop-types": "^15.6.0",
        "react-autosuggest": "^9.4.3",
        "react-intl": "2.8.0"
    },
    "devDependencies": {
        "bootstrap": "~4.6.1",
        "react": "^16.7.0",
        "react-dom": "^16.7.0"
    },
    "peerDependencies": {
        "react": ">=15.0.0 || ^16.0.0",
        "react-dom": ">=15.0.0 || ^16.0.0"
    },
    "gitHead": "9bc3e471a61e368d7bf15c7360d666e88c93762f"
}
