the bola v2 website
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 987B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "private": true,
  3. "scripts": {
  4. "dev": "mix",
  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. "@popperjs/core": "^2.11.6",
  14. "@tailwindcss/typography": "^0.5.1",
  15. "autoprefixer": "^10.4.0",
  16. "bootstrap": "^5.2.3",
  17. "cross-env": "^7.0",
  18. "css-loader": "^5.2.7",
  19. "laravel-mix": "^6.0",
  20. "postcss": "^8.4.5",
  21. "postcss-import": "^14.0.1",
  22. "sass": "^1.56.1",
  23. "tailwindcss": "^3.0.19",
  24. "vue-template-compiler": "^2.6.12"
  25. },
  26. "dependencies": {
  27. "aos": "^3.0.0-beta.6",
  28. "bootstrap-icons": "^1.11.3",
  29. "build": "^0.1.4",
  30. "jquery": "^3.7.1",
  31. "npm": "^10.5.0",
  32. "query-string": "^9.0.0",
  33. "run": "^1.5.0"
  34. }
  35. }