package.json 407 B

12345678910111213141516171819
  1. {
  2. "name": "@repo/flowchart-render",
  3. "description": "Flowchart render for react and x6",
  4. "version": "0.0.0",
  5. "private": true,
  6. "module": "./src/index.ts",
  7. "scripts": {
  8. "lint": "eslint . --max-warnings 0",
  9. "generate:component": "turbo gen react-component"
  10. },
  11. "devDependencies": {
  12. "eslint": "^8.57.1",
  13. "typescript": "^5.7.3"
  14. },
  15. "dependencies": {
  16. "react": "^18.3.1"
  17. }
  18. }