package.json 296 B

123456789101112
  1. {
  2. "dependencies": {
  3. "grunt": "^1.5.3",
  4. "grunt-contrib-clean": "^2.0.1",
  5. "grunt-contrib-concat": "^2.1.0",
  6. "grunt-contrib-copy": "^1.0.0",
  7. "grunt-contrib-cssmin": "^4.0.0",
  8. "grunt-contrib-less": "^3.0.0",
  9. "load-grunt-tasks": "^5.1.0",
  10. "node-sass": "^7.0.1"
  11. }
  12. }