Spaces:
Running
Running
{ | |
"name": "multimodal-live-api-web-console", | |
"version": "0.1.0", | |
"dependencies": { | |
"classnames": "^2.5.1", | |
"dotenv": "^16.4.1", | |
"dotenv-flow": "^4.1.0", | |
"eventemitter3": "^5.0.1", | |
"express": "^4.18.2", | |
"http-proxy-middleware": "^3.0.3", | |
"lodash": "^4.17.21", | |
"react": "^18.3.1", | |
"react-dom": "^18.3.1", | |
"react-icons": "^5.3.0", | |
"react-scripts": "5.0.1", | |
"react-select": "^5.8.3", | |
"react-syntax-highlighter": "^15.6.1", | |
"sass": "^1.80.6", | |
"vega": "^5.30.0", | |
"vega-embed": "^6.29.0", | |
"vega-lite": "^5.22.0", | |
"web-vitals": "^2.1.4", | |
"websocket": "^1.0.34", | |
"ws": "^8.16.0", | |
"zustand": "^5.0.1" | |
}, | |
"scripts": { | |
"start-https": "HTTPS=true react-scripts start", | |
"start": "react-scripts start", | |
"build": "react-scripts build", | |
"test": "react-scripts test", | |
"eject": "react-scripts eject", | |
"startone": "PORT=3001 react-scripts start", | |
"start-server": "node server/index.js", | |
"start-network": "./scripts/start-network.sh" | |
}, | |
"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": { | |
"@google/generative-ai": "^0.21.0", | |
"@testing-library/jest-dom": "^5.17.0", | |
"@testing-library/react": "^13.4.0", | |
"@testing-library/user-event": "^13.5.0", | |
"@types/express": "^4.17.21", | |
"@types/jest": "^27.5.2", | |
"@types/lodash": "^4.17.13", | |
"@types/node": "^16.18.119", | |
"@types/react": "^18.3.12", | |
"@types/react-dom": "^18.3.1", | |
"@types/react-syntax-highlighter": "^15.5.13", | |
"@types/ws": "^8.5.10", | |
"ts-node": "^10.9.2", | |
"typescript": "^5.6.3" | |
}, | |
"overrides": { | |
"typescript": "^5.6.3" | |
} | |
} | |