package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "admin",
  3. "version": "0.1.0",
  4. "description": "Element UI & axios & iconfont & permission control & lint",
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "build:prod": "vue-cli-service build",
  8. "build": "vue-cli-service build",
  9. "build:stage": "vue-cli-service build --mode staging",
  10. "preview": "node build/index.js --preview"
  11. },
  12. "dependencies": {
  13. "axios": "^0.26.0",
  14. "core-js": "^3.6.5",
  15. "countup.js": "^1.9.3",
  16. "echarts": "^5.3.1",
  17. "echarts-gl": "^2.0.9",
  18. "element-ui": "^2.15.6",
  19. "jquery": "^3.6.0",
  20. "superapi-51world": "^5.4.0",
  21. "vue": "^2.6.11",
  22. "vue-countupjs": "^1.0.0",
  23. "vue-router": "^3.2.0",
  24. "vuex": "^3.4.0"
  25. },
  26. "devDependencies": {
  27. "@vue/cli-plugin-babel": "~4.5.14",
  28. "@vue/cli-plugin-eslint": "~4.5.14",
  29. "@vue/cli-plugin-router": "^4.5.15",
  30. "@vue/cli-plugin-vuex": "^4.5.15",
  31. "@vue/cli-service": "~4.5.14",
  32. "babel-eslint": "^10.1.0",
  33. "echarts": "^5.3.1",
  34. "eslint": "^6.7.2",
  35. "eslint-plugin-vue": "^6.2.2",
  36. "sass": "^1.50.0",
  37. "sass-loader": "^8.0.2",
  38. "vue-template-compiler": "^2.6.11"
  39. },
  40. "eslintConfig": {
  41. "root": true,
  42. "env": {
  43. "node": true
  44. },
  45. "extends": [
  46. "plugin:vue/essential",
  47. "eslint:recommended"
  48. ],
  49. "parserOptions": {
  50. "parser": "babel-eslint"
  51. },
  52. "rules": {
  53. "generator-star-spacing": "off",
  54. "no-tabs": "off",
  55. "no-unused-vars": "off",
  56. "no-console": "off",
  57. "no-irregular-whitespace": "off",
  58. "no-debugger": "off"
  59. }
  60. },
  61. "browserslist": [
  62. "> 1%",
  63. "last 2 versions",
  64. "not dead"
  65. ]
  66. }