Spaces:
Sleeping
Sleeping
File size: 732 Bytes
c3ad400 1e3b990 c3ad400 cd297eb c3ad400 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {
"name": "tai-jy",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "NODE_NO_WARNINGS=1 vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.17.1",
"@mui/material": "^5.15.7",
"axios": "^1.6.7",
"dagre": "^0.8.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"reactflow": "^11.10.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.4.0",
"vite": "^6.2.6"
}
}
|