{
  "name": "@saasfe/we-app-sandbox",
  "version": "1.0.1",
  "description": "we app sandbox",
  "homepage": "https://github.com/alsc-sfe/we-app-sandbox",
  "repository": {
    "type": "git",
    "url": "https://github.com/alsc-sfe/we-app-sandbox"
  },
  "author": "少楚",
  "files": [
    "document",
    "src",
    "lib",
    "es",
    "_gitignore",
    ".gitignore",
    ".babelrc",
    ".eslintignore",
    ".eslintrc",
    ".stylelintignore",
    ".stylelintrc",
    "abc.json",
    "app.config.ts",
    "package.json",
    "README.md",
    "tsconfig.json"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "dependencies": {
    "@ice/sandbox": "^1.0.6",
    "@saasfe/we-app-types": "^1.0.0"
  },
  "devDependencies": {
    "@types/classnames": "2",
    "@types/react": "16",
    "@types/react-dom": "16",
    "@typescript-eslint/eslint-plugin": "1",
    "@typescript-eslint/parser": "1",
    "antd": "3",
    "classnames": "2",
    "copyfiles": "2",
    "cross-env": "5",
    "eslint": "5",
    "eslint-config-ali": "7",
    "eslint-plugin-import": "2",
    "eslint-plugin-react": "7",
    "eslint-plugin-react-hooks": "1",
    "lesshint": "2",
    "pre-commit": "1",
    "prop-types": "15",
    "react": "16",
    "react-dom": "16",
    "rimraf": "2",
    "stylelint": "7",
    "stylelint-config-standard": "16",
    "tslib": "1",
    "typescript": "3"
  },
  "peerDependencies": {
    "classnames": ">=2.0.0",
    "prop-types": ">=15.0.0",
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0",
    "antd": ">=3.0.0"
  },
  "scripts": {
    "lint": "npm run tslint && npm run stylelint",
    "tslint": "eslint ./src --ext '.ts,.tsx,.js,.jsx' --fix",
    "stylelint": "stylelint src/**/*.less --syntax less --fix"
  },
  "pre-commit": [
    "lint"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
