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.

29 lines
585 B

5 years ago
  1. {
  2. "name": "webui",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "bootstrap": "^4.2.1",
  7. "react": "^16.7.0",
  8. "react-dom": "^16.7.0",
  9. "react-redux": "^6.0.0",
  10. "react-scripts": "2.1.3",
  11. "reactstrap": "^7.0.2",
  12. "redux": "^4.0.1"
  13. },
  14. "scripts": {
  15. "start": "react-scripts start",
  16. "build": "react-scripts build",
  17. "test": "react-scripts test",
  18. "eject": "react-scripts eject"
  19. },
  20. "eslintConfig": {
  21. "extends": "react-app"
  22. },
  23. "browserslist": [
  24. ">0.2%",
  25. "not dead",
  26. "not ie <= 11",
  27. "not op_mini all"
  28. ]
  29. }