The main server, and probably only repository in this org.
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.

37 lines
812 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "webui",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@jaames/iro": "^4.0.1",
  7. "bootstrap": "^4.2.1",
  8. "react": "^16.8.1",
  9. "react-dom": "^16.8.1",
  10. "react-router": "^4.3.1",
  11. "react-router-dom": "^4.3.1",
  12. "react-scripts": "2.1.3",
  13. "reactn": "^0.2.2",
  14. "reactstrap": "^7.1.0"
  15. },
  16. "devDependencies": {
  17. "@types/react": "^16.8.1",
  18. "@types/reactstrap": "^7.1.0",
  19. "http-proxy-middleware": "latest",
  20. "@types/node": "^11.9.0"
  21. },
  22. "scripts": {
  23. "start": "react-scripts start",
  24. "build": "react-scripts build",
  25. "test": "react-scripts test",
  26. "eject": "react-scripts eject"
  27. },
  28. "eslintConfig": {
  29. "extends": "react-app"
  30. },
  31. "browserslist": [
  32. ">0.2%",
  33. "not dead",
  34. "not ie <= 11",
  35. "not op_mini all"
  36. ]
  37. }