-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 1.65 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
{
"name": "moldui",
"version": "2.4.2",
"description": "Visual drag-and-drop editor for your real codebase. Click, drag, resize, edit text in the browser — Claude writes the code. Works with Next.js, Vite, Vue, Svelte, Django, Rails, and static HTML.",
"type": "module",
"bin": {
"moldui": "./bin/moldui.js"
},
"main": "src/index.js",
"scripts": {
"build": "node scripts/build-editor.js",
"test": "node --test tests/*.test.js"
},
"dependencies": {
"http-proxy": "^1.18.1",
"ws": "^8.16.0",
"detect-port": "^2.0.0",
"open": "^11.0.0",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"ora": "^8.0.0"
},
"devDependencies": {
"esbuild": "^0.25.0"
},
"engines": {
"node": ">=20"
},
"keywords": [
"visual-editor",
"drag-and-drop",
"drag-drop",
"browser-editor",
"live-editor",
"design-tool",
"design-tools",
"css-editor",
"css-in-browser",
"ui-editor",
"in-browser-editor",
"overlay",
"canvas",
"figma-alternative",
"webflow-alternative",
"lovable-alternative",
"v0-alternative",
"claude",
"claude-code",
"claude-ai",
"claude-plugin",
"ai-coding",
"ai-agent",
"ai-developer-tools",
"developer-tools",
"devtools",
"frontend-tools",
"nextjs",
"vite",
"react",
"vue",
"svelte",
"sveltekit",
"nuxt",
"tailwindcss",
"tailwind",
"cross-framework",
"hot-reload",
"hmr",
"proxy-server",
"cli",
"plugin",
"open-source",
"mit",
"design-to-code",
"wysiwyg",
"visual-editing",
"spatial-editing"
],
"author": "masyv",
"license": "MIT"
}