Files

94 lines
2.8 KiB
JSON

{
"name": "open-swarm",
"version": "1.0.0",
"license": "AGPL-3.0-only",
"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",
"@fontsource-variable/inter": "^5.3.0",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@pierre/diffs": "^1.0.11",
"@reduxjs/toolkit": "^2.8.2",
"@types/react-syntax-highlighter": "^15.5.13",
"ansi-to-react": "^6.2.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codemirror": "^6.0.2",
"framer-motion": "^12.35.2",
"hast-util-to-jsx-runtime": "^2.3.6",
"html-to-image": "^1.11.13",
"html-url-attributes": "^3.0.1",
"leaflet": "^1.9.4",
"lucide-react": "^1.17.0",
"radix-ui": "^1.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.13.1",
"react-syntax-highlighter": "^16.1.1",
"recharts": "^2.15.4",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"shiki": "^3.23.0",
"simple-icons": "^16.28.0",
"supercluster": "^8.0.1",
"tailwind-merge": "^3.6.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@tailwindcss/postcss": "^4.3.3",
"@types/leaflet": "^1.9.21",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-redux": "^7.1.34",
"@types/supercluster": "^7.1.3",
"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",
"postcss": "^8.5.20",
"postcss-loader": "^8.2.1",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"style-loader": "^3.3.0",
"tailwindcss": "^4.3.3",
"tsx": "^4.23.1",
"tw-animate-css": "^1.4.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"
]
}
}