{
  "name": "@kne/info-page",
  "version": "0.2.10",
  "description": "一般用在复杂的详情展示页面，InfoPage提供了一个标准的展示信息的格式",
  "syntax": {
    "esmodules": true
  },
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "source": "src/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "init": "husky && npm run init-example",
    "start": "run-p start:lib start:md start:example",
    "build": "run-s build:lib build:md build:example",
    "init-example": "modules-dev-libs-init",
    "build:md": "npx @kne/md-doc",
    "start:md": "npx @kne/md-doc --watch",
    "build:types": "cp src/index.d.ts dist/",
    "build:package-manifest": "cp src/package-manifest.json dist/",
    "build:lib-main": "microbundle --no-compress --format modern,cjs --jsx React.createElement --jsxFragment React.Fragment",
    "build:lib": "run-s build:lib-main build:types build:package-manifest",
    "start:lib": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement --jsxFragment React.Fragment",
    "build:example": "cd example && npm run build",
    "start:example": "cd example && npm run start",
    "test:build": "run-s build",
    "test:lint": "eslint .",
    "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom",
    "prettier": "prettier --config .prettierrc --write '{src/**/*,index,prompts}.{js,jsx,ts,tsx,json,css,scss}'",
    "lint-staged": "npx lint-staged"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
      "prettier --config .prettierrc --write",
      "git add"
    ]
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kne-union/info-page.git"
  },
  "keywords": [],
  "author": "Meetacoo",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kne-union/info-page/issues"
  },
  "homepage": "https://www.kne-union.top/#/libs/InfoPage",
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "peerDependencies": {
    "antd": ">=5",
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "@kne/microbundle": "^0.15.5",
    "@kne/modules-dev": "^2.0.14",
    "antd": "^5.21.6",
    "cross-env": "^7.0.3",
    "husky": "^9.0.11",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.2.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "@kne/is-empty": "^1.0.1",
    "classnames": "^2.5.1",
    "dayjs": "^1.11.13",
    "lodash": "^4.17.21"
  }
}
