{
  "name": "sand-game-phaser-ts-staging",
  "version": "1.0.0",
  "description": "sand phaser游戏ts脚手架",
  "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 ./declaration",
    "start": "sand-build start -t webpack",
    "build": "sand-build build -t webpack",
    "eslint": "eslint ./src --ext .jsx,.js,.ts,.tsx",
    "eslint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --fix",
    "stylelint": "stylelint \"src/**/*.less\" --syntax less",
    "stylelint:fix": "stylelint \"src/**/*.less\" --syntax less --fix",
    "test": "jest",
    "ci": "npm run eslint:fix && npm run stylelint:fix && npm run eslint && npm run stylelint && npm run test"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "devDependencies": {
    "@babel/preset-env": "7.12.1",
    "@babel/preset-typescript": "^7.12.1",
    "@commitlint/cli": "^11.0.0",
    "@jianghe/sand-build": "^2.1.0",
    "@jianghe/sand-lint": "^2.1.0",
    "@types/jest": "^26.0.14",
    "@types/react": "^16.9.53",
    "@types/react-dom": "^16.9.8",
    "@types/webpack-env": "^1.15.3",
    "eslint": "^7.11.0",
    "stylelint": "^13.7.2",
    "husky": "^4.3.0",
    "jest": "^26.5.3",
    "jest-css-modules": "^2.1.0",
    "ts-jest": "^26.4.1",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "phaser": "^3.24.1",
    "antd": "^4.7.0"
  }
}
