package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "reflex",
  3. "scripts": {
  4. "dev": "next dev",
  5. "export": "next build && next export -o _static",
  6. "prod": "next start"
  7. },
  8. "dependencies": {
  9. "@chakra-ui/icons": "^2.0.19",
  10. "@chakra-ui/react": "^2.6.0",
  11. "@chakra-ui/system": "^2.5.6",
  12. "@emotion/react": "^11.10.6",
  13. "@emotion/styled": "^11.10.6",
  14. "axios": "^1.4.0",
  15. "chakra-react-select": "^4.6.0",
  16. "focus-visible": "^5.2.0",
  17. "framer-motion": "^10.12.4",
  18. "gridjs": "^6.0.6",
  19. "universal-cookie": "^4.0.4",
  20. "gridjs-react": "^6.0.1",
  21. "json5": "^2.2.3",
  22. "next": "^13.3.1",
  23. "plotly.js": "^2.22.0",
  24. "react": "^18.2.0",
  25. "react-dom": "^18.2.0",
  26. "react-dropzone": "^14.2.3",
  27. "react-markdown": "^8.0.7",
  28. "react-player": "^2.12.0",
  29. "react-plotly.js": "^2.6.0",
  30. "react-syntax-highlighter": "^15.5.0",
  31. "rehype-katex": "^6.0.3",
  32. "rehype-raw": "^6.1.1",
  33. "remark-gfm": "^3.0.1",
  34. "remark-math": "^5.1.1",
  35. "socket.io-client": "^4.6.1",
  36. "victory": "^36.6.8"
  37. },
  38. "devDependencies": {
  39. "autoprefixer": "^10.4.14",
  40. "postcss": "^8.4.24",
  41. "tailwindcss": "^3.3.2"
  42. }
  43. }