Websocket clock server web interface written in ReactJS/TypeScript
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.

package.json 664B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "Clock",
  3. "private": true,
  4. "version": "1.0.0",
  5. "description": "",
  6. "main": "index.js",
  7. "scripts": {
  8. "start": "react-scripts start",
  9. "build": "react-scripts build"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "react": "^17.0.2",
  15. "react-dom": "^17.0.2"
  16. },
  17. "devDependencies": {
  18. "@types/react": "^17.0.35",
  19. "@types/react-dom": "^17.0.11",
  20. "react-scripts": "^4.0.3"
  21. },
  22. "browserslist": {
  23. "production": [
  24. ">0.2%",
  25. "not dead",
  26. "not op_mini all"
  27. ],
  28. "development": [
  29. "last 1 chrome version",
  30. "last 1 firefox version",
  31. "last 1 safari version"
  32. ]
  33. }
  34. }