Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 306B

12345678910111213141516
  1. {
  2. "private": true,
  3. "type": "module",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "vite build"
  7. },
  8. "devDependencies": {
  9. "axios": "^1.6.4",
  10. "laravel-vite-plugin": "^1.0.0",
  11. "vite": "^5.0.0"
  12. },
  13. "dependencies": {
  14. "chart.js": "^4.4.2"
  15. }
  16. }