package.json 3.4 KB

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