{
  "name": "@vseth/components",
  "version": "2.0.0-alpha.7",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/index.esm.js",
  "sideEffects": false,
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build && mv dist/index.js dist/tsdx.js && tsc -p tsconfig.json --outDir dist && babel dist --out-dir dist && mv dist/index.js dist/index.esm.js && mv dist/tsdx.js dist/index.js",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "yarn build",
    "generate_icons": "node generate_icons/generate_icons.js"
  },
  "dependencies": {
    "@types/reactstrap": "^8.4.2",
    "classnames": "^2.2.6",
    "react-jsonschema-form": "^1.8.1",
    "react-select": "^3.1.0",
    "reactstrap": "^8.4.1",
    "unstated-next": "^1.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@types/classnames": "^2.2.10",
    "@types/react": "^16.9.35",
    "@types/react-dom": "^16.9.8",
    "@types/react-jsonschema-form": "^1.7.2",
    "@types/react-select": "^3.0.12",
    "change-case": "^3.1.0",
    "glob": "^7.1.4",
    "husky": "^4.2.5",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "tsdx": "^0.13.2",
    "tslib": "^1.12.0",
    "typescript": "^3.9.2"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "trailingComma": "es5"
  },
  "files": [
    "dist",
    "browser",
    "static"
  ]
}
