{
  "name": "skeleton-webpack-plugin",
  "version": "1.0.11",
  "description": "A webpack plugin to generate skeleton automatically（自动生成骨架屏的webpack插件）",
  "main": "./src/index.js",
  "scripts": {
    "test": "test",
    "build:main": "tsc",
    "build:client": "webpack --config ./build/webpack-client.config.js",
    "build:core": "webpack --config ./build/webpack-core.config.js",
    "build:preview": "webpack --config ./build/webpack-preview.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NealST/skeleton-webpack-plugin.git"
  },
  "keywords": [
    "skeleton",
    "webpack"
  ],
  "author": "NealST",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/NealST/skeleton-webpack-plugin/issues"
  },
  "homepage": "https://github.com/NealST/skeleton-webpack-plugin#readme",
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "babel-loader": "^8.0.6",
    "clean-webpack-plugin": "^2.0.2",
    "css-loader": "^2.1.1",
    "file-loader": "^3.0.1",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.6.0",
    "raw-loader": "^2.0.0",
    "style-loader": "^0.23.1",
    "url-loader": "^1.1.2",
    "vue-loader": "^15.7.0",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.31.0",
    "webpack-cli": "^3.3.2"
  },
  "dependencies": {
    "bufferutil": "^4.0.1",
    "chalk": "^2.4.2",
    "codemirror": "^5.46.0",
    "css": "^2.2.4",
    "css-tree": "^1.0.0-alpha.29",
    "element-ui": "^2.8.2",
    "express": "^4.16.4",
    "hasha": "^5.0.0",
    "himalaya": "^1.1.0",
    "memory-fs": "^0.4.1",
    "opn": "^6.0.0",
    "puppeteer": "^1.10.0",
    "qrcode": "^1.3.3",
    "sockjs": "^0.3.19",
    "sockjs-client": "^1.3.0",
    "tiza": "^2.2.1",
    "utf-8-validate": "^5.0.2",
    "vue": "^2.6.10",
    "vuex": "^3.1.1"
  }
}