package.json 4.26 KB
{
  "name": "yoho-shop-manage",
  "version": "1.0.10",
  "description": "",
  "main": "app.js",
  "scripts": {
    "init": "npm i && npm run build:dll",
    "dev": "nodemon --watch server server/app.js",
    "static": "node ./build/dev-server.js",
    "dist": "node ./build/build.js",
    "build": "npm run build:dll --production && node ./build/build.js",
    "build:dll": "rimraf build/dll && webpack --config build/webpack.dll.conf.js",
    "lint-js": "lint-js",
    "lint-css": "lint-css",
    "precommit": "lint-commit",
    "lint-all": "lint-all",
    "code": "node ./build/code/code.js"
  },
  "config": {
    "lintJs": [
      {
        "title": "JS Front-end",
        "path": [
          "./app"
        ]
      },
      {
        "title": "JS Server",
        "path": [
          "./server"
        ]
      }
    ],
    "lintCss": [
      {
        "title": "CSS",
        "path": [
          "**/*.vue"
        ]
      }
    ]
  },
  "dependencies": {
    "axios": "^0.15.3",
    "babel-preset-es2015": "^6.24.1",
    "babel-runtime": "^6.23.0",
    "bluebird": "^3.5.0",
    "body-parser": "^1.17.1",
    "compression": "^1.6.2",
    "connect-history-api-fallback": "^1.3.0",
    "connect-multiparty": "^2.0.0",
    "cookie-parser": "^1.4.3",
    "cookie-session": "^2.0.0-beta.1",
    "crypto-js": "^3.1.9-1",
    "excel-export": "^0.5.1",
    "express": "^4.15.2",
    "express-session": "^1.15.2",
    "font-awesome": "^4.7.0",
    "iview": "^2.0.0-rc.16",
    "lodash": "^4.17.4",
    "moment": "^2.18.1",
    "promise-polyfill": "^6.0.2",
    "request": "^2.81.0",
    "request-promise": "^4.2.0",
    "serve-favicon": "^2.4.2",
    "uuid": "^3.0.1",
    "vue": "^2.3.4",
    "vue-cookie": "^1.1.4",
    "vue-html5-editor": "^1.1.1",
    "vue-loader": "^11.3.4",
    "vue-router": "^2.5.3",
    "vue-template-compiler": "^2.3.4",
    "xlsx2json": "^1.0.0",
    "yoho-cookie": "^1.2.0",
    "yoho-node-lib": "^0.2.18",
    "yoho-store": "^1.3.20"
  },
  "devDependencies": {
    "acorn": "^5.0.3",
    "add-asset-html-webpack-plugin": "^2.0.1",
    "assets-webpack-plugin": "git://github.com/kossnocorp/assets-webpack-plugin",
    "autoprefixer": "^6.7.2",
    "autoprefixer-loader": "^3.2.0",
    "babel-core": "^6.22.1",
    "babel-eslint": "^7.2.3",
    "babel-helper-vue-jsx-merge-props": "^2.0.2",
    "babel-loader": "^6.2.10",
    "babel-plugin-istanbul": "^3.1.2",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.22.0",
    "babel-plugin-transform-vue-jsx": "^3.4.3",
    "babel-preset-env": "^1.2.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.22.0",
    "babel-register": "^6.22.0",
    "chalk": "^1.1.3",
    "clean-webpack-plugin": "^0.1.16",
    "css-loader": "^0.26.1",
    "escodegen": "^1.8.1",
    "eslint": "^3.19.0",
    "eslint-config-standard": "^6.2.1",
    "eslint-config-yoho": "^1.0.8",
    "eslint-friendly-formatter": "^2.0.7",
    "eslint-loader": "^1.6.1",
    "eslint-plugin-html": "^2.0.1",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.1",
    "eslint-plugin-vue": "^2.0.1",
    "eventsource-polyfill": "^0.9.6",
    "extract-text-webpack-plugin": "^2.0.0",
    "file-loader": "^0.10.0",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "happypack": "^3.1.0",
    "html-webpack-plugin": "^2.28.0",
    "husky": "^0.13.3",
    "ignore-file-loader": "^1.0.0",
    "node-sass": "^4.5.2",
    "nodemon": "^1.11.0",
    "optimize-css-assets-webpack-plugin": "^1.3.0",
    "ora": "^1.2.0",
    "resolve-url-loader": "^2.0.2",
    "rimraf": "^2.6.1",
    "sass-loader": "^6.0.3",
    "style-loader": "^0.16.1",
    "stylelint": "^7.10.1",
    "stylelint-config-yoho": "^1.2.8",
    "stylelint-formatter-table": "^1.0.3",
    "stylelint-processor-html": "^1.0.0",
    "stylelint-webpack-plugin": "^0.7.0",
    "url-loader": "^0.5.7",
    "vue-loader": "^11.1.4",
    "vue-style-loader": "^2.0.5",
    "webpack": "^2.6.1",
    "webpack-dev-middleware": "^1.10.2",
    "webpack-dev-server": "^2.4.2",
    "webpack-hot-middleware": "^2.18.0",
    "webpack-merge": "^4.1.0",
    "webpack-px-to-rem": "^0.1.0",
    "webpack-uglify-parallel": "^0.1.3",
    "yoho-lint": "^1.0.1"
  },
  "author": "",
  "license": "ISC"
}