天波用户运营管理后台系统
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

69 rindas
2.0KB

  1. {
  2. "name": "vue-admin-template",
  3. "version": "4.4.0",
  4. "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "pro": "vue-cli-service serve --mode production",
  9. "build": "vue-cli-service build",
  10. "build-test": "vue-cli-service build --mode test",
  11. "build-dev": "vue-cli-service build --mode development",
  12. "preview": "node build/index.js --preview",
  13. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  14. "lint": "eslint --ext .js,.vue src",
  15. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  16. "test:ci": "npm run lint && npm run test:unit"
  17. },
  18. "dependencies": {
  19. "@wangeditor/editor": "^5.1.15",
  20. "@wangeditor/editor-for-vue": "^1.0.1",
  21. "axios": "0.18.1",
  22. "core-js": "3.6.5",
  23. "element-ui": "2.13.2",
  24. "js-cookie": "2.2.0",
  25. "normalize.css": "7.0.0",
  26. "nprogress": "0.2.0",
  27. "path-to-regexp": "2.4.0",
  28. "vue": "2.6.14",
  29. "vue-router": "3.0.6",
  30. "vuex": "3.1.0",
  31. "xlsx": "0.14.1"
  32. },
  33. "devDependencies": {
  34. "@vue/cli-plugin-babel": "4.4.4",
  35. "@vue/cli-plugin-eslint": "4.4.4",
  36. "@vue/cli-plugin-unit-jest": "4.4.4",
  37. "@vue/cli-service": "4.4.4",
  38. "@vue/test-utils": "1.0.0-beta.29",
  39. "autoprefixer": "9.5.1",
  40. "babel-eslint": "10.1.0",
  41. "babel-jest": "23.6.0",
  42. "babel-plugin-dynamic-import-node": "2.3.3",
  43. "babel-polyfill": "^6.26.0",
  44. "chalk": "2.4.2",
  45. "connect": "3.6.6",
  46. "eslint": "6.7.2",
  47. "eslint-plugin-vue": "6.2.2",
  48. "html-webpack-plugin": "3.2.0",
  49. "mockjs": "1.0.1-beta3",
  50. "runjs": "4.3.2",
  51. "sass": "1.26.8",
  52. "sass-loader": "8.0.2",
  53. "script-ext-html-webpack-plugin": "2.1.3",
  54. "serve-static": "1.13.2",
  55. "svg-sprite-loader": "4.1.3",
  56. "svgo": "1.2.2",
  57. "vue-template-compiler": "2.6.14"
  58. },
  59. "browserslist": [
  60. "> 1%",
  61. "last 2 versions"
  62. ],
  63. "engines": {
  64. "node": ">=8.9",
  65. "npm": ">= 3.0.0"
  66. },
  67. "license": "MIT"
  68. }