package.json 799 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "devDependencies": {
  3. "grunt-cli": "^1.4.3",
  4. "grunt": "~1.4.1",
  5. "grunt-contrib-copy": "^1.0.0",
  6. "grunt-contrib-concat": "~1.0.1",
  7. "grunt-contrib-cssmin": "^4.0.0",
  8. "grunt-contrib-jshint": "~3.0.0",
  9. "grunt-contrib-less": "~3.0.0",
  10. "grunt-contrib-uglify": "~5.0.1",
  11. "grunt-contrib-watch": "~1.1.0",
  12. "grunt-webfont": "^1.7.2",
  13. "ionicons-npm": "^2.0.1",
  14. "jslint": "^0.12.1",
  15. "less": "^4.1.1",
  16. "less-plugin-clean-css": "^1.5.1"
  17. },
  18. "dependencies": {
  19. "autocomplete-js": "2.7.1",
  20. "leaflet": "^1.7.1",
  21. "normalize.css": "^8.0.1"
  22. },
  23. "scripts": {
  24. "all": "npm install && grunt",
  25. "build": "grunt",
  26. "watch": "grunt watch",
  27. "webfont": "grunt webfont",
  28. "clean": "rm -Rf node_modules package-lock.json ion.less"
  29. }
  30. }