package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "d2-admin",
  3. "version": "1.20.1",
  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",
  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. "axios": "^0.19.0",
  15. "axios-mock-adapter": "^1.18.1",
  16. "better-scroll": "^1.15.2",
  17. "core-js": "^3.4.3",
  18. "dayjs": "^1.8.17",
  19. "element-ui": "^2.15.6",
  20. "faker": "^4.1.0",
  21. "flex.css": "^1.1.7",
  22. "fuse.js": "^5.2.3",
  23. "hotkeys-js": "^3.7.3",
  24. "js-cookie": "^2.2.1",
  25. "lodash": "^4.17.19",
  26. "lowdb": "^1.0.0",
  27. "nprogress": "^0.2.0",
  28. "screenfull": "^5.0.2",
  29. "sortablejs": "^1.10.1",
  30. "ua-parser-js": "^0.7.20",
  31. "vue": "^2.6.11",
  32. "vue-i18n": "^8.15.1",
  33. "vue-router": "^3.1.3",
  34. "vuex": "^3.1.2"
  35. },
  36. "devDependencies": {
  37. "@d2-projects/vue-filename-injector": "^1.1.0",
  38. "@kazupon/vue-i18n-loader": "^0.5.0",
  39. "@vue/cli-plugin-babel": "^4.1.0",
  40. "@vue/cli-plugin-eslint": "^4.1.0",
  41. "@vue/cli-plugin-router": "^4.1.0",
  42. "@vue/cli-plugin-unit-jest": "^4.1.0",
  43. "@vue/cli-plugin-vuex": "^4.1.0",
  44. "@vue/cli-service": "^4.1.0",
  45. "@vue/eslint-config-standard": "^5.1.2",
  46. "@vue/test-utils": "^1.0.2",
  47. "babel-eslint": "^10.0.3",
  48. "compression-webpack-plugin": "^3.0.1",
  49. "cz-conventional-changelog": "^3.2.0",
  50. "eslint": "^6.8.0",
  51. "eslint-plugin-import": "^2.20.2",
  52. "eslint-plugin-node": "^11.1.0",
  53. "eslint-plugin-promise": "^4.2.1",
  54. "eslint-plugin-standard": "^4.0.1",
  55. "eslint-plugin-vue": "^6.2.2",
  56. "sass": "^1.23.7",
  57. "sass-loader": "^8.0.0",
  58. "svg-sprite-loader": "^4.1.6",
  59. "text-loader": "^0.0.1",
  60. "vue-cli-plugin-i18n": "^1.0.1",
  61. "vue-template-compiler": "^2.6.10",
  62. "webpack-bundle-analyzer": "^3.6.0",
  63. "webpack-theme-color-replacer": "^1.3.3"
  64. },
  65. "config": {
  66. "commitizen": {
  67. "path": "./node_modules/cz-conventional-changelog"
  68. }
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "https://github.com/d2-projects/d2-admin.git"
  73. }
  74. }