{
  "name": "sand-lib-staging",
  "version": "1.0.0",
  "description": "sand-lib脚手架",
  "author": "jianghe",
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "init": "npm run clean && npm i && npm run bootstrap",
    "clean": "rm -rf ./node_modules ./packages/*/{dist,es,lib,node_modules} ./.umi ./dist ./dist-docs ./package-lock.json ./coverage && lerna clean --yes ",
    "bootstrap": "lerna bootstrap --npm-client npm --hoist && npm run build",
    "build": "sand-build build -t lib -e development -l",
    "build:watch": "sand-build build -t lib -e development -l -w",
    "build:production": "sand-build build -t lib -e production -l",
    "build:demo": "sand-build build -t demo -e production",
    "build:docs": "dumi build",
    "server": "sand-build start -t demo",
    "start": "npm-run-all --parallel --print-label build:watch server",
    "start:docs": "dumi dev",
    "publish": "npm run build:production && lerna publish",
    "lint": "eslint ./packages ./examples --ext .jsx,.js,.ts,.tsx",
    "lint:fix": "npm run lint -- --fix",
    "lint:style": "stylelint \"packages/**/*.less\" \"examples/**/*.less\" --syntax less",
    "lint:style:fix": "npm run lint:style -- --fix",
    "test": "jest",
    "ci": "npm run lint:fix && npm run lint:style:fix && npm run lint && npm run lint:style && npm run test"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run ci",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@types/jest": "^26.0.14",
    "@types/react": "^16.9.53",
    "@types/react-dom": "^16.9.8",
    "@types/webpack-env": "^1.15.3",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-typescript": "^7.12.1",
    "eslint": "^7.11.0",
    "lerna": "2.11.0",
    "npm-run-all": "^4.1.5",
    "husky": "^4.3.0",
    "stylelint": "^13.7.2",
    "jest": "^26.5.3",
    "dumi": "^1.0.34",
    "@jianghe/sand-build": "^2.1.0",
    "@jianghe/sand-lint": "^2.1.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.1",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "@ant-design/icons": "^4.2.2",
    "antd": "^4.7.0"
  }
}
