package.json 2.0 KB

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