Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.15.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:components": "node bin/build.js --dev",
|
|
"build": "vite build && node bin/build.js",
|
|
"build:components": "node bin/build.js",
|
|
"clean": "rm -rf public/build resources/js/dist",
|
|
"lint": "oxlint",
|
|
"lint:fix": "oxlint --fix",
|
|
"fmt": "oxfmt",
|
|
"fmt:check": "oxfmt --check"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.15.2",
|
|
"bootstrap": "~4.6",
|
|
"chart.js": "^4.5.1",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"chartjs-plugin-annotation": "^3.1.0",
|
|
"cookieconsent": "^3.1.0",
|
|
"date-fns": "^4.1.0",
|
|
"jquery": "^3.5.1",
|
|
"leaflet": "^1.3.4",
|
|
"leaflet-providers": "^2.0.0",
|
|
"leaflet-rotatedmarker": "^0.2.0",
|
|
"leaflet.geodesic": "^2.5.2",
|
|
"moment": "^2.29.1",
|
|
"popper.js": "^1.15.0",
|
|
"rivets": "^0.9.6",
|
|
"select2": "^4.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"esbuild": "^0.28.0",
|
|
"laravel-vite-plugin": "^3.0.0",
|
|
"oxfmt": "^0.41.0",
|
|
"oxlint": "^1.56.0",
|
|
"sass": "^1.54.5",
|
|
"tailwindcss": "^4.1.11",
|
|
"vite": "^8.0.10"
|
|
}
|
|
}
|