forked from invoke-ai/launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 5.16 KB
/
package.json
File metadata and controls
145 lines (145 loc) · 5.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "invoke-community-edition",
"productName": "Invoke Community Edition",
"version": "1.8.1",
"description": "Invoke Community Edition",
"main": "out/main/index.js",
"engines": {
"node": ">=22.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:invoke-ai/launcher.git"
},
"scripts": {
"dev": "electron-vite dev --watch",
"build": "electron-vite build",
"preview": "electron-vite preview",
"package": "npm run clean && npm run build && dotenv -e .env -- electron-builder --config electron-builder.config.ts --publish never",
"publish": "npm run clean && npm run build && dotenv -e .env -- electron-builder --config electron-builder.config.ts --publish always",
"cstest": "dotenv -e .env -- electron-builder --config electron-builder.config.ts --publish never --win",
"start": "npm run build && npm run preview",
"clean": "rimraf out/ dist/",
"download": "ts-node download_uv.ts",
"download:clean": "rimraf assets/bin/",
"lint:knip": "knip --tags=-knipignore",
"lint:dpdm": "dpdm --no-warning --no-tree --transform --exit-code circular:1 src/main/index.ts src/renderer/index.ts src/preload/index.ts",
"lint:eslint": "eslint --max-warnings=0 .",
"lint:prettier": "prettier --check .",
"lint:tsc": "tsc --noEmit",
"lint": "concurrently -g -c red,green,yellow,blue,magenta npm:lint:*",
"fix": "eslint --fix . && prettier --log-level warn --write .",
"test": "npm rebuild node-pty && vitest",
"test:ui": "npm rebuild node-pty && vitest --coverage --ui",
"test:no-watch": "npm rebuild node-pty && vitest --no-watch",
"rebuild": "electron-rebuild -f -w node-pty",
"postinstall": "npm run rebuild",
"react-devtools": "react-devtools",
"version": "npm version --message 'chore: bump version to v%s'"
},
"devDependencies": {
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/typed-ipc": "^1.0.2",
"@eslint/js": "^9.32.0",
"@fontsource-variable/inter": "^5.2.6",
"@invoke-ai/ui-library": "github:invoke-ai/ui-library#v0.0.48",
"@nanostores/react": "^1.0.0",
"@observ33r/object-equals": "^1.1.6",
"@renovatebot/pep440": "^4.1.0",
"@types/follow-redirects": "^1.14.4",
"@types/ip": "^1.1.3",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/tmp": "^0.2.6",
"@types/unzipper": "^0.10.11",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitejs/plugin-react-swc": "^3.11.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"ansi-colors": "^4.1.3",
"ansi-regex": "^6.1.0",
"concurrently": "^9.2.0",
"dotenv-cli": "^10.0.0",
"dpdm": "^3.14.0",
"electron": "^37.2.5",
"electron-builder": "^26.0.12",
"electron-context-menu": "^4.1.0",
"electron-store": "^10.1.0",
"electron-updater": "^6.6.2",
"electron-vite": "^4.0.0",
"es-toolkit": "^1.39.8",
"eslint": "^9.32.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-path": "^2.0.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"follow-redirects": "^1.15.11",
"globals": "^16.3.0",
"ip": "^2.0.1",
"jsdom": "^26.1.0",
"knip": "^5.62.0",
"linkify-react": "^4.3.2",
"linkifyjs": "^4.3.2",
"nanoid": "^5.1.5",
"nanostores": "^1.0.1",
"prettier": "^3.6.2",
"react": "^18.3.1",
"react-devtools": "^6.1.5",
"react-dom": "^18.3.1",
"react-error-boundary": "^6.0.0",
"react-hotkeys-hook": "^4.6.2",
"react-icons": "^5.5.0",
"rimraf": "^6.0.1",
"serialize-error": "^12.0.0",
"shell-env": "^4.0.1",
"strip-ansi": "^7.1.0",
"tar": "^7.4.3",
"tmp": "^0.2.3",
"ts-node": "^10.9.2",
"tsafe": "^1.8.5",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.0",
"unzipper": "^0.12.3",
"vite": "^7.0.6",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4",
"zod": "^4.0.14"
},
"keywords": [],
"author": {
"name": "Invoke AI, Inc.",
"email": "info@invoke.com"
},
"license": "Apache-2.0",
"dependencies": {
"@eslint/compat": "^1.3.1",
"@ossign/ossign": "^1.0.10",
"node-pty": "^1.1.0-beta27"
},
"uv": {
"linux": {
"url": "https://github.com/astral-sh/uv/releases/download/0.6.12/uv-x86_64-unknown-linux-gnu.tar.gz",
"sha256": "eec3ccf53616e00905279a302bc043451bd96ca71a159a2ac3199452ac914c26"
},
"win": {
"url": "https://github.com/astral-sh/uv/releases/download/0.6.12/uv-x86_64-pc-windows-msvc.zip",
"sha256": "30fdf26c209f0cb7c97d3b08a26ab4e78ce5ae0e031b88798cbaccc0f24f452b"
},
"mac": {
"url": "https://github.com/astral-sh/uv/releases/download/0.6.12/uv-aarch64-apple-darwin.tar.gz",
"sha256": "fab8db5b62da1e945524b8d1a9d4946fcc6d9b77ec0cab423d953e82159967ac"
}
},
"peerDependencies": {
"@emotion/react": "^11.13.5"
}
}