package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "name": "oasis",
  3. "version": "4.4.0",
  4. "description": "",
  5. "author": "",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "lint": "eslint --ext .js,.vue src",
  9. "build": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "new": "plop",
  13. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  14. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  15. "test:ci": "npm run lint && npm run test:unit"
  16. },
  17. "dependencies": {
  18. "-": "^0.0.1",
  19. "@fullcalendar/core": "^6.1.9",
  20. "@fullcalendar/daygrid": "^6.1.9",
  21. "@fullcalendar/interaction": "^6.1.9",
  22. "@fullcalendar/list": "^6.1.9",
  23. "@fullcalendar/moment": "^6.1.9",
  24. "@fullcalendar/timegrid": "^6.1.9",
  25. "@fullcalendar/vue": "^6.1.9",
  26. "axios": "0.18.1",
  27. "body-parser": "^1.20.2",
  28. "clipboard": "2.0.4",
  29. "codemirror": "5.45.0",
  30. "core-js": "^3.33.0",
  31. "crypto-js": "^4.2.0",
  32. "date-fns": "^3.6.0",
  33. "driver.js": "0.9.5",
  34. "dropzone": "5.5.1",
  35. "echarts": "^4.2.1",
  36. "element-ui": "2.15.14",
  37. "file-saver": "2.0.1",
  38. "fuse.js": "3.4.4",
  39. "html2canvas": "^1.4.1",
  40. "js-cookie": "2.2.0",
  41. "jsencrypt": "^3.3.2",
  42. "jsonlint": "1.6.3",
  43. "jszip": "3.2.1",
  44. "markdown-it-vue": "^1.1.7",
  45. "normalize.css": "7.0.0",
  46. "nprogress": "0.2.0",
  47. "oasis": "file:",
  48. "path-to-regexp": "2.4.0",
  49. "qrcode": "^1.5.4",
  50. "s": "^1.0.0",
  51. "screenfull": "4.2.0",
  52. "script-loader": "0.7.2",
  53. "sortablejs": "1.8.4",
  54. "tui-editor": "1.3.3",
  55. "vue": "2.6.12",
  56. "vue-count-to": "1.0.13",
  57. "vue-json-viewer": "^2.2.22",
  58. "vue-markdown": "^2.2.4",
  59. "vue-router": "3.0.2",
  60. "vue-splitpane": "1.0.4",
  61. "vue-template-compiler": "2.6.12",
  62. "vue-virtual-scroll-list": "^2.3.5",
  63. "vuedraggable": "2.20.0",
  64. "vuex": "3.1.0",
  65. "wordcloud2": "^1.0.0"
  66. },
  67. "devDependencies": {
  68. "@babel/plugin-proposal-optional-chaining": "^7.21.0",
  69. "@vue/cli-plugin-babel": "4.4.4",
  70. "@vue/cli-plugin-eslint": "4.4.4",
  71. "@vue/cli-plugin-unit-jest": "4.4.4",
  72. "@vue/cli-service": "4.4.4",
  73. "@vue/test-utils": "1.0.0-beta.29",
  74. "autoprefixer": "9.5.1",
  75. "babel-eslint": "10.1.0",
  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. "husky": "1.3.1",
  85. "lint-staged": "8.1.5",
  86. "mockjs": "1.0.1-beta3",
  87. "plop": "2.3.0",
  88. "runjs": "4.3.2",
  89. "sass": "^1.39.0",
  90. "sass-loader": "^9.0.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. },
  96. "browserslist": [
  97. "> 1%",
  98. "last 2 versions"
  99. ],
  100. "bugs": {
  101. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  102. },
  103. "engines": {
  104. "node": ">=8.9",
  105. "npm": ">= 3.0.0"
  106. },
  107. "keywords": [
  108. "vue",
  109. "admin",
  110. "dashboard",
  111. "element-ui",
  112. "boilerplate",
  113. "admin-template",
  114. "management-system"
  115. ],
  116. "license": "MIT",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  120. }
  121. }