-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.87 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
{
"name": "@comfyorg/comfyui-prototypes",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "Prototype frontend for ComfyUI",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"lint": "oxlint src && eslint src --cache",
"lint:fix": "oxlint src --fix && eslint src --cache --fix",
"format": "prettier --write './**/*.{js,ts,tsx,vue,mts,css,json}' --cache",
"format:check": "prettier --check './**/*.{js,ts,tsx,vue,mts,css,json}' --cache"
},
"dependencies": {
"@vercel/toolbar": "^0.1.41",
"@vue-flow/background": "^1.3.2",
"@vue-flow/core": "^1.48.0",
"@vueuse/core": "^11.0.0",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"es-toolkit": "^1.39.9",
"lucide-vue-next": "^0.555.0",
"pinia": "^2.2.2",
"posthog-js": "^1.302.2",
"reka-ui": "^2.6.1",
"tailwind-merge": "^3.4.0",
"vue": "^3.5.13",
"vue-router": "^4.4.3",
"vue-sonner": "^2.0.9",
"zod": "^3.24.1"
},
"devDependencies": {
"@iconify/json": "^2.2.380",
"@tailwindcss/vite": "^4.1.12",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^10.4.0",
"oxlint": "^1.28.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.12",
"typescript": "~5.9.2",
"typescript-eslint": "^8.44.0",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^5.4.19",
"vue-tsc": "^3.0.7"
},
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
}