{
  "name": "demo",
  "version": "1.0.0",
  "description": "多个小程序端适配-demo小程序",
  "main": "index.js",
  "scripts": {
    "start:weapp": "gulp start --target weapp && gulp watch",
    "start:swan": "gulp start --target swan && gulp watch",
    "start:aliapp": "gulp start --target aliapp && gulp watch",
    "start:qqapp": "gulp start --target qqapp && gulp watch",
    "start:ttapp": "gulp start --target ttapp && gulp watch",
    "start:all": "gulp start --target aliapp && gulp start --target swan && gulp start --target qqapp && gulp start --target ttapp && gulp start --target weapp",
    "format": "gulp format"
  },
  "repository": "***",
  "author": "XiongRongrong",
  "license": "ISC",
  "dependencies": {
    "@dada/apm-mp": "^1.0.0",
    "dayjs": "^1.8.2",
    "moment": "^2.22.2",
    "qs": "^6.5.2",
    "track-mini-program": "git+ssh://git@git.corp.imdada.cn:fe/track-mini-program.git"
  },
  "devDependencies": {
    "babel-eslint": "^8.2.5",
    "deep-equal": "^1.0.1",
    "eslint": "^5.1.0",
    "eslint-config-standard": "^12.0.0-alpha.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "gulp": "4.0.0",
    "gulp-clean": "^0.4.0",
    "gulp-eslint": "^5.0.0",
    "gulp-rename": "^1.3.0",
    "gulp-replace": "^1.0.0",
    "gulp-sass": "^4.0.1",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-stylelint": "^7.0.0",
    "gulp-watch": "^5.0.0",
    "gulp-webpack": "^1.5.0",
    "prettier": "^1.13.7",
    "relative": "^3.0.2",
    "stylelint": "^9.3.0",
    "stylelint-config-standard": "^18.2.0",
    "webpack": "^4.15.1",
    "webpack-cli": "^3.0.8",
    "webpack-stream": "^4.0.3",
    "yargs": "^8.0.2"
  }
}