package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "vue-admin-base",
  3. "version": "4.4.0",
  4. "description": "A vue admin base",
  5. "author": "panyong <1061361051@qq.com>",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "serve": "vue-cli-service serve",
  9. "lint": "vue-cli-service lint",
  10. "build": "npm run build:test",
  11. "build:test": "cross-env BUILD_ENV=development vue-cli-service build",
  12. "build:pro": "cross-env BUILD_ENV=production vue-cli-service build",
  13. "preview": "node build/index.js --preview"
  14. },
  15. "dependencies": {
  16. "axios": "0.18.1",
  17. "core-js": "3.6.5",
  18. "element-ui": "2.13.2",
  19. "js-cookie": "2.2.0",
  20. "normalize.css": "7.0.0",
  21. "nprogress": "0.2.0",
  22. "path-to-regexp": "2.4.0",
  23. "vue": "2.6.10",
  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. "xlsx": "^0.16.3"
  52. },
  53. "browserslist": [
  54. "> 1%",
  55. "last 2 versions"
  56. ],
  57. "engines": {
  58. "node": ">=8.9",
  59. "npm": ">= 3.0.0"
  60. },
  61. "license": "MIT"
  62. }