方诺官网改正版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

93 lines
2.6 KiB

  1. {
  2. "name": "zyos-admin",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "@ckeditor/ckeditor5-basic-styles": "^21.0.0",
  12. "@ckeditor/ckeditor5-dev-utils": "^23.1.1",
  13. "@ckeditor/ckeditor5-dev-webpack-plugin": "^23.1.1",
  14. "@ckeditor/ckeditor5-easy-image": "^21.0.0",
  15. "@ckeditor/ckeditor5-editor-balloon": "^21.0.0",
  16. "@ckeditor/ckeditor5-editor-classic": "^21.0.0",
  17. "@ckeditor/ckeditor5-editor-decoupled": "^21.0.0",
  18. "@ckeditor/ckeditor5-editor-inline": "^21.0.0",
  19. "@ckeditor/ckeditor5-essentials": "^21.0.0",
  20. "@ckeditor/ckeditor5-font": "^21.0.0",
  21. "@ckeditor/ckeditor5-heading": "^21.0.0",
  22. "@ckeditor/ckeditor5-highlight": "^21.0.0",
  23. "@ckeditor/ckeditor5-link": "^21.0.0",
  24. "@ckeditor/ckeditor5-paragraph": "^21.0.0",
  25. "@ckeditor/ckeditor5-theme-lark": "^21.0.0",
  26. "@ckeditor/ckeditor5-vue": "^1.0.1",
  27. "@popperjs/core": "^2.4.4",
  28. "cash-dom": "^8.0.0",
  29. "chart.js": "^2.9.3",
  30. "core-js": "^3.6.5",
  31. "dayjs": "^1.8.29",
  32. "feather-icons": "^4.28.0",
  33. "highlight.js": "^10.1.1",
  34. "js-beautify": "^1.11.0",
  35. "litepicker": "^1.5.7",
  36. "lodash": "^4.17.19",
  37. "postcss-loader": "3",
  38. "raw-loader": "0.5.1",
  39. "sass-loader": "^9.0.2",
  40. "tabulator-tables": "^4.7.2",
  41. "tail.select": "^0.5.15",
  42. "toastify-js": "^1.9.3",
  43. "velocity-animate": "^1.5.2",
  44. "vue": "^2.6.12",
  45. "vue-chartjs": "^3.5.1",
  46. "vue-feather-icons": "^5.1.0",
  47. "vue-router": "^3.4.9",
  48. "vue-slick-carousel": "^1.0.6",
  49. "vue-tippy": "^4.7.2",
  50. "vue2-dropzone": "^3.6.0",
  51. "vuelidate": "^0.7.6",
  52. "vuex": "^3.6.0",
  53. "xlsx": "^0.16.9",
  54. "zoom-vanilla.js": "^2.0.6"
  55. },
  56. "devDependencies": {
  57. "@vue/cli-plugin-babel": "~4.5.9",
  58. "@vue/cli-plugin-eslint": "~4.5.9",
  59. "@vue/cli-plugin-router": "~4.5.9",
  60. "@vue/cli-plugin-vuex": "~4.5.9",
  61. "@vue/cli-service": "~4.5.9",
  62. "@vue/eslint-config-prettier": "^6.0.0",
  63. "babel-eslint": "^10.1.0",
  64. "eslint": "^7.14.0",
  65. "eslint-plugin-prettier": "^3.2.0",
  66. "eslint-plugin-vue": "^7.2.0",
  67. "node-sass": "^4.12.0",
  68. "prettier": "^2.2.1",
  69. "tailwindcss": "^1.5.1",
  70. "vue-template-compiler": "^2.6.12"
  71. },
  72. "eslintConfig": {
  73. "root": true,
  74. "env": {
  75. "node": true
  76. },
  77. "extends": [
  78. "plugin:vue/essential",
  79. "eslint:recommended",
  80. "@vue/prettier"
  81. ],
  82. "parserOptions": {
  83. "parser": "babel-eslint"
  84. },
  85. "rules": {}
  86. },
  87. "browserslist": [
  88. "> 1%",
  89. "last 2 versions",
  90. "not dead"
  91. ]
  92. }