package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "vue-admin-base",
  3. "version": "4.4.0",
  4. "description": "A vue admin base",
  5. "author": "shengchao <749312025@qq.com>",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "serve": "vue-cli-service serve",
  9. "build": "npm run build:test",
  10. "build:test": "cross-env BUILD_ENV=develop vue-cli-service build",
  11. "build:pro": "cross-env BUILD_ENV=production vue-cli-service build",
  12. "preview": "node build/index.js --preview"
  13. },
  14. "dependencies": {
  15. "axios": "^0.24.0",
  16. "core-js": "3.6.5",
  17. "element-ui": "2.13.2",
  18. "js-cookie": "2.2.0",
  19. "normalize.css": "7.0.0",
  20. "nprogress": "0.2.0",
  21. "path-to-regexp": "2.4.0",
  22. "vue": "2.6.10",
  23. "vue-i18n": "8.27.0",
  24. "vue-router": "3.0.6",
  25. "vuex": "3.1.0"
  26. },
  27. "devDependencies": {
  28. "@vue/cli-plugin-babel": "4.4.4",
  29. "@vue/cli-plugin-eslint": "4.4.4",
  30. "@vue/cli-service": "4.4.4",
  31. "autoprefixer": "9.5.1",
  32. "babel-eslint": "10.1.0",
  33. "babel-plugin-dynamic-import-node": "2.3.3",
  34. "chalk": "2.4.2",
  35. "connect": "3.6.6",
  36. "cross-env": "^7.0.3",
  37. "dayjs": "^1.8.29",
  38. "eslint": "6.7.2",
  39. "eslint-plugin-vue": "6.2.2",
  40. "html-webpack-plugin": "3.2.0",
  41. "mockjs": "1.0.1-beta3",
  42. "pl-table": "^2.7.5",
  43. "runjs": "4.3.2",
  44. "sass": "1.26.8",
  45. "sass-loader": "8.0.2",
  46. "script-ext-html-webpack-plugin": "2.1.3",
  47. "serve-static": "1.13.2",
  48. "svg-sprite-loader": "4.1.3",
  49. "svgo": "1.2.2",
  50. "vue-template-compiler": "2.6.10"
  51. },
  52. "browserslist": [
  53. "> 1%",
  54. "last 2 versions"
  55. ],
  56. "engines": {
  57. "node": ">=8.9",
  58. "npm": ">= 3.0.0"
  59. },
  60. "license": "MIT"
  61. }