Files
wticreatorstudio/Modules/Frontend/package.json
T
2024-03-06 13:46:04 +08:00

57 lines
1.8 KiB
JSON

{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"axios": "^1.6.1",
"cross-env": "^7.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"laravel-mix": "^6.0.31",
"laravel-mix-merge-manifest": "^2.1.0",
"laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.21",
"postcss": "^8.4.32",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.5",
"sass-loader": "^12.1.0",
"tailwindcss": "^3.3.5",
"vue-loader": "^17.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@googlemaps/js-api-loader": "^1.16.2",
"aos": "^2.3.4",
"axios": "^1.3.3",
"bootstrap-icons": "^1.10.2",
"bootstrap-vue": "^2.23.1",
"jquery": "^3.7.0",
"laravel-echo": "^1.15.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.44",
"numeral": "^2.0.6",
"object-to-formdata": "^4.5.1",
"pinia": "^2.1.7",
"primeicons": "^6.0.1",
"primevue": "^3.42.0",
"pusher-js": "^8.1.0",
"vue": "^3.3.9",
"vue-i18n": "^9.8.0",
"vue-social-sharing": "^4.0.0-alpha4",
"vue-sweetalert2": "^5.0.5",
"vue3-toastify": "^0.2.1"
}
}