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.

71 lines
2.0 KiB

2 years ago
  1. {
  2. "name": "showeasy-v2",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "nuxt",
  7. "build": "nuxt build",
  8. "start": "nuxt start",
  9. "generate": "nuxt generate"
  10. },
  11. "dependencies": {
  12. "@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54",
  13. "@nuxtjs/axios": "^5.13.6",
  14. "@nuxtjs/dotenv": "^1.4.1",
  15. "@nuxtjs/robots": "^2.5.0",
  16. "@nuxtjs/vuetify": "^1.12.3",
  17. "@vue/composition-api": "^1.7.1",
  18. "ant-design-vue": "^1.7.8",
  19. "core-js": "^3.19.3",
  20. "cross-env": "^7.0.3",
  21. "element-ui": "^2.15.10",
  22. "html2canvas": "^1.4.1",
  23. "intersection-observer": "^0.12.2",
  24. "is_js": "^0.9.0",
  25. "jspdf": "^2.5.1",
  26. "jspdf-autotable": "^3.5.23",
  27. "jwt-decode": "^3.1.2",
  28. "moment": "^2.29.4",
  29. "node-sass": "^4.14.1",
  30. "nuxt": "^2.15.8",
  31. "nuxt-route-meta": "^2.3.4",
  32. "sass-loader": "^10.1.1",
  33. "scrollama": "3.2.0",
  34. "sweetalert2": "^11.4.24",
  35. "swiper": "6.8.4",
  36. "terser": "5.15.0",
  37. "v-click-outside": "^3.2.0",
  38. "vue": "^2.6.14",
  39. "vue-advanced-cropper": "^1.10.1",
  40. "vue-awesome-swiper": "^4.1.1",
  41. "vue-clamp": "^0.4.0",
  42. "vue-country-code": "^1.1.3",
  43. "vue-feather-icons": "^5.1.0",
  44. "vue-js-modal": "^1.3.34",
  45. "vue-lazyload": "^1.2.4",
  46. "vue-loading-overlay": "^3.4.2",
  47. "vue-notification": "^1.3.20",
  48. "vue-phone-number-input": "^1.1.12",
  49. "vue-scrollactive": "^0.9.3",
  50. "vue-scrollto": "^2.20.0",
  51. "vue-server-renderer": "^2.6.14",
  52. "vue-simple-photoswipe": "^1.0.3",
  53. "vue-slider-component": "^3.2.20",
  54. "vue-template-compiler": "^2.6.14",
  55. "vue-unicons": "^3.3.1",
  56. "vue2-timepicker": "^1.1.6",
  57. "vuetify": "^2.6.1",
  58. "webpack": "^4.46.0",
  59. "xhr2": "^0.2.1"
  60. },
  61. "devDependencies": {
  62. "@nuxt/postcss8": "^1.1.3",
  63. "@nuxtjs/i18n": "^7.3.1",
  64. "@nuxtjs/proxy": "^2.1.0",
  65. "@tailwindcss/line-clamp": "^0.4.2",
  66. "@tailwindcss/typography": "^0.5.8",
  67. "autoprefixer": "^10.4.13",
  68. "postcss": "^8.4.21",
  69. "tailwindcss": "^3.2.4"
  70. }
  71. }