|
1 | 1 | {
|
2 | 2 | "name": "@comfyorg/comfyui-frontend",
|
3 | 3 | "private": true,
|
4 |
| - "version": "1.28.6", |
| 4 | + "version": "1.28.4", |
5 | 5 | "type": "module",
|
6 | 6 | "repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
|
7 | 7 | "homepage": "https://comfy.org",
|
8 | 8 | "description": "Official front-end implementation of ComfyUI",
|
9 | 9 | "license": "GPL-3.0-only",
|
10 | 10 | "scripts": {
|
11 |
| - "build:desktop": "nx build @comfyorg/desktop-ui", |
12 | 11 | "build-storybook": "storybook build",
|
13 | 12 | "build:types": "nx build --config vite.types.config.mts && node scripts/prepare-types.js",
|
14 | 13 | "build": "pnpm typecheck && nx build",
|
15 | 14 | "collect-i18n": "pnpm exec playwright test --config=playwright.i18n.config.ts",
|
16 |
| - "dev:desktop": "nx dev @comfyorg/desktop-ui", |
17 | 15 | "dev:electron": "nx serve --config vite.electron.config.mts",
|
18 | 16 | "dev": "nx serve",
|
19 | 17 | "devtools:pycheck": "python3 -m compileall -q tools/devtools",
|
|
35 | 33 | "prepare": "husky || true && git config blame.ignoreRevsFile .git-blame-ignore-revs || true",
|
36 | 34 | "preview": "nx preview",
|
37 | 35 | "storybook": "nx storybook -p 6006",
|
38 |
| - "stylelint:fix": "stylelint --cache --fix", |
39 |
| - "stylelint": "stylelint --cache", |
40 | 36 | "test:browser": "pnpm exec nx e2e",
|
41 | 37 | "test:unit": "nx run test",
|
42 | 38 | "typecheck": "vue-tsc --noEmit",
|
|
81 | 77 | "knip": "catalog:",
|
82 | 78 | "lint-staged": "catalog:",
|
83 | 79 | "nx": "catalog:",
|
84 |
| - "postcss-html": "catalog:", |
85 | 80 | "prettier": "catalog:",
|
86 | 81 | "storybook": "catalog:",
|
87 |
| - "stylelint": "catalog:", |
88 | 82 | "tailwindcss": "catalog:",
|
89 | 83 | "tailwindcss-primeui": "catalog:",
|
90 | 84 | "tsx": "catalog:",
|
|
0 commit comments