launchframe 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +64 -64
package/package.json
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "launchframe",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Point Launchframe at SaaS sites you admire and get back a drop-in shadcn/ui design system (tokens, Tailwind theme, CSS variables, AI handoff) you can build your own UI on top of.",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"author": "Evan Gruhlkey",
|
|
7
|
-
"homepage": "https://github.com/evangruhlkey/launchframe#readme",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/evangruhlkey/launchframe.git"
|
|
11
|
-
},
|
|
12
|
-
"bugs": {
|
|
13
|
-
"url": "https://github.com/evangruhlkey/launchframe/issues"
|
|
14
|
-
},
|
|
15
|
-
"keywords": [
|
|
16
|
-
"launchframe",
|
|
17
|
-
"shadcn",
|
|
18
|
-
"shadcn-ui",
|
|
19
|
-
"tailwind",
|
|
20
|
-
"design-system",
|
|
21
|
-
"design-tokens",
|
|
22
|
-
"playwright",
|
|
23
|
-
"cursor",
|
|
24
|
-
"claude-code",
|
|
25
|
-
"ai",
|
|
26
|
-
"cli"
|
|
27
|
-
],
|
|
28
|
-
"bin": {
|
|
29
|
-
"launchframe": "bin/launchframe.mjs"
|
|
30
|
-
},
|
|
31
|
-
"files": [
|
|
32
|
-
"bin",
|
|
33
|
-
"packages/extract",
|
|
34
|
-
"README.md",
|
|
35
|
-
"LICENSE"
|
|
36
|
-
],
|
|
37
|
-
"workspaces": [
|
|
38
|
-
"apps/*",
|
|
39
|
-
"packages/*"
|
|
40
|
-
],
|
|
41
|
-
"scripts": {
|
|
42
|
-
"extract": "tsx packages/extract/extract.ts",
|
|
43
|
-
"studio": "npm run dev --workspace apps/studio",
|
|
44
|
-
"studio:build": "npm run build --workspace apps/studio",
|
|
45
|
-
"capture": "tsx packages/capture/screenshot-site.ts",
|
|
46
|
-
"analyze": "tsx packages/analysis/analyze-screenshot.ts",
|
|
47
|
-
"formalize": "tsx packages/patterns/pattern-registry.ts",
|
|
48
|
-
"evaluate": "tsx packages/evaluation/evaluate-page.ts",
|
|
49
|
-
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
50
|
-
"format:check": "prettier --check ."
|
|
51
|
-
},
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"playwright": "^1.48.0",
|
|
54
|
-
"tsx": "^4.19.0"
|
|
55
|
-
},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"@types/node": "^22.7.0",
|
|
58
|
-
"prettier": "^3.3.3",
|
|
59
|
-
"typescript": "^5.6.0"
|
|
60
|
-
},
|
|
61
|
-
"engines": {
|
|
62
|
-
"node": ">=20.0.0"
|
|
63
|
-
}
|
|
64
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "launchframe",
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"description": "Point Launchframe at SaaS sites you admire and get back a drop-in shadcn/ui design system (tokens, Tailwind theme, CSS variables, AI handoff) you can build your own UI on top of.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Evan Gruhlkey",
|
|
7
|
+
"homepage": "https://github.com/evangruhlkey/launchframe#readme",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/evangruhlkey/launchframe.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/evangruhlkey/launchframe/issues"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"launchframe",
|
|
17
|
+
"shadcn",
|
|
18
|
+
"shadcn-ui",
|
|
19
|
+
"tailwind",
|
|
20
|
+
"design-system",
|
|
21
|
+
"design-tokens",
|
|
22
|
+
"playwright",
|
|
23
|
+
"cursor",
|
|
24
|
+
"claude-code",
|
|
25
|
+
"ai",
|
|
26
|
+
"cli"
|
|
27
|
+
],
|
|
28
|
+
"bin": {
|
|
29
|
+
"launchframe": "bin/launchframe.mjs"
|
|
30
|
+
},
|
|
31
|
+
"files": [
|
|
32
|
+
"bin",
|
|
33
|
+
"packages/extract",
|
|
34
|
+
"README.md",
|
|
35
|
+
"LICENSE"
|
|
36
|
+
],
|
|
37
|
+
"workspaces": [
|
|
38
|
+
"apps/*",
|
|
39
|
+
"packages/*"
|
|
40
|
+
],
|
|
41
|
+
"scripts": {
|
|
42
|
+
"extract": "tsx packages/extract/extract.ts",
|
|
43
|
+
"studio": "npm run dev --workspace apps/studio",
|
|
44
|
+
"studio:build": "npm run build --workspace apps/studio",
|
|
45
|
+
"capture": "tsx packages/capture/screenshot-site.ts",
|
|
46
|
+
"analyze": "tsx packages/analysis/analyze-screenshot.ts",
|
|
47
|
+
"formalize": "tsx packages/patterns/pattern-registry.ts",
|
|
48
|
+
"evaluate": "tsx packages/evaluation/evaluate-page.ts",
|
|
49
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
50
|
+
"format:check": "prettier --check ."
|
|
51
|
+
},
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"playwright": "^1.48.0",
|
|
54
|
+
"tsx": "^4.19.0"
|
|
55
|
+
},
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@types/node": "^22.7.0",
|
|
58
|
+
"prettier": "^3.3.3",
|
|
59
|
+
"typescript": "^5.6.0"
|
|
60
|
+
},
|
|
61
|
+
"engines": {
|
|
62
|
+
"node": ">=20.0.0"
|
|
63
|
+
}
|
|
64
|
+
}
|