mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
55 lines
1.6 KiB
JSON
55 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",
|
|
"bootstrap": "^4.0.0",
|
|
"bootstrap-datepicker": "^1.7.1",
|
|
"chart.js": "^2.9.4",
|
|
"default-passive-events": "^4.0.0",
|
|
"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.1",
|
|
"jquery.scrollbar": "^0.2.11",
|
|
"jwt-decode": "^3.1.2",
|
|
"mitt": "^3.0.1",
|
|
"noty": "^3.2.0-beta",
|
|
"pdfjs-dist": "^2.16.105",
|
|
"perfect-scrollbar": "^1.5.0",
|
|
"pinia": "^2.2.8",
|
|
"popper.js": "^1.12",
|
|
"select2": "^4.0.13",
|
|
"v-money3": "^3.24.1",
|
|
"vue": "^3.5.28",
|
|
"vue-debounce": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jquery": "^4.0.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/compiler-sfc": "^3.5.28",
|
|
"autoprefixer": "^10.5.0",
|
|
"axios": "^0.21",
|
|
"cross-env": "^7.0.2",
|
|
"laravel-vapor": "^0.7.0",
|
|
"laravel-vite-plugin": "^1.3.0",
|
|
"lodash": "^4.17.19",
|
|
"postcss": "^8.1.14",
|
|
"sass": "^1.83.4",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.0.7",
|
|
"vite-plugin-static-copy": "^3.4.0",
|
|
"vue-tsc": "^3.2.7"
|
|
}
|
|
}
|