| { |
| "name": "ui", |
| "version": "0.1.0", |
| "private": true, |
| "dependencies": { |
| "@headlessui/react": "^2.1.9", |
| "@heroicons/react": "^2.1.1", |
| "@microsoft/fetch-event-source": "^2.0.1", |
| "@testing-library/react": "^13.4.0", |
| "@tisoap/react-flow-smart-edge": "^3.0.0", |
| "@types/node": "^20.0.0", |
| "@types/react": "^18.2.56", |
| "@types/react-dom": "^18.2.19", |
| "@types/react-syntax-highlighter": "^15.5.11", |
| "@uiw/react-json-view": "^2.0.0-alpha.12", |
| "clsx": "^2.1.0", |
| "dagre": "^0.8.5", |
| "fuse.js": "^7.0.0", |
| "heroicons": "^2.1.1", |
| "react": "^18.2.0", |
| "react-dom": "^18.2.0", |
| "react-icons": "^5.0.1", |
| "react-markdown": "^9.0.1", |
| "react-query": "^3.39.3", |
| "react-router-dom": "^7.18.1", |
| "react-select": "^5.8.1", |
| "react-syntax-highlighter": "^16.1.1", |
| "reactflow": "^11.10.4", |
| "remark-gfm": "^4.0.0", |
| "tailwindcss-question-mark": "^0.4.0", |
| "typescript": "~6.0.2" |
| }, |
| "scripts": { |
| "start": "vite", |
| "build": "tsc && vite build", |
| "test": "vitest", |
| "preview": "vite preview", |
| "lint": "eslint .", |
| "lint:fix": "eslint . --fix --max-warnings=0 --config ./.eslintrc.js --ignore-path ./.eslintignore", |
| "format:fix": "prettier --write ./**/*.{ts,tsx,css,md,json} --config ./.prettierrc.json --ignore-path ./.prettierignore", |
| "precommit": "npm run lint:fix && npm run format", |
| "prepush": "npm run lint" |
| }, |
| "devDependencies": { |
| "@testing-library/jest-dom": "^5.17.0", |
| "@types/dagre": "^0.7.52", |
| "@typescript-eslint/eslint-plugin": "^7.0.2", |
| "@typescript-eslint/parser": "^7.0.2", |
| "@vitejs/plugin-react": "^4.5.0", |
| "autoprefixer": "^10.5.0", |
| "eslint": "^8.56.0", |
| "eslint-config-prettier": "^9.1.0", |
| "eslint-plugin-prettier": "^5.1.3", |
| "eslint-plugin-react": "^7.33.2", |
| "eslint-plugin-react-hooks": "^4.6.0", |
| "husky": "^9.0.11", |
| "jsdom": "^26.1.0", |
| "lint-staged": "^15.5.2", |
| "openapi-typescript-codegen": "^0.27.0", |
| "prettier": "^3.2.5", |
| "react-json-tree": "^0.18.0", |
| "tailwindcss": "^3.4.19", |
| "vite": "^6.3.5", |
| "vitest": "^3.2.6" |
| }, |
| "husky": { |
| "hooks": { |
| "pre-commit": "lint-staged" |
| } |
| }, |
| "prepare": "husky install", |
| "lint-staged": { |
| "*.ts": [ |
| "eslint --fix", |
| "prettier --write" |
| ], |
| "*.tsx": [ |
| "eslint --fix", |
| "prettier --write" |
| ] |
| } |
| } |