Files
wticreatorstudio/Modules/StaffPayroll/package.json
T
2024-04-25 04:52:30 -04:00

43 lines
1.2 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": {
"axios": "^0.21.4",
"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",
"@vueform/slider": "^2.1.7",
"@vuepic/vue-datepicker": "^3.6.4",
"bootstrap-icons": "^1.10.2",
"html2pdf.js": "^0.10.1",
"moment": "^2.29.4",
"pinia": "^2.0.28",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.31.0",
"tailwindcss": "^3.3.2",
"vue": "^3.2.36",
"vue-select": "^4.0.0-beta.6",
"vue-sweetalert2": "^5.0.5"
}
}