家政小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "hksystem",
  3. "version": "1.0.0",
  4. "description": "houseworking system",
  5. "main": "index.js",
  6. "scripts": {
  7. "init": "webpack --progress --config build/webpack.dev.config.js",
  8. "dev": "webpack-dev-server --content-base ./ --host 0.0.0.0 --inline --hot --compress --config build/webpack.dev.config.js",
  9. "build": "webpack --progress --hide-modules --config build/webpack.prod.config.js",
  10. "lint": "eslint --fix --ext .js,.vue src",
  11. "test": "npm run lint"
  12. },
  13. "author": "liuguocheng",
  14. "license": "MIT",
  15. "dependencies": {
  16. "area-data": "^1.0.0",
  17. "axios": "^0.15.3",
  18. "clipboard": "^1.7.1",
  19. "countup": "^1.8.2",
  20. "cropperjs": "^1.1.3",
  21. "echarts": "^3.8.5",
  22. "html2canvas": "^0.5.0-beta4",
  23. "iview": "^2.7.3",
  24. "iview-area": "^1.5.12",
  25. "js-cookie": "^2.2.0",
  26. "rasterizehtml": "^1.2.4",
  27. "simplemde": "^1.11.2",
  28. "sortablejs": "^1.7.0",
  29. "tinymce": "^4.7.3",
  30. "vue": "^2.5.8",
  31. "vue-i18n": "^5.0.3",
  32. "vue-router": "^2.8.1",
  33. "vuex": "^2.5.0"
  34. },
  35. "devDependencies": {
  36. "autoprefixer-loader": "^2.0.0",
  37. "babel": "^6.23.0",
  38. "babel-core": "^6.23.1",
  39. "babel-eslint": "^8.0.2",
  40. "babel-loader": "^6.4.1",
  41. "babel-plugin-transform-runtime": "^6.12.0",
  42. "babel-preset-env": "^1.6.1",
  43. "babel-preset-es2015": "^6.9.0",
  44. "babel-preset-stage-3": "^6.24.1",
  45. "babel-runtime": "^6.11.6",
  46. "clean-webpack-plugin": "^0.1.17",
  47. "copy-webpack-plugin": "^4.2.3",
  48. "css-hot-loader": "^1.3.4",
  49. "css-loader": "^0.23.1",
  50. "eslint": "^3.19.0",
  51. "eslint-config-google": "^0.9.1",
  52. "eslint-config-standard": "^10.2.1",
  53. "eslint-plugin-html": "^1.7.0",
  54. "eslint-plugin-import": "^2.8.0",
  55. "eslint-plugin-node": "^5.2.1",
  56. "eslint-plugin-promise": "^3.6.0",
  57. "eslint-plugin-standard": "^3.0.1",
  58. "extract-text-webpack-plugin": "^2.0.0",
  59. "file-loader": "^0.8.5",
  60. "happypack": "^4.0.0",
  61. "html-loader": "^0.3.0",
  62. "html-webpack-plugin": "^2.28.0",
  63. "less": "^2.7.3",
  64. "less-loader": "^2.2.3",
  65. "semver": "^5.4.1",
  66. "style-loader": "^0.13.1",
  67. "unsupported": "^1.1.0",
  68. "url-loader": "^0.5.7",
  69. "vue-hot-reload-api": "^1.3.3",
  70. "vue-html-loader": "^1.2.3",
  71. "vue-loader": "^11.0.0",
  72. "vue-style-loader": "^1.0.0",
  73. "vue-template-compiler": "^2.5.8",
  74. "webpack": "^3.8.1",
  75. "webpack-dev-server": "^2.9.4",
  76. "webpack-merge": "^3.0.0",
  77. "webpack-uglify-parallel": "^0.1.4"
  78. }
  79. }