package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "gb-site",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve --mode development ",
  7. "build": "vue-cli-service build --mode production ",
  8. "lint": "vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "@liveqing/liveplayer": "^2.7.0",
  12. "animate.css": "^4.1.1",
  13. "ant-design-vue": "^1.7.8",
  14. "axios": "^0.24.0",
  15. "concise-clock": "^1.0.4",
  16. "core-js": "^3.6.5",
  17. "echarts": "^4.9.0",
  18. "element-ui": "^2.15.6",
  19. "fingerprintjs2": "^2.1.2",
  20. "flv.js": "^1.6.2",
  21. "kind-form-verify": "git+http://kindring.cn:25923/kindring/FormData.git",
  22. "mockjs": "^1.1.0",
  23. "moment": "^2.29.3",
  24. "mpegts.js": "^1.7.3",
  25. "ol": "^6.14.1",
  26. "postcss": "^7.0.36",
  27. "postcss-pxtorem": "^5.1.1",
  28. "sass": "^1.42.1",
  29. "sass-loader": "10.x",
  30. "socket.io-client": "^4.0",
  31. "style-loader": "^3.3.0",
  32. "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.7",
  33. "uuid": "^8.3.2",
  34. "v-charts": "^1.19.0",
  35. "vue": "^2.6.11",
  36. "vue-clipboard2": "^0.3.1",
  37. "vue-clipboards": "^1.3.0",
  38. "vue-contextmenujs": "^1.3.13",
  39. "vue-cookies": "^1.8.3",
  40. "vue-giant-tree": "^0.1.5",
  41. "vue-i18n": "8.2.1",
  42. "vue-router": "^3.5.2",
  43. "vue-svg-loader": "^0.16.0",
  44. "vue-ztree-2.0": "^1.0.4",
  45. "vuex": "^3.6.2",
  46. "worker-loader": "^3.0.8"
  47. },
  48. "devDependencies": {
  49. "@vue/cli-plugin-babel": "~4.5.0",
  50. "@vue/cli-plugin-eslint": "~4.5.0",
  51. "@vue/cli-service": "~4.5.0",
  52. "babel-eslint": "^10.1.0",
  53. "babel-plugin-import": "^1.13.3",
  54. "eslint": "^6.7.2",
  55. "eslint-plugin-vue": "^6.2.2",
  56. "svg-sprite-loader": "^5.1.1",
  57. "vue-cli-plugin-svg-sprite-loader": "~2.0.1",
  58. "vue-template-compiler": "^2.6.11"
  59. },
  60. "eslintConfig": {
  61. "root": true,
  62. "env": {
  63. "node": true
  64. },
  65. "extends": [
  66. "plugin:vue/essential",
  67. "eslint:recommended"
  68. ],
  69. "parserOptions": {
  70. "parser": "babel-eslint"
  71. },
  72. "rules": {
  73. "no-unused-vars": "off"
  74. }
  75. },
  76. "browserslist": [
  77. "> 1%",
  78. "last 2 versions",
  79. "not dead"
  80. ]
  81. }