mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"prod": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@vuelidate/core": "^2.0.3",
|
|
"@vuelidate/validators": "^2.0.4",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.7.9",
|
|
"bootstrap": "^4.0.0",
|
|
"bootstrap-datepicker": "^1.10.0",
|
|
"chart.js": "^2.9.4",
|
|
"dropzone": "^5.7.2",
|
|
"epic-spinners": "^2.0.0",
|
|
"flag-icon-css": "^3.5.0",
|
|
"font-awesome": "^4.7.0",
|
|
"intro.js": "^3.1.0",
|
|
"jquery": "^3.7.0",
|
|
"jquery.scrollbar": "^0.2.11",
|
|
"jwt-decode": "^3.1.2",
|
|
"laravel-echo": "^1.19.0",
|
|
"laravel-vapor": "^0.6.0",
|
|
"maska": "^3.2.0",
|
|
"mitt": "^3.0.1",
|
|
"noty": "^3.2.0-beta",
|
|
"perfect-scrollbar": "^1.5.0",
|
|
"pinia": "2.2.8",
|
|
"popper.js": "^1.12",
|
|
"pusher-js": "^8.4.0",
|
|
"sass-loader": "^16.0.4",
|
|
"select2": "^4.0.6-rc.1",
|
|
"v-money3": "^3.24.1",
|
|
"vue": "3.5.32",
|
|
"vue-debounce": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/compiler-sfc": "^3.5.32",
|
|
"autoprefixer": "^10.4.20",
|
|
"laravel-vite-plugin": "^1.1.1",
|
|
"postcss": "^8.4.49",
|
|
"sass": "^1.83.0",
|
|
"typescript": "5.7.3",
|
|
"vite": "6.0.7",
|
|
"vite-plugin-static-copy": "^3.4.0",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|
|
|
|
|