mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
52 lines
1.6 KiB
JSON
52 lines
1.6 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": {
|
|
"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",
|
|
"lodash": "^4.17.21",
|
|
"postcss": "^8.3.7",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.56.1",
|
|
"sass-loader": "^12.1.0",
|
|
"vue-loader": "^17.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.6",
|
|
"@vuepic/vue-datepicker": "^3.6.4",
|
|
"@vueuse/core": "^10.1.2",
|
|
"axios": "^1.3.3",
|
|
"bootstrap-icons": "^1.10.2",
|
|
"bootstrap-vue": "^2.23.1",
|
|
"form-data-encoder": "^3.0.0",
|
|
"jquery": "^3.7.0",
|
|
"laravel-echo": "^1.15.1",
|
|
"moment": "^2.29.4",
|
|
"object-to-formdata": "^4.5.1",
|
|
"pinia": "^2.0.28",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^3.20.0",
|
|
"pusher-js": "^8.1.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"toastr": "^2.1.4",
|
|
"vue": "^3.3.9",
|
|
"vue-i18n": "^9.8.0",
|
|
"vue-select": "^4.0.0-beta.6",
|
|
"vue-sweetalert2": "^5.0.5",
|
|
"vue3-slide-up-down": "^2.0.1",
|
|
"vuex": "^4.0.2",
|
|
"ziggy-js": "^1.8.1"
|
|
}
|
|
}
|