Guest User

Untitled

a guest
Jan 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2. "name": "web400",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "./dist/main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Jo",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "@types/jquery": "^2.0.39",
  13. "@types/react-dom": "16.0.2",
  14. "gulp": "^3.9.1",
  15. "gulp-cache-bust": "^1.1.0",
  16. "gulp-changed": "^3.1.0",
  17. "gulp-print": "^2.0.1",
  18. "gulp-replace": "^0.6.1",
  19. "gulp-typescript": "^3.0.1",
  20. "gulp-webpack": "^1.5.0",
  21. "node-uuid": "^1.4.8",
  22. "react-router-dom": "^4.2.2",
  23. "run-sequence": "^1.2.2",
  24. "ts-loader": "^2.1.0",
  25. "typescript": "^2.0.3",
  26. "webpack": "^2.6.1",
  27. "webpack-stream": "^3.2.0"
  28. },
  29. "dependencies": {
  30. "react": "16.0.0",
  31. "react-dom": "16.0.0"
  32. }
  33. }
Add Comment
Please, Sign In to add comment