r-flow / package.json
ruv's picture
Update package.json
2fd6bc5 verified
{
"name": "vite-react-flow-template",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 7860 --host",
"start": "vite build && vite preview --port 7860",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactflow": "^11.10.3"
},
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
}