package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "private": true,
  3. "scripts": {
  4. "dev": "npm run development",
  5. "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
  6. "watch": "npm run development -- --watch",
  7. "watch-poll": "npm run watch -- --watch-poll",
  8. "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
  9. "prod": "npm run production",
  10. "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js"
  11. },
  12. "devDependencies": {
  13. "@babel/plugin-proposal-class-properties": "^7.12.1",
  14. "@vue/cli-plugin-babel": "~4.5.13",
  15. "@vue/cli-plugin-eslint": "~4.5.13",
  16. "@vue/cli-plugin-router": "~4.5.13",
  17. "@vue/cli-plugin-vuex": "~4.5.13",
  18. "@vue/cli-service": "~4.5.13",
  19. "@vue/eslint-config-airbnb": "^5.3.0",
  20. "babel-eslint": "^10.0.3",
  21. "cross-env": "^7.0",
  22. "eslint": "6.8.0",
  23. "eslint-plugin-import": "^2.23.4",
  24. "eslint-plugin-vue": "6.2.2",
  25. "laravel-mix": "^5.0.1",
  26. "lodash": "^4.17.19",
  27. "resolve-url-loader": "^3.1.0",
  28. "sass": "~1.32",
  29. "sass-loader": "^10.1.0",
  30. "vue-template-compiler": "2.6.12"
  31. },
  32. "dependencies": {
  33. "@casl/ability": "^4.1.6",
  34. "@casl/vue": "^1.1.1",
  35. "@fullcalendar/daygrid": "^5.9.0",
  36. "@fullcalendar/interaction": "^5.9.0",
  37. "@fullcalendar/list": "^5.9.0",
  38. "@fullcalendar/timegrid": "^5.9.0",
  39. "@fullcalendar/vue": "^5.9.0",
  40. "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
  41. "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
  42. "@vue/composition-api": "1.3.0",
  43. "@vueuse/core": "^4.0.0",
  44. "animate.css": "^4.1.1",
  45. "apexcharts": "^3.27.3",
  46. "axios": "^0.21.1",
  47. "axios-mock-adapter": "^1.19.0",
  48. "bootstrap": "^4.6.0",
  49. "bootstrap-vue": "^2.21.1",
  50. "browser-sync": "^2.27.7",
  51. "browser-sync-webpack-plugin": "2.0.1",
  52. "bwip-js": "^3.2.2",
  53. "chart.js": "2.9.4",
  54. "core-js": "^3.16.0",
  55. "echarts": "4.8.0",
  56. "flatpickr": "^4.6.13",
  57. "gasp": "^0.0.2",
  58. "html5-qrcode": "^2.3.4",
  59. "jsonwebtoken": "^8.5.1",
  60. "leaflet": "^1.6.0",
  61. "portal-vue": "^2.1.7",
  62. "postcss-rtl": "^1.7.3",
  63. "prismjs": "^1.24.1",
  64. "pusher": "^5.1.2",
  65. "pusher-js": "^8.0.0",
  66. "swiper": "^5.4.5",
  67. "uuid": "^8.3.2",
  68. "vee-validate": "^3.4.11",
  69. "vue": "2.6.12",
  70. "vue-apexcharts": "^1.6.2",
  71. "vue-autosuggest": "^2.2.0",
  72. "vue-awesome-swiper": "^4.1.1",
  73. "vue-chartjs": "^3.5.0",
  74. "vue-cleave-component": "2.1.3",
  75. "vue-clipboard2": "^0.3.1",
  76. "vue-context": "^6.0.0",
  77. "vue-echarts": "^5.0.0-beta.0",
  78. "vue-feather-icons": "^5.1.0",
  79. "vue-flatpickr-component": "8.1.6",
  80. "vue-form-wizard": "^0.8.4",
  81. "vue-good-table": "^2.21.10",
  82. "vue-i18n": "^8.25.0",
  83. "vue-native-websocket": "^2.0.15",
  84. "vue-perfect-scrollbar": "^0.2.1",
  85. "vue-prism-component": "^1.1.1",
  86. "vue-quill-editor": "^3.0.6",
  87. "vue-ripple-directive": "^2.0.1",
  88. "vue-router": "^3.5.2",
  89. "vue-select": "^3.20.2",
  90. "vue-server-renderer": "2.6.14",
  91. "vue-slider-component": "^3.2.14",
  92. "vue-sweetalert2": "^4.1.1",
  93. "vue-toastification": "1.7.11",
  94. "vue-tour": "^1.5.0",
  95. "vue-tree-halower": "^1.8.3",
  96. "vue2-leaflet": "^2.7.1",
  97. "vuedraggable": "^2.24.3",
  98. "vuex": "^3.6.2",
  99. "xlsx": "^0.18.5"
  100. }
  101. }