package.json 3.6 KB

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