{
  "name": "first-screen-skeleton-webpack-plugin",
  "version": "0.0.8",
  "description": "首屏骨架屏生成注入webpack插件，支持多页面hash路由和单页面history路由，插件原型参考饿了么page-skeleton-webpack-plugin（https://github.com/ElemeFE/page-skeleton-webpack-plugin），骨架屏算法采用京东dps（https://github.com/famanoder/dps）",
  "main": "index.js",
  "scripts": {
    "lint": "eslint src client/{index,sockjs,utils}.js",
    "beautify": "npm run lint -- --fix",
    "mocha": "mocha --full-trace --check-leaks",
    "cover": "istanbul cover node_modules/mocha/bin/_mocha",
    "test": "npm run lint && npm run mocha",
    "dev:preview": "cross-env NODE_ENV=development webpack --color --config preview/webpack.preview.config.js --watch",
    "dev:client": "cross-env NODE_ENV=development webpack ./client/index.js -o client/index.bundle.js --color --config client/webpack.config.js --watch",
    "dev:sale": "cd examples/sale && npm run dev",
    "dev:script": "rollup --config src/script/rollup.config.js --watch",
    "build:index": "cross-env NODE_ENV=production webpack ./client/index.js -o client/index.bundle.js --color --config client/webpack.config.js",
    "build:sockjs": "webpack ./client/sockjs.js -o client/sockjs.bundle.js --color --config client/webpack.sockjs.config.js",
    "build:preview": "cross-env NODE_ENV=production webpack --color --config preview/webpack.preview.config.js",
    "build:script": "rollup --config src/script/rollup.config.js",
    "prepare": "npm run build:index && npm run build:sockjs && npm run build:preview && npm run build:script"
  },
  "keywords": [
    "puppeteer",
    "first screen",
    "page skeleton",
    "webpack",
    "multiple page"
  ],
  "author": "jianshengou@163.com",
  "repository": "https://github.com/feiniao111/page-skeleton-webpack-plugin.git",
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.4.1",
    "codemirror": "^5.36.0",
    "css-tree": "^1.0.0-alpha.28",
    "csso": "^3.5.0",
    "element-ui": "^2.4.0",
    "express": "^4.16.3",
    "fs-extra": "^6.0.1",
    "hasha": "^3.0.0",
    "html-minifier": "^3.5.16",
    "html2json": "^1.0.2",
    "install": "^0.11.0",
    "js-beautify": "^1.7.5",
    "lodash": "^4.17.10",
    "memory-fs": "^0.4.1",
    "opn": "^5.3.0",
    "puppeteer": "^1.4.0",
    "qrcode": "^1.2.0",
    "sockjs": "^0.3.19",
    "sockjs-client": "^1.1.4",
    "tiza": "^2.1.0",
    "vue": "^2.5.16",
    "vuex": "^3.0.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.2",
    "babel-loader": "^7.1.2",
    "babel-plugin-component": "^1.1.0",
    "babel-plugin-transform-function-bind": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-2": "^6.24.1",
    "chai": "^4.1.2",
    "clean-webpack-plugin": "^0.1.17",
    "cross-env": "^5.1.6",
    "css-loader": "^0.28.11",
    "eslint": "^4.11.0",
    "eslint-config-scm": "^1.0.9",
    "eslint-config-webpack": "^1.2.5",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-vue": "^2.1.0",
    "file-loader": "^1.1.11",
    "html-webpack-include-assets-plugin": "^1.0.2",
    "html-webpack-plugin": "^3.2.0",
    "istanbul": "^1.0.0-alpha.2",
    "mini-css-extract-plugin": "^0.4.0",
    "mocha": "^4.0.1",
    "raw-loader": "^0.5.1",
    "rollup": "^0.57.1",
    "sinon": "^4.1.3",
    "style-loader": "^0.21.0",
    "supertest": "^3.0.0",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "url-loader": "^1.0.1",
    "vue-loader": "^15.2.2",
    "vue-template-compiler": "^2.5.16",
    "webpack": "^4.10.0",
    "webpack-cli": "^2.1.5",
    "webpack-log": "^1.2.0"
  },
  "peerDependencies": {
    "html-webpack-plugin": "^3.0.0 || ^4.0.0"
  },
  "eslintIgnore": [
    "templates"
  ]
}
