You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
932 B

4 years ago
  1. {
  2. "name": "es6",
  3. "version": "1.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "babel-core": "^6.24.0",
  13. "babel-loader": "^6.4.1",
  14. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  15. "babel-polyfill": "^6.23.0",
  16. "babel-preset-env": "^1.2.2",
  17. "babel-preset-es2015": "^6.24.0",
  18. "connect-livereload": "^0.6.1",
  19. "del": "^2.2.2",
  20. "gulp": "^3.9.1",
  21. "gulp-concat": "^2.6.1",
  22. "gulp-if": "^2.0.2",
  23. "gulp-live-server": "0.0.30",
  24. "gulp-livereload": "^3.8.1",
  25. "gulp-plumber": "^1.1.0",
  26. "gulp-rename": "^1.2.2",
  27. "gulp-sequence": "^0.4.6",
  28. "gulp-uglify": "^2.1.0",
  29. "gulp-util": "^3.0.8",
  30. "require-dir": "^0.3.1",
  31. "vinyl-named": "^1.1.0",
  32. "webpack": "^2.2.1",
  33. "webpack-stream": "^3.2.0",
  34. "yargs": "^7.0.2"
  35. }
  36. }