36 lines
951 B
JSON
36 lines
951 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-inject": "^5.0.5",
|
|
"autoprefixer": "^10.4.20",
|
|
"laravel-vite-plugin": "^1.0",
|
|
"postcss": "^8.4.47",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
|
"sass": "^1.77.6",
|
|
"tailwindcss": "^3.4.13",
|
|
"vite": "^5.4.14"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"apexcharts": "^3.54.1",
|
|
"axios": "^1.7.7",
|
|
"clipboard": "^2.0.11",
|
|
"esri-leaflet": "^3.0.12",
|
|
"esri-leaflet-geocoder": "^3.1.5",
|
|
"imask": "^7.6.1",
|
|
"jquery": "^3.7.1",
|
|
"mini-svg-data-uri": "^1.4.4",
|
|
"notie": "^4.3.1",
|
|
"pdfobject": "^2.3.0",
|
|
"sweetalert2": "^11.6.13",
|
|
"toastr": "^2.1.4",
|
|
"tom-select": "^2.3.1"
|
|
}
|
|
}
|