mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +02:00
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "open-swarm",
|
|
"version": "1.0.0",
|
|
"description": "Open Swarm — Agent Orchestrator frontend built with React",
|
|
"scripts": {
|
|
"build": "webpack --mode=production",
|
|
"build:watch": "webpack --mode=development --watch",
|
|
"dev": "webpack serve --mode=development",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-html": "^6.4.11",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lang-python": "^6.2.1",
|
|
"@codemirror/state": "^6.5.4",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@codemirror/view": "^6.39.16",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^7.3.9",
|
|
"@mui/material": "^7.3.9",
|
|
"@reduxjs/toolkit": "^2.8.2",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"codemirror": "^6.0.2",
|
|
"framer-motion": "^12.35.2",
|
|
"html-to-image": "^1.11.13",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.13.1",
|
|
"react-syntax-highlighter": "^16.1.1",
|
|
"remark-gfm": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.0",
|
|
"@babel/preset-env": "^7.28.0",
|
|
"@babel/preset-react": "^7.27.1",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/react-redux": "^7.1.34",
|
|
"babel-loader": "^9.2.1",
|
|
"copy-webpack-plugin": "^14.0.0",
|
|
"css-loader": "^6.8.0",
|
|
"css-modules-types-loader": "^0.6.10",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"sass": "^1.89.2",
|
|
"sass-loader": "^16.0.5",
|
|
"style-loader": "^3.3.0",
|
|
"typescript": "^5.0.0",
|
|
"webpack": "^5.88.0",
|
|
"webpack-cli": "^5.1.0",
|
|
"webpack-dev-server": "^4.15.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react",
|
|
"@babel/preset-typescript"
|
|
]
|
|
}
|
|
}
|