{
  "name": "sand-demo-staging",
  "version": "1.0.0",
  "description": "sand-demo脚手架",
  "author": "jianghe",
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "init": "npm run clean && npm i && npm run start",
    "clean": "rm -rf ./node_modules ./dist ./package-lock.json ./coverage",
    "build": "sand-build build -t demo -e production",
    "start": "sand-build start -t demo",
    "lint": "eslint ./examples --ext .jsx,.js,.ts,.tsx",
    "lint:fix": "npm run lint -- --fix",
    "lint:style": "stylelint \"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",
    "eslint": "^7.11.0",
    "stylelint": "^13.7.2",
    "husky": "^4.3.0",
    "jest": "^26.5.3",
    "@jianghe/sand-build": "^2.1.0",
    "@jianghe/sand-lint": "^2.1.0"
  },
  "dependencies": {
    "@ant-design/icons": "^4.2.2",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "antd": "^4.7.0"
  }
}
