1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "welcome",
  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. "@fullcalendar/core": "^4.0.0-beta.4",
  12. "@fullcalendar/daygrid": "^4.0.0-beta.4",
  13. "axios": "^0.18.0",
  14. "blueimp-md5": "^2.10.0",
  15. "dayjs": "^1.8.12",
  16. "echarts": "^4.2.1",
  17. "element-ui": "^2.10.1",
  18. "normalize.css": "^8.0.1",
  19. "nprogress": "^0.2.0",
  20. "v-viewer": "^1.4.2",
  21. "vue": "^2.6.6",
  22. "vue-echarts": "^4.0.1",
  23. "vue-photo-preview": "^1.1.3",
  24. "vue-router": "^3.0.2",
  25. "vuex": "^3.1.0"
  26. },
  27. "devDependencies": {
  28. "@vue/cli-plugin-babel": "^3.0.5",
  29. "@vue/cli-plugin-eslint": "^3.0.5",
  30. "@vue/cli-service": "^3.0.5",
  31. "babel-eslint": "^10.0.1",
  32. "eslint": "^5.8.0",
  33. "eslint-plugin-vue": "^5.0.0",
  34. "node-sass": "^4.11.0",
  35. "sass-loader": "^7.1.0",
  36. "vue-template-compiler": "^2.5.21"
  37. },
  38. "eslintConfig": {
  39. "root": true,
  40. "env": {
  41. "node": true
  42. },
  43. "extends": [
  44. "plugin:vue/essential",
  45. "eslint:recommended"
  46. ],
  47. "rules": {},
  48. "parserOptions": {
  49. "parser": "babel-eslint"
  50. }
  51. },
  52. "postcss": {
  53. "plugins": {
  54. "autoprefixer": {}
  55. }
  56. },
  57. "browserslist": [
  58. "> 1%",
  59. "last 2 versions",
  60. "not ie <= 8"
  61. ]
  62. }