package.json 2.3 KB

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