mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
* Add loading spinner overlay to Response Inspector when it hangs on UI reload * Use Mantine React Table in Response Inspector * Merge toolbar into Mantine React Table toolbar, to save space * Disable counting num of matches in search bar, since this is non-trivial now. We might merge later, but the user can use the num of items in the table view as a proxy. * Adds `StringLookup` table. Change types related to `LLMResponse`s with a `StringOrHash` type, which can be a string or a number. * Import/export the lookup table when importing/exporting the flow state. * Update package version
154 lines
4.6 KiB
JSON
154 lines
4.6 KiB
JSON
{
|
|
"name": "chain-forge",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^20"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.4.4",
|
|
"@azure/openai": "^1.0.0-beta.2",
|
|
"@codemirror/lang-javascript": "^6.1.5",
|
|
"@codemirror/lang-python": "^6.1.2",
|
|
"@emoji-mart/data": "^1.1.2",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@fontsource/geist-mono": "^5.0.1",
|
|
"@google-ai/generativelanguage": "^0.2.0",
|
|
"@google/generative-ai": "^0.21.0",
|
|
"@mantine/core": "^6.0.9",
|
|
"@mantine/dates": "^6.0.13",
|
|
"@mantine/dropzone": "^6.0.19",
|
|
"@mantine/form": "^6.0.11",
|
|
"@mantine/prism": "^6.0.15",
|
|
"@mirai73/bedrock-fm": "^0.4.10",
|
|
"@reactflow/background": "^11.2.0",
|
|
"@reactflow/controls": "^11.1.11",
|
|
"@reactflow/core": "^11.7.0",
|
|
"@reactflow/node-resizer": "^2.1.0",
|
|
"@rjsf/core": "^5.7.3",
|
|
"@rjsf/utils": "^5.7.3",
|
|
"@rjsf/validator-ajv8": "^5.7.3",
|
|
"@tabler/icons-react": "^2.47.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^29.5.2",
|
|
"@types/node": "^20.3.2",
|
|
"@types/react": "^18.2.14",
|
|
"@types/react-dom": "^18.2.6",
|
|
"@uiw/codemirror-theme-material": "^4.19.16",
|
|
"@uiw/codemirror-theme-noctis-lilac": "^4.19.16",
|
|
"@uiw/codemirror-theme-okaidia": "^4.19.16",
|
|
"@uiw/codemirror-theme-solarized": "^4.19.16",
|
|
"@uiw/codemirror-theme-sublime": "^4.19.16",
|
|
"@uiw/codemirror-theme-xcode": "^4.19.16",
|
|
"@uiw/codemirror-themes": "^4.19.16",
|
|
"@uiw/react-codemirror": "^4.19.16",
|
|
"ace-builds": "^1.18.0",
|
|
"assert": "^2.0.0",
|
|
"bootstrap": "^5.2.3",
|
|
"bottleneck": "^2.19.5",
|
|
"browserify-zlib": "^0.2.0",
|
|
"buffer": "^6.0.3",
|
|
"codemirror": "^6.0.1",
|
|
"codemirror-readonly-ranges": "^0.1.0-alpha.1",
|
|
"compressorjs": "^1.2.1",
|
|
"crypto-browserify": "^3.12.0",
|
|
"dayjs": "^1.11.8",
|
|
"emoji-mart": "^5.5.2",
|
|
"emoji-picker-react": "^4.4.9",
|
|
"google-auth-library": "^8.8.0",
|
|
"https-browserify": "^1.0.0",
|
|
"lazysizes": "^5.3.2",
|
|
"lodash": "^4.17.21",
|
|
"lz-string": "^1.5.0",
|
|
"mantine-contextmenu": "^6.1.0",
|
|
"mantine-react-table": "^1.3.4",
|
|
"markdown-it": "^13.0.1",
|
|
"mathjs": "^11.8.2",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"net": "^1.0.2",
|
|
"net-browserify": "^0.2.4",
|
|
"node-fetch": "^2.6.11",
|
|
"openai": "~3.3.0",
|
|
"os-browserify": "^0.3.0",
|
|
"papaparse": "^5.4.1",
|
|
"path-browserify": "^1.0.1",
|
|
"plotly.js": "^2.21.0",
|
|
"process": "^0.11.10",
|
|
"querystring-es3": "^0.2.1",
|
|
"react": "^18.2.0",
|
|
"react-ace": "^10.1.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-confetti-explosion": "^2.1.2",
|
|
"react-csv": "^2.2.2",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-edit-text": "^5.1.0",
|
|
"react-plotly.js": "^2.6.0",
|
|
"react-scripts": "5.0.1",
|
|
"reactflow": "^11.0",
|
|
"request": "^2.88.2",
|
|
"socket.io-client": "^4.6.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"stream-http": "^3.2.0",
|
|
"styled-components": "^5.3.10",
|
|
"tls": "^0.0.1",
|
|
"typescript": "^5.1.3",
|
|
"url": "^0.11.1",
|
|
"util": "^0.12.5",
|
|
"uuidv4": "^6.2.13",
|
|
"web-vitals": "^2.1.4",
|
|
"xlsx": "^0.18.5",
|
|
"zustand": "^4.3.7"
|
|
},
|
|
"overrides": {
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"scripts": {
|
|
"start": "npx prettier -w . && npx eslint . && craco start",
|
|
"build": "npx prettier -w . && npx eslint . && craco build",
|
|
"test": "npx prettier -w . && npx eslint . && craco test",
|
|
"eject": "react-scripts eject",
|
|
"clean": "npx prettier -w . && npx eslint ."
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@craco/craco": "^7.1.0",
|
|
"@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",
|
|
"eslint": "<9.0.0",
|
|
"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",
|
|
"jest": "^27.5.1",
|
|
"worker-loader": "^3.0.8"
|
|
}
|
|
}
|