{
  "name": "@thejones/common-ui",
  "version": "1.0.7",
  "description": "React semantic UI components",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "npm run build-css && npm run build-proj",
    "build-proj": "nwb build-react-component --copy-files",
    "build-css": "node-sass src/styles/ -o src/dist/",
    "clean": "nwb clean-module && nwb clean-demo",
    "prepublishOnly": "npm run build",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server"
  },
  "dependencies": {
    "semantic-ui-css": "*",
    "semantic-ui-react": "*"
  },
  "peerDependencies": {
    "react": "16.x"
  },
  "devDependencies": {
    "faker": "^4.1.0",
    "lodash": "^4.17.11",
    "node-sass": "^4.12.0",
    "node-sass-chokidar": "^1.3.5",
    "nwb": "0.23.x",
    "nwb-sass": "^0.9.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "author": "",
  "homepage": "",
  "license": "MIT",
  "keywords": [
    "react-component"
  ],
  "bundleDependencies": [
    "semantic-ui-css",
    "semantic-ui-react"
  ],
  "directories": {
    "lib": "lib",
    "test": "tests"
  }
}
