Captive Portal - Hotspot Wifi
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

31 righe
842 B

  1. {
  2. "private": true,
  3. "scripts": {
  4. "dev": "npm run development",
  5. "development": "mix",
  6. "watch": "mix watch",
  7. "watch-poll": "mix watch -- --watch-options-poll=1000",
  8. "hot": "mix watch --hot",
  9. "prod": "npm run production",
  10. "production": "mix --production"
  11. },
  12. "devDependencies": {
  13. "axios": "^0.21",
  14. "bootstrap": "^4.6.0",
  15. "jquery": "^3.6",
  16. "laravel-mix": "^6.0.6",
  17. "lodash": "^4.17.19",
  18. "popper.js": "^1.16.1",
  19. "postcss": "^8.1.14",
  20. "resolve-url-loader": "^3.1.2",
  21. "sass": "^1.32.11",
  22. "sass-loader": "^11.0.1",
  23. "vue": "^2.6.12",
  24. "vue-loader": "^15.9.7",
  25. "vue-template-compiler": "^2.6.12"
  26. },
  27. "dependencies": {
  28. "startbootstrap-sb-admin-2": "^4.1.4"
  29. }
  30. }