package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "name": "intesys_app",
  3. "version": "1.0.0",
  4. "description": "积分系统APP",
  5. "author": "wujunyuan",
  6. "private": true,
  7. "scripts": {
  8. "serve": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 0.0.0.0",
  9. "build:prod": "node build/build.js",
  10. "build:test": "node build/build.devtest.js",
  11. "webpack": "webpack --version",
  12. "analyz": "cross-env NODE_ENV=production npm_config_report=true npm run build"
  13. },
  14. "dependencies": {
  15. "axios": "^0.18.1",
  16. "better-scroll": "^1.15.2",
  17. "dayjs": "^1.10.5",
  18. "echarts": "^4.7.0",
  19. "exif-js": "^2.3.0",
  20. "fastclick": "^1.0.6",
  21. "html2canvas": "^1.0.0-rc.3",
  22. "jsencrypt": "^3.2.1",
  23. "lrz": "^4.9.40",
  24. "moment": "^2.24.0",
  25. "px2rem-loader": "^0.1.9",
  26. "qrcode.vue": "^1.6.3",
  27. "qs": "^6.9.6",
  28. "sortablejs": "^1.14.0",
  29. "swiper": "^5.2.1",
  30. "vant": "^2.12.51",
  31. "vc-keep-alive": "^1.0.2",
  32. "vconsole": "^3.3.4",
  33. "vee-validate": "^2.2.15",
  34. "vue": "^2.6.11",
  35. "vue-awesome-swiper": "^3.1.3",
  36. "vue-calendar-component": "^2.8.2",
  37. "vue-create-api": "^0.2.3",
  38. "vue-hash-calendar": "^1.2.7",
  39. "vue-i18n": "^8.17.4",
  40. "vue-router": "^3.1.6",
  41. "vue-scroller": "^2.2.4",
  42. "vue-shepherd": "^3.0.0",
  43. "vue2-svg-icon": "^1.3.2",
  44. "vuex": "^3.3.0",
  45. "vuex-persistedstate": "^3.1.0",
  46. "webpack-bundle-analyzer": "^4.4.2"
  47. },
  48. "devDependencies": {
  49. "autoprefixer": "^7.1.2",
  50. "babel-core": "^6.22.1",
  51. "babel-eslint": "^8.2.1",
  52. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  53. "babel-loader": "^7.1.1",
  54. "babel-plugin-import": "^1.13.0",
  55. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  56. "babel-plugin-syntax-jsx": "^6.18.0",
  57. "babel-plugin-transform-runtime": "^6.22.0",
  58. "babel-plugin-transform-vue-jsx": "^3.5.0",
  59. "babel-preset-env": "^1.3.2",
  60. "babel-preset-stage-2": "^6.22.0",
  61. "chalk": "^2.0.1",
  62. "copy-webpack-plugin": "^4.0.1",
  63. "css-loader": "^3.5.3",
  64. "extract-text-webpack-plugin": "^3.0.0",
  65. "file-loader": "^1.1.4",
  66. "friendly-errors-webpack-plugin": "^1.6.1",
  67. "html-webpack-plugin": "^2.30.1",
  68. "image-webpack-loader": "^7.0.1",
  69. "less": "^3.11.1",
  70. "less-loader": "^5.0.0",
  71. "node-notifier": "^5.4.3",
  72. "node-sass": "^4.14.0",
  73. "optimize-css-assets-webpack-plugin": "^3.2.0",
  74. "ora": "^1.2.0",
  75. "portfinder": "^1.0.25",
  76. "postcss-import": "^11.0.0",
  77. "postcss-loader": "^2.1.6",
  78. "postcss-url": "^7.2.1",
  79. "rimraf": "^2.7.1",
  80. "sass-loader": "^7.3.1",
  81. "semver": "^5.7.1",
  82. "shelljs": "^0.7.6",
  83. "stylus": "^0.54.7",
  84. "stylus-loader": "^3.0.2",
  85. "uglifyjs-webpack-plugin": "^1.3.0",
  86. "url-loader": "^2.3.0",
  87. "vue-loader": "^13.3.0",
  88. "vue-style-loader": "^3.0.1",
  89. "vue-template-compiler": "^2.6.11",
  90. "webpack": "^3.6.0",
  91. "webpack-dev-server": "^2.11.5",
  92. "webpack-merge": "^4.2.2"
  93. },
  94. "engines": {
  95. "node": ">= 6.0.0",
  96. "npm": ">= 3.0.0"
  97. },
  98. "browserslist": [
  99. "> 1%",
  100. "last 2 versions",
  101. "not ie <= 8"
  102. ]
  103. }