package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "pig-ui",
  3. "version": "3.2.1",
  4. "private": true,
  5. "scripts": {
  6. "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
  7. "dev": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "build:docker": "vue-cli-service build --dest='./docker/dist/'",
  10. "lint": "vue-cli-service lint"
  11. },
  12. "dependencies": {
  13. "@riophae/vue-treeselect": "^0.4.0",
  14. "@smallwei/avue": "2.6.18",
  15. "@sscfaith/avue-form-design": "1.3.12",
  16. "avue-plugin-ueditor": "^0.0.6",
  17. "axios": "0.19.0",
  18. "babel-polyfill": "^6.26.0",
  19. "classlist-polyfill": "^1.2.0",
  20. "codemirror": "^5.58.1",
  21. "crypto-js": "^3.1.9-1",
  22. "element-ui": "^2.13.2",
  23. "js-cookie": "^3.0.1",
  24. "nprogress": "^0.2.0",
  25. "qrcodejs2": "^0.0.2",
  26. "script-loader": "^0.7.2",
  27. "video.js": "^7.17.0",
  28. "videojs-contrib-hls": "^5.15.0",
  29. "videojs-landscape-fullscreen": "^11.33.0",
  30. "vue": "2.6.10",
  31. "vue-axios": "^2.1.4",
  32. "vue-router": "^3.1.3",
  33. "vuex": "^3.2.0"
  34. },
  35. "devDependencies": {
  36. "@vue/cli-plugin-babel": "^3.12.0",
  37. "@vue/cli-service": "^3.12.0",
  38. "chai": "^4.2.0",
  39. "node-sass": "^4.12.0",
  40. "sass-loader": "^8.0.0",
  41. "vue-template-compiler": "2.6.10"
  42. },
  43. "lint-staged": {
  44. "*.js": [
  45. "vue-cli-service lint",
  46. "git add"
  47. ],
  48. "*.vue": [
  49. "vue-cli-service lint",
  50. "git add"
  51. ]
  52. }
  53. }