package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "modular-admin-html",
  3. "version": "1.3.0",
  4. "description": "ModularAdmin: Free Dashboard Theme; html version",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/modularcode/modular-admin-html.git"
  8. },
  9. "author": "ModularCode",
  10. "license": "ISC",
  11. "bugs": {
  12. "url": "https://github.com/modularcode/modular-admin-html/issues"
  13. },
  14. "homepage": "https://github.com/modularcode/modular-admin-html",
  15. "dependencies": {
  16. "animate.css": "^3.5.2",
  17. "bootstrap": "^4.0.0",
  18. "dropzone": "^5.3.0",
  19. "font-awesome": "^4.7.0",
  20. "jquery": "^3.0.0",
  21. "jquery-flot": "^0.8.3",
  22. "jquery-sparkline": "^2.4.0",
  23. "jquery-touchswipe": "^1.6.18",
  24. "jquery-validation": "^1.17.0",
  25. "jquery.browser": "^0.1.0",
  26. "jquery.flot.tooltip": "^0.9.0",
  27. "jqvmap": "^1.5.1",
  28. "metismenu": "^2.7.2",
  29. "morris.js": "^0.5.0",
  30. "nprogress": "^0.2.0",
  31. "opencollective": "^1.0.3",
  32. "popper.js": "^1.12.9",
  33. "quill": "^1.3.5",
  34. "raphael": "^2.2.7",
  35. "responsive-toolkit": "^2.6.3",
  36. "sortablejs": "^1.7.0",
  37. "tether": "^1.4.3",
  38. "tinycolor2": "^1.4.1"
  39. },
  40. "devDependencies": {
  41. "cross-env": "^5.1.3",
  42. "dotenv": "^4.0.0",
  43. "front-matter": "^2.0.5",
  44. "fs-extra": "^3.0.1",
  45. "gh-pages": "^1.1.0",
  46. "glob": "^5.0.14",
  47. "gulp": "^3.9.0",
  48. "gulp-autoprefixer": "^4.0.0",
  49. "gulp-concat": "^2.6.0",
  50. "gulp-connect": "^5.0.0",
  51. "gulp-flatten": "^0.3.1",
  52. "gulp-load-plugins": "^1.5.0",
  53. "gulp-prettify": "^0.5.0",
  54. "gulp-rename": "^1.2.2",
  55. "gulp-sass": "^3.1.0",
  56. "gulp-util": "^3.0.6",
  57. "gulp-watch": "^4.3.4",
  58. "handlebars": "^4.0.5",
  59. "handlebars-layouts": "^3.1.0",
  60. "handlebars-registrar": "^1.5.2",
  61. "main-bower-files": "^2.9.0",
  62. "through2": "^2.0.0",
  63. "vinyl": "^2.0.2"
  64. },
  65. "scripts": {
  66. "start": "npm run gulp",
  67. "build": "npm run gulp build",
  68. "deploy": "cross-env BASE_URL=\"/modular-admin-html/\" npm run build && gh-pages -d dist",
  69. "gulp": "gulp --gulpfile build/gulpfile.js",
  70. "postinstall": "opencollective postinstall"
  71. },
  72. "collective": {
  73. "type": "opencollective",
  74. "url": "https://opencollective.com/modular-admin",
  75. "logo": "https://opencollective.com/opencollective/logo.txt"
  76. }
  77. }