package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "name": "order-ui-pc",
  3. "version": "4.4.0",
  4. "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
  5. "author": "daiyanrong <836647807@qq.com>",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "lint": "eslint --ext .js,.vue src",
  9. "build:prod": "vue-cli-service build --mode production",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "build:dev": "vue-cli-service build --mode development",
  12. "build:process": "vue-cli-service build --mode process",
  13. "build:jiesuan": "vue-cli-service build --mode jiesuan",
  14. "preview": "node build/index.js --preview",
  15. "new": "plop",
  16. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  17. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  18. "test:ci": "npm run lint && npm run test:unit",
  19. "format": "prettier --write \"src/**/*.js\" \"src/**/*.less\" \"src/**/*.scss\" \"src/**/*.vue\"",
  20. "new:comp": "node ./scripts/generateComponent",
  21. "new:view": "node ./scripts/generateView",
  22. "new:page": "node ./scripts/generatePage"
  23. },
  24. "dependencies": {
  25. "@jiaminghi/data-view": "^2.7.3",
  26. "@types/echarts": "^4.4.3",
  27. "echarts": "^4.6.0",
  28. "vue-awesome": "^4.0.2",
  29. "babel-eslint": "^7.2.3",
  30. "babel-polyfill": "^6.26.0",
  31. "clipboard": "2.0.4",
  32. "codemirror": "5.45.0",
  33. "compression-webpack-plugin": "^6.1.1",
  34. "core-js": "3.6.5",
  35. "crypto-js": "^4.0.0",
  36. "dayjs": "^1.10.4",
  37. "driver.js": "0.9.5",
  38. "dropzone": "5.5.1",
  39. "element-ui": "^2.13.2",
  40. "file-saver": "2.0.1",
  41. "fuse.js": "3.4.4",
  42. "js-cookie": "2.2.0",
  43. "jsonlint": "1.6.3",
  44. "jszip": "3.2.1",
  45. "mockjs": "^1.1.0",
  46. "node-sass": "^4.14.1",
  47. "normalize.css": "7.0.0",
  48. "nprogress": "0.2.0",
  49. "path-to-regexp": "2.4.0",
  50. "sass-loader": "^8.0.2",
  51. "screenfull": "4.2.0",
  52. "script-loader": "0.7.2",
  53. "sortablejs": "1.8.4",
  54. "uglifyjs-webpack-plugin": "^2.2.0",
  55. "v-viewer": "^1.6.3",
  56. "vue-count-to": "^1.0.13",
  57. "vue-pdf": "^4.3.0",
  58. "vue-puzzle-verification": "^1.0.2",
  59. "vue-quill-editor": "^3.0.6",
  60. "vue-splitpane": "1.0.4",
  61. "vuedraggable": "2.20.0",
  62. "vuex": "^3.1.0",
  63. "xlsx": "0.14.1"
  64. },
  65. "devDependencies": {
  66. "@vue/cli-plugin-babel": "4.4.4",
  67. "@vue/cli-plugin-eslint": "4.4.4",
  68. "@vue/cli-plugin-unit-jest": "4.4.4",
  69. "@vue/cli-service": "4.4.4",
  70. "@vue/test-utils": "1.0.0-beta.29",
  71. "autoprefixer": "9.5.1",
  72. "babel-jest": "23.6.0",
  73. "babel-plugin-dynamic-import-node": "2.3.3",
  74. "chalk": "2.4.2",
  75. "chokidar": "2.1.5",
  76. "connect": "3.6.6",
  77. "eslint": "6.7.2",
  78. "eslint-plugin-vue": "6.2.2",
  79. "html-webpack-plugin": "3.2.0",
  80. "lint-staged": "8.1.5",
  81. "plop": "2.3.0",
  82. "runjs": "4.3.2",
  83. "script-ext-html-webpack-plugin": "2.1.3",
  84. "serve-static": "1.13.2",
  85. "svg-sprite-loader": "4.1.3",
  86. "svgo": "1.2.0",
  87. "vue-template-compiler": "^2.6.14"
  88. },
  89. "browserslist": [
  90. "> 1%",
  91. "last 2 versions"
  92. ],
  93. "engines": {
  94. "node": ">=8.9",
  95. "npm": ">= 3.0.0"
  96. },
  97. "keywords": [
  98. "vue",
  99. "admin",
  100. "dashboard",
  101. "element-ui",
  102. "boilerplate",
  103. "admin-template",
  104. "management-system"
  105. ],
  106. "license": "MIT",
  107. "lint-staged": {
  108. "src/**/*.{js,vue}": [
  109. "eslint --fix",
  110. "git add"
  111. ]
  112. }
  113. }