Guest User

Untitled

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. {
  2. "name": "quick-start",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.tsx",
  6. "scripts": {
  7. "start": "webpack"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "office-ui-fabric-react": "^6.18.2",
  14. "react": "^16.4.1",
  15. "react-dom": "^16.4.1"
  16. },
  17. "devDependencies": {
  18. "@types/react": "^16.4.1",
  19. "@types/react-dom": "^16.0.6",
  20. "css-loader": "^0.28.11",
  21. "extract-text-webpack-plugin": "^4.0.0-beta.0",
  22. "node-sass": "^4.9.0",
  23. "sass-loader": "^7.0.3",
  24. "source-map-loader": "^0.2.3",
  25. "ts-loader": "^4.4.1",
  26. "tslint": "^5.10.0",
  27. "typescript": "^2.9.2",
  28. "url-loader": "^1.0.1",
  29. "webpack": "^4.12.0",
  30. "webpack-cli": "^3.0.8"
  31. }
  32. }
Add Comment
Please, Sign In to add comment