package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "name": "d2-admin",
  3. "version": "1.27.0",
  4. "scripts": {
  5. "serve": "vue-cli-service serve --open",
  6. "start": "npm run serve",
  7. "dev": "npm run serve",
  8. "build": "vue-cli-service build --report",
  9. "build:preview": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --mode preview",
  10. "lint": "vue-cli-service lint --fix",
  11. "test:unit": "vue-cli-service test:unit"
  12. },
  13. "dependencies": {
  14. "@d2-projects/vue-table-export": "^1.1.3",
  15. "@d2-projects/vue-table-import": "^1.0.1",
  16. "axios": "^0.27.2",
  17. "axios-mock-adapter": "^1.21.5",
  18. "better-scroll": "^1.15.2",
  19. "clipboard-polyfill": "^2.8.6",
  20. "core-js": "^3.24.1",
  21. "countup.js": "^2.3.2",
  22. "dayjs": "^1.11.9",
  23. "element-ui": "^2.15.14",
  24. "faker": "^4.1.0",
  25. "flex.css": "^1.1.7",
  26. "fuse.js": "^5.2.3",
  27. "github-markdown-css": "^4.0.0",
  28. "highlight.js": "^10.7.3",
  29. "hotkeys-js": "^3.9.5",
  30. "js-cookie": "^2.2.1",
  31. "lodash": "^4.17.21",
  32. "lowdb": "^1.0.0",
  33. "marked": "^2.1.3",
  34. "nprogress": "^0.2.0",
  35. "qs": "^6.11.2",
  36. "quill": "^1.3.7",
  37. "screenfull": "^5.2.0",
  38. "sortablejs": "^1.15.0",
  39. "ua-parser-js": "^0.8.1",
  40. "vant": "^2.12.54",
  41. "vue": "^2.7.14",
  42. "vue-grid-layout": "^2.4.0",
  43. "vue-i18n": "^8.27.2",
  44. "vue-json-tree-view": "^2.1.6",
  45. "vue-router": "^3.6.5",
  46. "vue-splitpane": "^1.0.6",
  47. "vue-ueditor-wrap": "^2.5.6",
  48. "vuex": "^3.6.2"
  49. },
  50. "devDependencies": {
  51. "@d2-projects/vue-filename-injector": "^1.1.1",
  52. "@kazupon/vue-i18n-loader": "^0.5.0",
  53. "@vue/cli-plugin-babel": "^4.5.19",
  54. "@vue/cli-plugin-eslint": "^4.5.19",
  55. "@vue/cli-plugin-router": "^4.5.19",
  56. "@vue/cli-plugin-unit-jest": "^4.5.19",
  57. "@vue/cli-plugin-vuex": "^4.5.19",
  58. "@vue/cli-service": "^4.5.19",
  59. "@vue/eslint-config-standard": "^5.1.2",
  60. "@vue/test-utils": "^1.3.6",
  61. "babel-eslint": "^10.0.3",
  62. "babel-plugin-import": "^1.13.8",
  63. "compression-webpack-plugin": "^3.1.0",
  64. "cz-conventional-changelog": "^3.3.0",
  65. "eslint": "^6.8.0",
  66. "eslint-plugin-import": "^2.26.0",
  67. "eslint-plugin-node": "^11.1.0",
  68. "eslint-plugin-promise": "^4.3.1",
  69. "eslint-plugin-standard": "^4.1.0",
  70. "eslint-plugin-vue": "^6.2.2",
  71. "less": "^3.13.1",
  72. "less-loader": "^7.3.0",
  73. "sass": "^1.54.9",
  74. "sass-loader": "^10.3.1",
  75. "svg-sprite-loader": "^4.3.0",
  76. "text-loader": "^0.0.1",
  77. "vue-cli-plugin-i18n": "^1.0.1",
  78. "vue-template-compiler": "^2.7.14",
  79. "webpack-bundle-analyzer": "^3.9.0",
  80. "webpack-theme-color-replacer": "^1.4.7"
  81. },
  82. "config": {
  83. "commitizen": {
  84. "path": "./node_modules/cz-conventional-changelog"
  85. }
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "https://github.com/d2-projects/d2-admin.git"
  90. }
  91. }