package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "title": "SB Admin 2",
  3. "name": "startbootstrap-sb-admin-2",
  4. "version": "4.1.3",
  5. "scripts": {
  6. "start": "node_modules/.bin/gulp watch"
  7. },
  8. "description": "An open source Bootstrap 4 admin theme.",
  9. "keywords": [
  10. "css",
  11. "sass",
  12. "html",
  13. "responsive",
  14. "theme",
  15. "template",
  16. "admin",
  17. "app"
  18. ],
  19. "homepage": "https://startbootstrap.com/theme/sb-admin-2",
  20. "bugs": {
  21. "url": "https://github.com/StartBootstrap/startbootstrap-sb-admin-2/issues",
  22. "email": "feedback@startbootstrap.com"
  23. },
  24. "license": "MIT",
  25. "author": "Start Bootstrap",
  26. "contributors": [
  27. "David Miller (https://davidmiller.io/)"
  28. ],
  29. "repository": {
  30. "type": "git",
  31. "url": "https://github.com/StartBootstrap/startbootstrap-sb-admin-2.git"
  32. },
  33. "dependencies": {
  34. "@fortawesome/fontawesome-free": "5.15.3",
  35. "bootstrap": "4.6.0",
  36. "chart.js": "2.9.4",
  37. "datatables.net-bs4": "1.10.24",
  38. "jquery": "3.6.0",
  39. "jquery.easing": "^1.4.1"
  40. },
  41. "devDependencies": {
  42. "browser-sync": "2.26.14",
  43. "del": "6.0.0",
  44. "gulp": "4.0.2",
  45. "gulp-autoprefixer": "7.0.1",
  46. "gulp-clean-css": "4.3.0",
  47. "gulp-header": "2.0.9",
  48. "gulp-plumber": "^1.2.1",
  49. "gulp-rename": "2.0.0",
  50. "gulp-sass": "4.1.0",
  51. "gulp-uglify": "3.0.2",
  52. "merge-stream": "2.0.0"
  53. }
  54. }