Guest User

Untitled

a guest
Dec 10th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. {
  2. "name": "testwebpack",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "webpack"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "@babel/core": "^7.2.0",
  14. "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
  15. "@babel/plugin-transform-modules-commonjs": "^7.2.0",
  16. "@babel/preset-env": "^7.2.0",
  17. "@babel/preset-es2015": "^7.0.0-beta.53",
  18. "babel-loader": "^8.0.4",
  19. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  20. "babel-preset-es2015": "^6.24.1",
  21. "babel-preset-react": "^6.24.1",
  22. "jshint": "^2.9.7",
  23. "jshint-loader": "^0.8.4",
  24. "node-libs-browser": "^2.1.0",
  25. "webpack": "^4.27.1",
  26. "webpack-cli": "^3.1.2"
  27. }
  28. }
Add Comment
Please, Sign In to add comment