package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "name": "vue-template",
  3. "version": "4.4.0",
  4. "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
  5. "author": "random",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "build:prod": "vue-cli-service build",
  9. "build:stage": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service build --mode staging",
  10. "preview": "node build/index.js --preview",
  11. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit"
  15. },
  16. "dependencies": {
  17. "@amap/amap-jsapi-loader": "^1.0.1",
  18. "@babel/types": "^7.21.5",
  19. "@vue/composition-api": "^1.7.1",
  20. "axios": "0.18.1",
  21. "body-parser": "^1.20.2",
  22. "core-js": "^3.29.0",
  23. "crypto-js": "^4.1.1",
  24. "dayjs": "^1.11.7",
  25. "echarts": "^5.4.1",
  26. "element-ui": "2.13.2",
  27. "flv.js": "^1.6.2",
  28. "hevue-img-preview": "^6.0.1",
  29. "js-cookie": "2.2.0",
  30. "normalize.css": "7.0.0",
  31. "nprogress": "0.2.0",
  32. "path-to-regexp": "2.4.0",
  33. "portfinder": "^1.0.21",
  34. "qrcodejs2": "^0.0.2",
  35. "svg-baker-runtime": "^1.4.7",
  36. "vue": "2.6.10",
  37. "vue-router": "3.0.6",
  38. "vuex": "3.1.0",
  39. "vuex-persistedstate": "^4.1.0",
  40. "webpack-dev-server": "^2.9.1"
  41. },
  42. "devDependencies": {
  43. "@vue/cli-plugin-babel": "4.4.4",
  44. "@vue/cli-plugin-eslint": "4.4.4",
  45. "@vue/cli-plugin-unit-jest": "4.4.4",
  46. "@vue/cli-service": "4.4.4",
  47. "@vue/test-utils": "1.0.0-beta.29",
  48. "autoprefixer": "9.5.1",
  49. "babel-eslint": "^10.1.0",
  50. "babel-jest": "23.6.0",
  51. "babel-plugin-dynamic-import-node": "2.3.3",
  52. "chalk": "2.4.2",
  53. "connect": "3.6.6",
  54. "eslint": "^6.7.2",
  55. "eslint-plugin-vue": "6.2.2",
  56. "html-webpack-plugin": "3.2.0",
  57. "mockjs": "1.0.1-beta3",
  58. "runjs": "4.3.2",
  59. "sass": "1.26.8",
  60. "sass-loader": "8.0.2",
  61. "script-ext-html-webpack-plugin": "2.1.3",
  62. "serve-static": "1.13.2",
  63. "svg-sprite-loader": "4.1.3",
  64. "svgo": "1.2.2",
  65. "vue-template-compiler": "2.6.10"
  66. },
  67. "browserslist": [
  68. "> 1%",
  69. "last 2 versions"
  70. ],
  71. "engines": {
  72. "node": ">=8.9",
  73. "npm": ">= 3.0.0"
  74. },
  75. "eslintConfig": {
  76. "parser": "babel-eslint"
  77. },
  78. "license": "MIT",
  79. "main": "babel.config.js",
  80. "directories": {
  81. "test": "tests"
  82. },
  83. "keywords": []
  84. }