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.
78 lines
2.1 KiB
78 lines
2.1 KiB
{
|
|
"name": "showeasy-v2",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54",
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
"@nuxtjs/dotenv": "^1.4.1",
|
|
"@nuxtjs/robots": "^2.5.0",
|
|
"@nuxtjs/vuetify": "^1.12.3",
|
|
"@vue/composition-api": "^1.7.1",
|
|
"ant-design-vue": "^1.7.8",
|
|
"cookie-universal-nuxt": "^2.2.2",
|
|
"core-js": "^3.19.3",
|
|
"cross-env": "^7.0.3",
|
|
"element-ui": "^2.15.10",
|
|
"html2canvas": "^1.4.1",
|
|
"intersection-observer": "^0.12.2",
|
|
"is_js": "^0.9.0",
|
|
"jspdf": "^2.5.1",
|
|
"jspdf-autotable": "^3.5.23",
|
|
"jwt-decode": "^3.1.2",
|
|
"moment": "^2.29.4",
|
|
"node-sass": "^4.14.1",
|
|
"nuxt": "^2.15.8",
|
|
"nuxt-route-meta": "^2.3.4",
|
|
"sass-loader": "^10.1.1",
|
|
"scrollama": "3.2.0",
|
|
"sweetalert2": "^11.4.24",
|
|
"swiper": "6.8.4",
|
|
"terser": "5.15.0",
|
|
"v-click-outside": "^3.2.0",
|
|
"vue": "^2.6.14",
|
|
"vue-advanced-cropper": "^1.10.1",
|
|
"vue-awesome-swiper": "^4.1.1",
|
|
"vue-clamp": "^0.4.0",
|
|
"vue-country-code": "^1.1.3",
|
|
"vue-feather-icons": "^5.1.0",
|
|
"vue-js-modal": "^1.3.34",
|
|
"vue-lazyload": "^1.2.4",
|
|
"vue-loading-overlay": "^3.4.2",
|
|
"vue-notification": "^1.3.20",
|
|
"vue-phone-number-input": "^1.1.12",
|
|
"vue-scrollactive": "^0.9.3",
|
|
"vue-scrollto": "^2.20.0",
|
|
"vue-server-renderer": "^2.6.14",
|
|
"vue-simple-photoswipe": "^1.0.3",
|
|
"vue-slider-component": "^3.2.20",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"vue-unicons": "^3.3.1",
|
|
"vue2-timepicker": "^1.1.6",
|
|
"vuetify": "^2.6.1",
|
|
"webpack": "^4.46.0",
|
|
"xhr2": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/postcss8": "^1.1.3",
|
|
"@nuxtjs/i18n": "^7.3.1",
|
|
"@nuxtjs/proxy": "^2.1.0",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.4"
|
|
},
|
|
"config": {
|
|
"nuxt": {
|
|
"host": "0.0.0.0",
|
|
"port": 3000
|
|
}
|
|
}
|
|
}
|