mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-22 14:34:58 -07:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"name": "v3",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"admin-lte": "^4.0.0",
|
|
"alpinejs": "^3.15.12",
|
|
"bootstrap": "^5",
|
|
"bootstrap5-autocomplete": "^1",
|
|
"bootstrap5-tags": "^1.7.17",
|
|
"bootstrap-icons": "^1.13.1",
|
|
"cally": "^0.9.2",
|
|
"shepherd.js": "^15.2.2",
|
|
"store": "^2.0.12",
|
|
"i18next": "^26.0.3",
|
|
"i18next-chained-backend": "^5.0.0",
|
|
"i18next-http-backend": "^4.0.0",
|
|
"i18next-localstorage-backend": "^4.2.0",
|
|
"patch-package": "^8.0.1",
|
|
"date-fns": "4.4.0",
|
|
"axios": "^1.18"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"postinstall": "patch-package --error-on-fail"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^3.1",
|
|
"tailwindcss": "^4.0.0",
|
|
"vite": "^8.0.0",
|
|
"sass": "^1",
|
|
"vite-plugin-manifest-sri": "^0.2.0",
|
|
"postcss": "^8.5.14"
|
|
}
|
|
}
|