2023-04-11 16:16:48 -04:00
|
|
|
{
|
|
|
|
"name": "chain-forge",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
Better edges, ReactFlow v11, AlephAlpha integration, better .gitignores (#139)
* add aleph alpha to installg guide description
* add aleph alpha to settings to add key
* add settings for alephalpha
* add aleph alpha to models
* add aleph alpha api key to keymap
* no visible changes, removed console.log
* current working copy
* added settings for aleph alpha, added test, working api request
* removed console log
* added static build with Aleph Alpha integration
* added static build with Aleph Alpha integration
* Corrected from ALEPH_ALPHA_KEY to ALEPH_ALPHA_API_KEY
* add additional settings requested
* merge conflicts
* add build to gitignore, best practice, reduces conflicts
* remove empty lines
* Delete chainforge/react-server/build directory
build directory should not be in remote
* remove unnecessary changes
* Update backend.ts
* ...
* fixed import
* add aleph alpha to store, remove available llms from modelsettings, remove double palm key input from globalsettings
* Update to ReactFlow v11
* Add remove button to edge on hover
* Quality of life improvements (#133)
* Quality of life improvements for node and python
* Pinned minor version for mantine modules
* Updated package-lock.json
* Added .gitignore to react-server
* Updated .gitignore to python module
---------
Co-authored-by: ianarawjo <fatso784@gmail.com>
* update gitignore
* Minor fixes to AlephAlpha integration code
* Tested npm i and rebuilt react
* Force commit the react build
* Update package version
---------
Co-authored-by: Denise Wagenführ <denise.wagenfuehr@capgemini.com>
Co-authored-by: fguderia <falko.guderian@capgemini.com>
Co-authored-by: denise710 <53524926+denise710@users.noreply.github.com>
Co-authored-by: wday-cs <119377799+wday-cs@users.noreply.github.com>
2023-09-25 09:44:18 -04:00
|
|
|
"engines": {
|
|
|
|
"node": "^20"
|
|
|
|
},
|
2023-04-11 16:16:48 -04:00
|
|
|
"dependencies": {
|
2023-06-30 15:11:20 -04:00
|
|
|
"@anthropic-ai/sdk": "^0.4.4",
|
|
|
|
"@azure/openai": "^1.0.0-beta.2",
|
2023-04-11 16:16:48 -04:00
|
|
|
"@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",
|
2024-03-05 23:15:35 -05:00
|
|
|
"@fontsource/geist-mono": "^5.0.1",
|
2023-06-30 15:11:20 -04:00
|
|
|
"@google-ai/generativelanguage": "^0.2.0",
|
2024-12-28 17:56:51 -05:00
|
|
|
"@google/generative-ai": "^0.21.0",
|
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-08-27 15:11:42 -04:00
|
|
|
"@mantine/dropzone": "^6.0.19",
|
2023-05-19 19:40:05 -04:00
|
|
|
"@mantine/form": "^6.0.11",
|
2023-06-30 15:11:20 -04:00
|
|
|
"@mantine/prism": "^6.0.15",
|
2024-05-17 20:17:18 -10:00
|
|
|
"@mirai73/bedrock-fm": "^0.4.10",
|
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",
|
2024-03-30 17:59:17 -04:00
|
|
|
"@tabler/icons-react": "^2.47.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-06-30 15:11:20 -04:00
|
|
|
"@types/jest": "^29.5.2",
|
|
|
|
"@types/node": "^20.3.2",
|
|
|
|
"@types/react": "^18.2.14",
|
|
|
|
"@types/react-dom": "^18.2.6",
|
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-30 15:11:20 -04:00
|
|
|
"assert": "^2.0.0",
|
2023-06-01 15:08:17 -04:00
|
|
|
"bootstrap": "^5.2.3",
|
2023-06-30 15:11:20 -04:00
|
|
|
"bottleneck": "^2.19.5",
|
|
|
|
"browserify-zlib": "^0.2.0",
|
|
|
|
"buffer": "^6.0.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",
|
2024-03-30 22:43:40 -04:00
|
|
|
"compressorjs": "^1.2.1",
|
2023-06-30 15:11:20 -04:00
|
|
|
"crypto-browserify": "^3.12.0",
|
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-30 15:11:20 -04:00
|
|
|
"google-auth-library": "^8.8.0",
|
|
|
|
"https-browserify": "^1.0.0",
|
2024-03-30 22:43:40 -04:00
|
|
|
"lazysizes": "^5.3.2",
|
2024-02-24 14:31:36 -05:00
|
|
|
"lodash": "^4.17.21",
|
2023-06-30 15:11:20 -04:00
|
|
|
"lz-string": "^1.5.0",
|
2024-03-30 17:59:17 -04:00
|
|
|
"mantine-contextmenu": "^6.1.0",
|
2025-02-28 14:55:31 -05:00
|
|
|
"mantine-react-table": "^1.3.4",
|
2023-06-30 15:11:20 -04:00
|
|
|
"markdown-it": "^13.0.1",
|
|
|
|
"mathjs": "^11.8.2",
|
2023-11-19 10:59:37 -05:00
|
|
|
"mdast-util-from-markdown": "^2.0.0",
|
2023-06-30 15:11:20 -04:00
|
|
|
"net": "^1.0.2",
|
|
|
|
"net-browserify": "^0.2.4",
|
|
|
|
"node-fetch": "^2.6.11",
|
2023-11-17 08:56:18 -05:00
|
|
|
"openai": "~3.3.0",
|
2023-06-30 15:11:20 -04:00
|
|
|
"os-browserify": "^0.3.0",
|
2023-05-19 12:04:49 -04:00
|
|
|
"papaparse": "^5.4.1",
|
2023-06-30 15:11:20 -04:00
|
|
|
"path-browserify": "^1.0.1",
|
2023-04-20 15:49:10 -04:00
|
|
|
"plotly.js": "^2.21.0",
|
2023-06-30 15:11:20 -04:00
|
|
|
"process": "^0.11.10",
|
|
|
|
"querystring-es3": "^0.2.1",
|
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",
|
2024-03-05 23:15:35 -05:00
|
|
|
"react-confetti-explosion": "^2.1.2",
|
2023-05-19 12:04:49 -04:00
|
|
|
"react-csv": "^2.2.2",
|
2023-06-30 15:11:20 -04:00
|
|
|
"react-device-detect": "^2.2.3",
|
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-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-12-13 11:58:07 -05:00
|
|
|
"reactflow": "^11.0",
|
2023-06-30 15:11:20 -04:00
|
|
|
"request": "^2.88.2",
|
2023-05-06 13:02:47 -04:00
|
|
|
"socket.io-client": "^4.6.1",
|
2023-06-30 15:11:20 -04:00
|
|
|
"stream-browserify": "^3.0.0",
|
|
|
|
"stream-http": "^3.2.0",
|
2023-05-02 17:36:22 -04:00
|
|
|
"styled-components": "^5.3.10",
|
2023-06-30 15:11:20 -04:00
|
|
|
"tls": "^0.0.1",
|
|
|
|
"typescript": "^5.1.3",
|
|
|
|
"url": "^0.11.1",
|
|
|
|
"util": "^0.12.5",
|
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
|
|
|
},
|
2023-06-30 15:11:20 -04:00
|
|
|
"overrides": {
|
|
|
|
"typescript": "^5.1.3"
|
|
|
|
},
|
2023-04-11 16:16:48 -04:00
|
|
|
"scripts": {
|
2024-03-05 23:15:35 -05:00
|
|
|
"start": "npx prettier -w . && npx eslint . && craco start",
|
2024-02-24 08:32:05 -08:00
|
|
|
"build": "npx prettier -w . && npx eslint . && craco build",
|
|
|
|
"test": "npx prettier -w . && npx eslint . && craco test",
|
2024-02-27 20:27:41 -05:00
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"clean": "npx prettier -w . && npx eslint ."
|
2023-04-11 16:16:48 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2023-06-30 15:11:20 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@craco/craco": "^7.1.0",
|
2024-03-30 22:43:40 -04:00
|
|
|
"@types/lodash": "^4.17.0",
|
|
|
|
"@types/papaparse": "^5.3.14",
|
|
|
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
|
|
"@types/react-edit-text": "^5.0.4",
|
|
|
|
"@types/react-plotly.js": "^2.6.3",
|
|
|
|
"@types/styled-components": "^5.1.34",
|
2024-12-11 10:17:04 -05:00
|
|
|
"eslint": "<9.0.0",
|
2024-02-24 08:32:05 -08:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-config-semistandard": "^17.0.0",
|
|
|
|
"eslint-config-standard": "^17.1.0",
|
|
|
|
"eslint-plugin-import": "^2.29.1",
|
|
|
|
"eslint-plugin-n": "^15.7.0",
|
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint-plugin-react": "^7.33.2",
|
2024-03-05 23:15:35 -05:00
|
|
|
"jest": "^27.5.1",
|
|
|
|
"worker-loader": "^3.0.8"
|
2023-04-11 16:16:48 -04:00
|
|
|
}
|
|
|
|
}
|