Files
react-flow/package.json

31 lines
822 B
JSON
Raw Permalink Normal View History

2024-08-16 15:08:06 +07:00
{
"name": "vite-react-flow-template",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@xyflow/react": "^12.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0"
},
"license": "MIT",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@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"
}
}