Spaces:
Sleeping
Sleeping
{ | |
"name": "test-react-flow", | |
"private": true, | |
"version": "0.0.0", | |
"type": "module", | |
"scripts": { | |
"start": "vite --host --mode dev", | |
"build": "tsc && vite build", | |
"preview": "vite preview", | |
"prettier": "prettier --write ." | |
}, | |
"devDependencies": { | |
"@babel/plugin-proposal-optional-chaining": "^7.21.0", | |
"@types/classnames": "^2.3.1", | |
"@types/js-cookie": "^3.0.3", | |
"@types/node": "^18.15.11", | |
"@types/react": "^18.0.28", | |
"@types/react-dom": "^18.0.11", | |
"@vitejs/plugin-legacy": "^4.0.2", | |
"@vitejs/plugin-react": "^3.1.0", | |
"husky": "^9.0.11", | |
"less": "^4.1.3", | |
"lint-staged": "^15.2.7", | |
"prettier": "^3.0.0", | |
"react": "^18.2.0", | |
"react-dom": "^18.2.0", | |
"terser": "^5.16.9", | |
"typescript": "^4.9.3", | |
"vite": "^4.2.1", | |
"vite-babel-plugin": "^0.0.2" | |
}, | |
"dependencies": { | |
"@antv/x6": "^2.18.1", | |
"@microsoft/fetch-event-source": "^2.0.1", | |
"antd": "^5.18.3", | |
"axios": "^1.3.5", | |
"classnames": "^2.5.1", | |
"elkjs": "^0.9.3", | |
"js-cookie": "^3.0.1", | |
"react-markdown": "^9.0.1", | |
"react-router": "^6.11.2", | |
"react-router-dom": "^6.11.2", | |
"reactflow": "^11.11.3", | |
"rehype-raw": "^7.0.0" | |
}, | |
"lint-staged": { | |
"**/*.{ts, tsx, less, module.less, json, md, .html}": "prettier --write ." | |
} | |
} | |