package.json.sample 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "magento2",
  3. "author": "Magento Commerce Inc.",
  4. "description": "Magento2 node modules dependencies for local development",
  5. "license": "(OSL-3.0 OR AFL-3.0)",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/magento/magento2.git"
  9. },
  10. "homepage": "http://magento.com/",
  11. "devDependencies": {
  12. "glob": "~7.1.1",
  13. "grunt": "~1.0.1",
  14. "grunt-autoprefixer": "~3.0.4",
  15. "grunt-banner": "~0.6.0",
  16. "grunt-continue": "~0.1.0",
  17. "grunt-contrib-clean": "~1.1.0",
  18. "grunt-contrib-connect": "~1.0.2",
  19. "grunt-contrib-cssmin": "~2.2.1",
  20. "grunt-contrib-imagemin": "~2.0.1",
  21. "grunt-contrib-jasmine": "~1.1.0",
  22. "grunt-contrib-less": "~1.4.1",
  23. "grunt-contrib-watch": "~1.0.0",
  24. "grunt-eslint": "~20.1.0",
  25. "grunt-exec": "~3.0.0",
  26. "grunt-jscs": "~3.0.1",
  27. "grunt-replace": "~1.0.1",
  28. "grunt-styledocco": "~0.3.0",
  29. "grunt-template-jasmine-requirejs": "~0.2.3",
  30. "grunt-text-replace": "~0.4.0",
  31. "imagemin-svgo": "~5.2.1",
  32. "load-grunt-config": "~0.19.2",
  33. "morgan": "~1.9.0",
  34. "node-minify": "~2.3.1",
  35. "path": "~0.12.7",
  36. "serve-static": "~1.13.1",
  37. "squirejs": "~0.2.1",
  38. "strip-json-comments": "~2.0.1",
  39. "time-grunt": "~1.4.0",
  40. "underscore": "~1.8.0"
  41. }
  42. }