Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. {
  2. "name": "project",
  3. "version": "0.1.0",
  4. "devDependencies": {
  5. "@babel/core": "^7.0.0-beta.46",
  6. "@babel/preset-env": "^7.0.0-beta.46",
  7. "babel-core": "^7.0.0-beta.46",
  8. "grunt": "^0.4.5",
  9. "grunt-autoprefixer": "^3.0.3",
  10. "grunt-babel": "^8.0.0-beta.0",
  11. "grunt-browser-sync": "^2.1.3",
  12. "grunt-contrib-clean": "^1.1.0",
  13. "grunt-contrib-concat": "^0.5.1",
  14. "grunt-contrib-copy": "^1.0.0",
  15. "grunt-contrib-cssmin": "^0.12.3",
  16. "grunt-contrib-jshint": "^0.11.2",
  17. "grunt-contrib-uglify-es": "^3.3.0",
  18. "grunt-contrib-watch": "^0.6.1",
  19. "grunt-php": "^1.5.1",
  20. "grunt-sass": "^2.1.0",
  21. "grunt-sass-globbing": "^1.5.1",
  22. "jit-grunt": "^0.9.1",
  23. "load-grunt-tasks": "^3.5.2",
  24. "node-sass": "^4.8.3"
  25. },
  26. "dependencies": {
  27. "jquery": "^3.3.1"
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement