{
  "name": "material-icon-picker",
  "version": "0.0.3",
  "description": "React component to pick a valid google icon",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "sass": "node-sass -r src/scss/style.scss -o dist --importer node_modules/node-sass-import",
    "sass:production": "npm run sass -- --output-style compressed",
    "watch:sass": "npm run sass && npm run sass -- -w",
    "build": "rollup -c && npm run sass",
    "prepublish": "rimraf dist && npm run build"
  },
  "keywords": [
    "material",
    "design",
    "icons",
    "icon",
    "picker",
    "react",
    "google",
    "icons"
  ],
  "author": "Thomas Dekiere",
  "license": "ISC",
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "devDependencies": {
    "@types/react": "^16.8.22",
    "@types/react-dom": "^16.8.4",
    "node-sass": "^4.12.0",
    "node-sass-import": "^2.0.1",
    "rimraf": "^2.6.3",
    "rollup": "^1.16.3",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-node-resolve": "^5.1.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-typescript2": "^0.21.2",
    "typescript": "^3.5.2"
  },
  "dependencies": {
    "@material/react-dialog": "^0.14.0",
    "@material/react-material-icon": "^0.14.0",
    "@material/react-text-field": "^0.14.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thdk/material-icon-picker.git"
  }
}
