{
  "name": "@ovine-eason/core",
  "version": "0.3.2",
  "description": "Build flexible admin system with json.",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CareyToboo/ovine.git"
  },
  "bugs": {
    "url": "https://github.com/CareyToboo/ovine/issues"
  },
  "keywords": [
    "aims",
    "ovine",
    "react",
    "typescript",
    "admin-template"
  ],
  "author": "carey toboos",
  "license": "Apache-2.0",
  "scripts": {
    "tsc": "rimraf ./lib && ttsc",
    "dev": "ttsc -w",
    "clean": "rimraf ./lib"
  },
  "peerDependencies": {
    "@hot-loader/react-dom": "^16.8.6",
    "immer": "^5.3.2",
    "lodash": "^4.17.15",
    "react": "^16.8.6",
    "react-router-dom": "^5.1.2",
    "styled-components": "^5.0.0",
    "whatwg-fetch": "^3.0.0"
  },
  "resolutions": {
    "react": "^16.8.6",
    "@hot-loader/react-dom": "^16.8.6"
  },
  "dependencies": {
    "abortcontroller-polyfill": "^1.4.0",
    "amis": "1.5.7",
    "animate.css": "^3.7.2",
    "bootstrap": "^4.4.1",
    "copy-to-clipboard": "^3.3.1",
    "core-js": "^3.6.4",
    "font-awesome": "4.7.0",
    "jquery": "^3.2.1",
    "proxy-polyfill": "^0.3.0"
  },
  "engines": {
    "node": ">=10.9.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ],
  "gitHead": "1f1dfc4cd240e7515129ab9595092cc8825f6ad9"
}
