祁阳图书馆智慧大屏
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.

59 lines
1.6 KiB

8 months ago
8 months ago
8 months ago
  1. {
  2. "name": "qy-big-screen",
  3. "version": "1.0.0",
  4. "description": "祁阳图书馆智慧大屏",
  5. "scripts": {
  6. "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
  7. "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
  8. "lint": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "@babel/core": "^7.19.0",
  12. "@babel/preset-env": "^7.19.0",
  13. "@jiaminghi/data-view": "^2.7.3",
  14. "@types/echarts": "^4.4.3",
  15. "axios": "^0.27.2",
  16. "core-js": "^3.6.4",
  17. "echarts": "^4.6.0",
  18. "element-ui": "^2.15.10",
  19. "jquery": "^3.7.1",
  20. "svg-sprite-loader": "^6.0.11",
  21. "vue": "^2.6.11",
  22. "vue-awesome": "^4.0.2",
  23. "vue-count-to": "^1.0.13",
  24. "vue-router": "^3.1.5",
  25. "vue-seamless-scroll": "^1.1.23",
  26. "vuex": "^3.1.2"
  27. },
  28. "devDependencies": {
  29. "@vue/cli-plugin-babel": "^4.2.0",
  30. "@vue/cli-plugin-eslint": "^4.2.0",
  31. "@vue/cli-service": "^4.2.0",
  32. "babel-eslint": "^10.0.3",
  33. "babel-plugin-transform-remove-console": "^6.9.4",
  34. "eslint": "^6.7.2",
  35. "eslint-plugin-vue": "^6.1.2",
  36. "sass": "^1.25.0",
  37. "sass-loader": "^8.0.2",
  38. "vue-awesome-swiper": "^3.1.3",
  39. "vue-template-compiler": "^2.6.11"
  40. },
  41. "eslintConfig": {
  42. "root": true,
  43. "env": {
  44. "node": true
  45. },
  46. "extends": [
  47. "plugin:vue/essential",
  48. "eslint:recommended"
  49. ],
  50. "parserOptions": {
  51. "parser": "babel-eslint"
  52. },
  53. "rules": {}
  54. },
  55. "browserslist": [
  56. "> 1%",
  57. "last 2 versions"
  58. ]
  59. }