mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-06-30 06:50:24 +00:00
911f9e4316
- ❌ Deleted PowerGrid configuration file. - 🔄 Removed `power-components/livewire-powergrid` and its dependencies (e.g., `simplesoftwareio/simple-qrcode` and `calebporzio/sushi`) from `composer.json` and `composer.lock`. - 🧼 Cleaned up references to PowerGrid in CSS, JS, tests, and package files. - 🛠️ Refactored `SecurityMonitor` to eliminate unused methods (`getAttemptsFromIp` and `isIpSuspicious`) dependent on deprecated functionality.
30 lines
768 B
JSON
30 lines
768 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@nostr-dev-kit/ndk": "^3.0.0",
|
|
"@tailwindcss/forms": "^0.5.8",
|
|
"autoprefixer": "^10.4.24",
|
|
"chart.js": "^4.4.4",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"date-fns": "^4.4.0",
|
|
"flatpickr": "^4.6.13",
|
|
"laravel-echo": "^2.3.0",
|
|
"laravel-vite-plugin": "^3.0.0",
|
|
"nostr-tools": "^2.23.0",
|
|
"postcss": "^8.4.41",
|
|
"pusher-js": "^8.4.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"vite": "^8.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"concurrently": "^10.0.0",
|
|
"shiki": "^4.0.0"
|
|
}
|
|
}
|