package.json 1.92 KB
{
  "name": "yoho-bi",
  "version": "1.0.1",
  "description": "",
  "main": "app.js",
  "scripts": {
    "static": "yo-cli dev --config ./build/yo.dev.conf.js",
    "build": "yo-cli build --config ./build/yo.prod.conf.js",
    "lint-js": "lint-js",
    "lint-css": "lint-css",
    "precommit": "lint-commit",
    "lint-all": "lint-all",
    "lint-fix:js": "eslint . --ext .js --ext .vue --fix",
    "lint-fix:css": "stylelint . --fix"
  },
  "config": {
    "lintJs": [
      {
        "title": "JS Front-end",
        "path": [
          "./app"
        ]
      },
      {
        "title": "JS Server",
        "path": [
          "./server"
        ]
      }
    ],
    "lintCss": [
      {
        "title": "CSS",
        "path": [
          "**/*.vue"
        ]
      }
    ]
  },
  "dependencies": {
    "axios": "^0.15.3",
    "dayjs": "^1.5.16",
    "font-awesome": "^4.7.0",
    "lodash": "^4.17.4",
    "vue": "^2.5.17",
    "vue-echarts": "^3.0.9",
    "vue-router": "^3.0.1",
    "vuex": "^3.0.1",
    "yo-cli": "^2.1.9"
  },
  "devDependencies": {
    "autoprefixer-loader": "^3.2.0",
    "babel-core": "^6.22.1",
    "babel-eslint": "^8.2.6",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-preset-es2015": "^6.24.1",
    "clipboard": "^2.0.1",
    "eslint": "^5.1.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-config-yoho": "^1.1.0",
    "eslint-friendly-formatter": "^2.0.7",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-html": "^3.1.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-standard": "^3.0.1",
    "eslint-plugin-vue": "^2.1.0",
    "iview-loader": "^1.0.0",
    "postcss-pxtorem": "^4.0.1",
    "stylelint": "^8.0.0",
    "stylelint-config-yoho": "^1.4.0",
    "stylelint-formatter-table": "^1.0.3",
    "stylelint-scss": "^3.1.0",
    "vue-loader": "^15.4.2",
    "yoho-lint": "^1.0.4"
  },
  "author": "陈峰 <feng.chen@yoho.cn>",
  "license": "ISC",
  "repository": "http://git.yoho.cn/fe/yoho-bi"
}