Files
wehub-resource-sync cddb07a176
build container image / cpu (push) Waiting to run
build container image / cuda (push) Waiting to run
build container image / rocm (push) Waiting to run
frontend tests / frontend-tests (push) Waiting to run
openapi checks / openapi-checks (push) Waiting to run
python tests / py3.12: macos-default (push) Waiting to run
python tests / py3.11: windows-cpu (push) Waiting to run
python tests / py3.12: windows-cpu (push) Waiting to run
python tests / py3.11: linux-cpu (push) Waiting to run
python tests / py3.12: linux-cpu (push) Waiting to run
typegen checks / typegen-checks (push) Waiting to run
uv lock checks / uv-lock-checks (push) Waiting to run
frontend checks / frontend-checks (push) Waiting to run
lfs checks / lfs-check (push) Waiting to run
python checks / python-checks (push) Waiting to run
python tests / py3.11: macos-default (push) Waiting to run
docs / deploy (push) Has been cancelled
docs / changes (push) Has been cancelled
docs / check-and-build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:22:06 +08:00

174 lines
5.3 KiB
JSON

{
"name": "@invoke-ai/invoke-ai-ui",
"private": true,
"version": "0.0.1",
"publishConfig": {
"access": "restricted",
"registry": "https://npm.pkg.github.com"
},
"main": "./dist/invoke-ai-ui.umd.js",
"module": "./dist/invoke-ai-ui.es.js",
"exports": {
".": {
"import": "./dist/invoke-ai-ui.es.js",
"require": "./dist/invoke-ai-ui.umd.js"
}
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite dev",
"dev:host": "vite dev --host",
"build": "pnpm run lint && vitest run && vite build",
"typegen": "node scripts/typegen.js",
"preview": "vite preview",
"lint:knip": "knip --tags=-knipignore",
"lint:dpdm": "dpdm --no-warning --no-tree --transform --exit-code circular:1 src/main.tsx",
"lint:eslint": "eslint --max-warnings=0 .",
"lint:prettier": "prettier --check .",
"lint:tsc": "tsc --noEmit",
"lint": "concurrently -g -c red,green,yellow,blue,magenta pnpm:lint:*",
"fix": "eslint --fix . && prettier --log-level warn --write .",
"preinstall": "npx only-allow pnpm",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest",
"test:run": "vitest run",
"test:ui": "vitest --coverage --ui",
"test:no-watch": "vitest --no-watch"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.2",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@dagrejs/dagre": "^1.1.8",
"@dagrejs/graphlib": "^2.2.4",
"@fontsource-variable/inter": "^5.2.8",
"@invoke-ai/ui-library": "github:invoke-ai/ui-library#v0.0.48",
"@nanostores/react": "^1.1.0",
"@observ33r/object-equals": "^1.1.6",
"@reduxjs/toolkit": "2.8.2",
"@roarr/browser-log-writer": "^1.3.0",
"@xyflow/react": "^12.10.0",
"ag-psd": "^28.5.1",
"async-mutex": "^0.5.0",
"chakra-react-select": "^4.10.1",
"cmdk": "^1.1.1",
"compare-versions": "^6.1.1",
"dockview": "^4.12.0",
"es-toolkit": "^1.46.1",
"filesize": "^10.1.6",
"fracturedjsonjs": "^4.1.1",
"framer-motion": "^11.18.2",
"i18next": "^25.7.3",
"i18next-http-backend": "^3.0.2",
"idb-keyval": "6.2.1",
"jsondiffpatch": "^0.7.3",
"jszip": "^3.10.1",
"konva": "^9.3.22",
"linkify-react": "^4.3.2",
"linkifyjs": "^4.3.2",
"lru-cache": "^11.2.4",
"mtwist": "^1.0.2",
"nanoid": "^5.1.6",
"nanostores": "^1.3.0",
"new-github-issue-url": "^1.1.0",
"overlayscrollbars": "^2.13.0",
"overlayscrollbars-react": "^0.5.6",
"perfect-freehand": "^1.2.2",
"query-string": "^9.3.1",
"raf-throttle": "^2.0.6",
"react": "^19.2.6",
"react-colorful": "^5.7.0",
"react-dom": "^19.2.6",
"react-dropzone": "^14.3.8",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.69.0",
"react-hotkeys-hook": "4.5.0",
"react-i18next": "^16.5.0",
"react-icons": "^5.5.0",
"react-redux": "9.2.0",
"react-resizable-panels": "^3.0.6",
"react-router-dom": "^7.12.0",
"react-textarea-autosize": "^8.5.9",
"react-use": "^17.6.0",
"react-virtuoso": "^4.18.6",
"redux-remember": "^5.3.0",
"redux-undo": "^1.1.0",
"rfdc": "^1.4.1",
"roarr": "^7.21.2",
"serialize-error": "^12.0.0",
"socket.io-client": "^4.8.3",
"stable-hash": "^0.0.6",
"use-debounce": "^10.0.6",
"use-device-pixel-ratio": "^1.1.2",
"uuid": "^11.1.0",
"zod": "^4.2.1",
"zod-validation-error": "^4.0.2"
},
"peerDependencies": {
"react": "^18.2.0 || ^19.1.4",
"react-dom": "^18.2.0 || ^19.1.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.29.7",
"@eslint/js": "^9.39.2",
"@storybook/addon-docs": "^10.3.6",
"@storybook/addon-links": "^10.3.6",
"@storybook/react-vite": "^10.3.6",
"@types/node": "^22.19.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"@vitejs/plugin-react-swc": "^4.3.0",
"@vitest/coverage-v8": "^4.1.5",
"@vitest/ui": "^4.1.5",
"babel-plugin-react-compiler": "^1.0.0",
"concurrently": "^9.2.1",
"csstype": "^3.2.3",
"dpdm": "^3.14.0",
"eslint": "^9.39.2",
"eslint-plugin-i18next": "^6.1.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-path": "^2.1.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-storybook": "^10.3.6",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^16.5.0",
"knip": "^5.77.4",
"magic-string": "^0.30.21",
"openapi-types": "^12.1.3",
"openapi-typescript": "^7.10.1",
"prettier": "^3.8.3",
"rollup-plugin-visualizer": "^6.0.5",
"storybook": "^10.3.6",
"tsafe": "^1.8.12",
"type-fest": "^4.41.0",
"typescript": "^5.9.3",
"vite": "^8.0.11",
"vite-plugin-babel": "^1.6.0",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^4.1.5"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "19",
"react-dom": "19",
"zod": "4"
}
}
},
"engines": {
"pnpm": "10"
},
"packageManager": "pnpm@10.12.4"
}