package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. "@logicflow/core": "^1.1.29",
  27. "@logicflow/extension": "^1.1.29",
  28. "@types/echarts": "^4.4.3",
  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. "echarts": "^4.6.0",
  40. "element-ui": "^2.13.2",
  41. "file-saver": "2.0.1",
  42. "fuse.js": "3.4.4",
  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. "path-to-regexp": "2.4.0",
  52. "sass-loader": "^8.0.2",
  53. "screenfull": "4.2.0",
  54. "script-loader": "0.7.2",
  55. "sortablejs": "1.8.4",
  56. "uglifyjs-webpack-plugin": "^2.2.0",
  57. "v-viewer": "^1.6.3",
  58. "vue-awesome": "^4.0.2",
  59. "vue-count-to": "^1.0.13",
  60. "vue-pdf": "^4.3.0",
  61. "vue-puzzle-verification": "^1.0.2",
  62. "vue-quill-editor": "^3.0.6",
  63. "vue-splitpane": "1.0.4",
  64. "vue2-editor": "^2.10.3",
  65. "vuedraggable": "2.20.0",
  66. "vuex": "^3.1.0",
  67. "xlsx": "0.14.1"
  68. },
  69. "devDependencies": {
  70. "@vue/cli-plugin-babel": "4.4.4",
  71. "@vue/cli-plugin-eslint": "4.4.4",
  72. "@vue/cli-plugin-unit-jest": "4.4.4",
  73. "@vue/cli-service": "4.4.4",
  74. "@vue/test-utils": "1.0.0-beta.29",
  75. "autoprefixer": "9.5.1",
  76. "babel-jest": "23.6.0",
  77. "babel-plugin-dynamic-import-node": "2.3.3",
  78. "chalk": "2.4.2",
  79. "chokidar": "2.1.5",
  80. "connect": "3.6.6",
  81. "eslint": "6.7.2",
  82. "eslint-plugin-vue": "6.2.2",
  83. "html-webpack-plugin": "3.2.0",
  84. "lint-staged": "8.1.5",
  85. "plop": "2.3.0",
  86. "runjs": "4.3.2",
  87. "script-ext-html-webpack-plugin": "2.1.3",
  88. "serve-static": "1.13.2",
  89. "svg-sprite-loader": "4.1.3",
  90. "svgo": "1.2.0",
  91. "vue-template-compiler": "^2.6.10"
  92. },
  93. "browserslist": [
  94. "> 1%",
  95. "last 2 versions"
  96. ],
  97. "engines": {
  98. "node": ">=8.9",
  99. "npm": ">= 3.0.0"
  100. },
  101. "keywords": [
  102. "vue",
  103. "admin",
  104. "dashboard",
  105. "element-ui",
  106. "boilerplate",
  107. "admin-template",
  108. "management-system"
  109. ],
  110. "license": "MIT",
  111. "lint-staged": {
  112. "src/**/*.{js,vue}": [
  113. "eslint --fix",
  114. "git add"
  115. ]
  116. }
  117. }