No Description

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "name": "shuffler",
  3. "homepage": "https://shuffler.io",
  4. "version": "2.0.0",
  5. "private": true,
  6. "dependencies": {
  7. "@codemirror/commands": "^6.2.4",
  8. "@codemirror/lang-python": "^6.1.3",
  9. "@emotion/react": "^11.11.1",
  10. "@emotion/styled": "^11.6.0",
  11. "@lezer/highlight": "^1.1.3",
  12. "@metamask/detect-provider": "^1.2.0",
  13. "@mui/icons-material": "^5.14.0",
  14. "@mui/material": "^5.14.0",
  15. "@mui/styles": "^6.1.4",
  16. "@mui/x-data-grid": "^5.17.11",
  17. "@mui/x-date-pickers": "^6.11.1",
  18. "@types/algoliasearch": "^3.34.11",
  19. "@uiw/codemirror-theme-basic": "^4.21.20",
  20. "@uiw/codemirror-theme-vscode": "^4.21.20",
  21. "@uiw/codemirror-themes": "^4.21.9",
  22. "@uiw/react-codemirror": "^4.21.21",
  23. "algoliasearch": "^4.8.3",
  24. "class-transformer": "^0.5.1",
  25. "codemirror": "^6.0.1",
  26. "cpx": "^1.5.0",
  27. "cytoscape": "^3.29.2",
  28. "cytoscape-bubblesets": "^4.1.0",
  29. "cytoscape-clipboard": "^2.2.1",
  30. "cytoscape-cose-bilkent": "^4.1.0",
  31. "cytoscape-cxtmenu": "^3.4.0",
  32. "cytoscape-edgehandles": "^3.5.1",
  33. "cytoscape-grid-guide": "~2.3.3",
  34. "cytoscape-layers": "^3.1.0",
  35. "cytoscape-node-html-label": "^1.2.2",
  36. "cytoscape-panzoom": "^2.5.3",
  37. "cytoscape-undo-redo": "^1.3.3",
  38. "dayjs": "^1.11.10",
  39. "dotenv": "^6.1.0",
  40. "downshift": "^3.4.8",
  41. "express": "^4.17.1",
  42. "express-useragent": "^1.0.15",
  43. "github-markdown-css": "^3.0.1",
  44. "i18next": "^22.3.0",
  45. "i18next-browser-languagedetector": "^7.0.1",
  46. "i18next-chained-backend": "^4.2.0",
  47. "i18next-http-backend": "^2.1.1",
  48. "i18next-localstorage-backend": "^4.1.0",
  49. "i18next-xhr-backend": "^3.2.2",
  50. "import": "0.0.6",
  51. "is-plain-obj": "^4.1.0",
  52. "json-bigint": "^1.0.0",
  53. "match-sorter": "^6.3.1",
  54. "md5-file": "^4.0.0",
  55. "mui-chips-input": "^2.1.3",
  56. "mui-nested-menu": "^3.2.1",
  57. "react": "^18.3.1",
  58. "react-ace": "^10.1.0",
  59. "react-alice-carousel": "^2.6.4",
  60. "react-avatar-editor": "^11.1.0",
  61. "react-beforeunload": "^2.2.1",
  62. "react-cookie": "^4.0.1",
  63. "react-cytoscapejs": "^2.0.0",
  64. "react-device-detect": "^2.2.3",
  65. "react-dom": "^18.2.0",
  66. "react-draggable": "^4.4.5",
  67. "react-driftjs": "^1.2.2",
  68. "react-dropzone": "^14.2.3",
  69. "react-ga4": "^2.0.0",
  70. "react-hotkeys": "^2.0.0",
  71. "react-instantsearch-dom": "^6.28.0",
  72. "react-json-pretty": "^2.2.0",
  73. "react-json-view-ssr": "^1.19.1",
  74. "react-markdown": "^8.0.7",
  75. "react-powerhooks": "^0.0.7",
  76. "react-router": "^6.14.1",
  77. "react-router-dom": "^6.14.1",
  78. "react-social-icons": "^5.15.0",
  79. "react-toastify": "^9.1.3",
  80. "reaviz": "^14.9.7",
  81. "rehype-raw": "^7.0.0",
  82. "remark-gfm": "^3.0.1",
  83. "remark-html": "^16.0.1",
  84. "remark-images": "^4.0.0",
  85. "remark-rehype": "^11.0.0",
  86. "rsuite": "^5.23.0",
  87. "search-insights": "^2.2.1",
  88. "shellwords": "^1.0.1",
  89. "simplebar": "^4.2.3",
  90. "styled-components": "^4.4.1",
  91. "uuid": "^13.0.0",
  92. "yaml": "^1.10.0",
  93. "yamljs": "^0.3.0",
  94. "zone.js": "^0.15.1"
  95. },
  96. "scripts": {
  97. "start": "vite",
  98. "build": "vite build",
  99. "preview": "vite preview",
  100. "lint": "eslint 'src/**/*.{tsx,ts,js,jsx}'",
  101. "lint_file": "eslint 'src/views/AngularWorkflow.jsx'"
  102. },
  103. "browserslist": [
  104. ">0.2%",
  105. "not dead",
  106. "not ie <= 11",
  107. "not op_mini all"
  108. ],
  109. "devDependencies": {
  110. "@babel/cli": "^7.22.10",
  111. "@babel/core": "^7.22.10",
  112. "@babel/plugin-proposal-export-default-from": "^7.22.5",
  113. "@babel/preset-flow": "^7.22.5",
  114. "@babel/preset-react": "^7.22.5",
  115. "@vitejs/plugin-react": "^4.2.1",
  116. "babel-loader": "^8.0.5",
  117. "babel-plugin-css-modules-transform": "^1.6.2",
  118. "babel-plugin-react-css-modules": "^5.2.6",
  119. "babel-plugin-transform-imports": "^2.0.0",
  120. "postcss": "^8.4.38",
  121. "promise-window": "^1.2.1",
  122. "selenium-webdriver": "^4.29.0",
  123. "vite": "^5.4.2",
  124. "webpack-cli": "^5.1.4"
  125. }
  126. }