mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 10:14:58 -06:00
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.0.6. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.0.6) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
751 B
JSON
29 lines
751 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^1.6.1",
|
|
"laravel-vite-plugin": "^0.8.1",
|
|
"sass": "^1.69.4",
|
|
"vite": "^4.5.1",
|
|
"vite-plugin-manifest-sri": "^0.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.4.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"alpinejs": "^3.13.3",
|
|
"bootstrap": "^5.3.0",
|
|
"bootstrap5-autocomplete": "^1.1.22",
|
|
"chart.js": "^4.4.0",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"chartjs-chart-sankey": "^0.12.0",
|
|
"date-fns": "^3.0.6",
|
|
"i18n-js": "^4.3.2",
|
|
"store": "^2.0.12"
|
|
}
|
|
}
|