{
  "name": "@sinoform/print-out-core",
  "version": "1.18.11",
  "main": "index.js",
  "types": "index.d.ts",
  "devDependencies": {
    "@types/lodash": "^4.14.165",
    "react-test-renderer": "^17.0.2",
    "ts-lib-tools": "^0.14.5",
    "typescript": "^4.4.2"
  },
  "dependencies": {
    "@sinoform/helper-formula-analysis": "^1.18.11",
    "@sinoform/helpers-form-items": "^1.18.11",
    "@sinoform/types": "^1.18.11",
    "classnames": "^2.3.1",
    "is-nan": "^1.3.2",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.15"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "styled-components": ">=5.1.0"
  },
  "scripts": {
    "build": "ts-lib-tools build --simple",
    "test": "ts-lib-tools test",
    "lint": "ts-lib-tools lint",
    "release": "yarn build && yarn publish dist --tag latest"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "umd:main": "dist/sinoform-print-out-core.umd.production.js",
  "module": "esm/index.js",
  "license": "MIT"
}
