Geen omschrijving

package.json 685B

1234567891011121314151617181920212223
  1. {
  2. "name": "app",
  3. "version": "1.0.0",
  4. "description": "Ecoloop is a Django + DRF backend for recycling businesses and factories to manage pickups, pricing, invoices/payouts, and a bidding marketplace for scrap lots. It supports multi-organization setups, JWT auth, and a Tailwind-powered UI layer.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git2.simplico.net/tum/ecoloop.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "alpinejs": "^3.15.0",
  18. "flowbite": "^3.1.2",
  19. "jquery": "^3.7.1",
  20. "sortablejs": "^1.15.6"
  21. }
  22. }