2023-04-11 16:16:48 -04:00
|
|
|
{
|
|
|
|
"name": "chain-forge",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@codemirror/lang-javascript": "^6.1.5",
|
|
|
|
"@codemirror/lang-python": "^6.1.2",
|
2023-06-01 15:08:17 -04:00
|
|
|
"@emoji-mart/data": "^1.1.2",
|
|
|
|
"@emoji-mart/react": "^1.1.1",
|
2023-04-29 11:47:27 -04:00
|
|
|
"@mantine/core": "^6.0.9",
|
2023-06-11 11:48:27 -04:00
|
|
|
"@mantine/dates": "^6.0.13",
|
2023-05-19 19:40:05 -04:00
|
|
|
"@mantine/form": "^6.0.11",
|
2023-04-28 14:41:22 -04:00
|
|
|
"@reactflow/background": "^11.2.0",
|
|
|
|
"@reactflow/controls": "^11.1.11",
|
2023-05-01 11:12:07 -04:00
|
|
|
"@reactflow/core": "^11.7.0",
|
2023-05-16 22:05:04 -04:00
|
|
|
"@reactflow/node-resizer": "^2.1.0",
|
2023-06-01 15:08:17 -04:00
|
|
|
"@rjsf/core": "^5.7.3",
|
|
|
|
"@rjsf/utils": "^5.7.3",
|
|
|
|
"@rjsf/validator-ajv8": "^5.7.3",
|
2023-05-02 17:36:22 -04:00
|
|
|
"@tabler/icons-react": "^2.17.0",
|
2023-04-11 16:16:48 -04:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2023-04-23 16:35:38 -04:00
|
|
|
"@uiw/codemirror-theme-material": "^4.19.16",
|
2023-04-11 16:16:48 -04:00
|
|
|
"@uiw/codemirror-theme-noctis-lilac": "^4.19.16",
|
|
|
|
"@uiw/codemirror-theme-okaidia": "^4.19.16",
|
2023-04-27 19:40:20 -04:00
|
|
|
"@uiw/codemirror-theme-solarized": "^4.19.16",
|
|
|
|
"@uiw/codemirror-theme-sublime": "^4.19.16",
|
2023-04-23 16:35:38 -04:00
|
|
|
"@uiw/codemirror-theme-xcode": "^4.19.16",
|
2023-04-27 19:40:20 -04:00
|
|
|
"@uiw/codemirror-themes": "^4.19.16",
|
2023-04-11 16:16:48 -04:00
|
|
|
"@uiw/react-codemirror": "^4.19.16",
|
2023-04-29 13:22:01 -04:00
|
|
|
"ace-builds": "^1.18.0",
|
2023-06-01 15:08:17 -04:00
|
|
|
"bootstrap": "^5.2.3",
|
2023-04-11 16:16:48 -04:00
|
|
|
"codemirror": "^6.0.1",
|
2023-04-29 11:47:27 -04:00
|
|
|
"codemirror-readonly-ranges": "^0.1.0-alpha.1",
|
2023-06-11 11:48:27 -04:00
|
|
|
"dayjs": "^1.11.8",
|
2023-06-01 15:08:17 -04:00
|
|
|
"emoji-mart": "^5.5.2",
|
|
|
|
"emoji-picker-react": "^4.4.9",
|
2023-06-11 11:48:27 -04:00
|
|
|
"mantine-contextmenu": "^1.2.15",
|
|
|
|
"mantine-react-table": "^1.0.0-beta.8",
|
2023-05-19 12:04:49 -04:00
|
|
|
"papaparse": "^5.4.1",
|
2023-04-20 15:49:10 -04:00
|
|
|
"plotly.js": "^2.21.0",
|
2023-04-11 16:16:48 -04:00
|
|
|
"react": "^18.2.0",
|
2023-04-29 13:22:01 -04:00
|
|
|
"react-ace": "^10.1.0",
|
2023-05-02 17:36:22 -04:00
|
|
|
"react-beautiful-dnd": "^13.1.1",
|
2023-05-19 12:04:49 -04:00
|
|
|
"react-csv": "^2.2.2",
|
2023-04-11 16:16:48 -04:00
|
|
|
"react-dom": "^18.2.0",
|
2023-04-29 15:29:20 -04:00
|
|
|
"react-edit-text": "^5.1.0",
|
2023-04-11 16:16:48 -04:00
|
|
|
"react-flow-renderer": "^10.3.17",
|
2023-04-20 15:49:10 -04:00
|
|
|
"react-plotly.js": "^2.6.0",
|
2023-04-11 16:16:48 -04:00
|
|
|
"react-scripts": "5.0.1",
|
2023-05-06 13:02:47 -04:00
|
|
|
"socket.io-client": "^4.6.1",
|
2023-05-02 17:36:22 -04:00
|
|
|
"styled-components": "^5.3.10",
|
2023-05-03 10:10:31 -04:00
|
|
|
"uuidv4": "^6.2.13",
|
2023-04-14 16:19:00 -04:00
|
|
|
"web-vitals": "^2.1.4",
|
2023-05-19 12:04:49 -04:00
|
|
|
"xlsx": "^0.18.5",
|
2023-04-14 16:19:00 -04:00
|
|
|
"zustand": "^4.3.7"
|
2023-04-11 16:16:48 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|