mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-22 16:08:02 -05:00
1) Downgrade numpy to avoid dependency conflict with numba 2) Move all non ldm/invoke files into `invokeai`. This includes assets, backend, frontend, and configs. 3) Fix up way that the backend finds the frontend and the generator finds the NSFW caution.png icon.
93 lines
2.6 KiB
JSON
93 lines
2.6 KiB
JSON
{
|
|
"name": "invoke-ai-ui",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "tsc && vite build",
|
|
"build-dev": "tsc && vite build -m development",
|
|
"preview": "vite preview",
|
|
"madge": "madge --circular src/main.tsx",
|
|
"lint": "eslint src/",
|
|
"prettier": "prettier *.{json,cjs,ts,html} src/**/*.{ts,tsx}",
|
|
"fmt": "npm run prettier -- --write",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.0.10",
|
|
"@chakra-ui/react": "^2.3.1",
|
|
"@emotion/cache": "^11.10.5",
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@radix-ui/react-context-menu": "^2.0.1",
|
|
"@radix-ui/react-slider": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.0.2",
|
|
"@reduxjs/toolkit": "^1.8.5",
|
|
"@types/uuid": "^8.3.4",
|
|
"add": "^2.0.6",
|
|
"dateformat": "^5.0.3",
|
|
"formik": "^2.2.9",
|
|
"framer-motion": "^7.2.1",
|
|
"i18next": "^22.4.5",
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
"i18next-http-backend": "^2.1.0",
|
|
"konva": "^8.3.13",
|
|
"lodash": "^4.17.21",
|
|
"re-resizable": "^6.9.9",
|
|
"react": "^18.2.0",
|
|
"react-colorful": "^5.6.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.2",
|
|
"react-hotkeys-hook": "4.0.2",
|
|
"react-i18next": "^12.1.1",
|
|
"react-icons": "^4.4.0",
|
|
"react-konva": "^18.2.3",
|
|
"react-konva-utils": "^0.3.0",
|
|
"react-redux": "^8.0.2",
|
|
"react-transition-group": "^4.4.5",
|
|
"react-zoom-pan-pinch": "^2.1.3",
|
|
"redux-deep-persist": "^1.0.6",
|
|
"redux-persist": "^6.0.0",
|
|
"socket.io": "^4.5.2",
|
|
"socket.io-client": "^4.5.2",
|
|
"use-image": "^1.1.0",
|
|
"uuid": "^9.0.0",
|
|
"yarn": "^1.22.19"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dateformat": "^5.0.0",
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-transition-group": "^4.4.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
|
"@typescript-eslint/parser": "^5.36.2",
|
|
"@vitejs/plugin-legacy": "^3.0.1",
|
|
"@vitejs/plugin-react": "^2.0.1",
|
|
"eslint": "^8.23.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"madge": "^5.0.1",
|
|
"patch-package": "^6.5.0",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"prettier": "^2.8.1",
|
|
"sass": "^1.55.0",
|
|
"terser": "^5.16.1",
|
|
"tsc-watch": "^5.0.3",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.0.7",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-tsconfig-paths": "^3.5.2"
|
|
},
|
|
"madge": {
|
|
"detectiveOptions": {
|
|
"ts": {
|
|
"skipTypeImports": true
|
|
},
|
|
"tsx": {
|
|
"skipTypeImports": true
|
|
}
|
|
}
|
|
}
|
|
}
|