{
  "name": "@leveluptuts/fresh",
  "version": "0.2.17",
  "description": "They're dope, they're fresh.",
  "author": "leveluptuts",
  "license": "MIT",
  "repository": "leveluptuts/fresh",
  "main": "dist/index.js",
  "module": "dist/fresh.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --env=jsdom",
    "lint": "tsdx lint",
    "docz:dev": "docz dev",
    "docz:build": "docz build",
    "docz:serve": "docz build && docz serve"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">= 16.8.0"
  },
  "prettier": {
    "printWidth": 80,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@types/jest": "^26.0.4",
    "@types/react": "^16.9.43",
    "@types/react-dom": "^16.9.8",
    "autoprefixer": "^9.8.5",
    "husky": "^4.2.5",
    "react": ">=16",
    "react-dom": ">= 16.8.0",
    "rollup-plugin-postcss": "^3.1.2",
    "tsdx": "^0.13.2",
    "tslib": "^2.0.0",
    "typescript": "^3.9.6"
  },
  "dependencies": {
    "immer": "^7.0.7",
    "react-is": "^16.13.1",
    "react-tagsinput": "^3.19.0",
    "state": "^0.2.0",
    "unquote": "^1.1.1",
    "zustand": "^3.0.1"
  }
}
