@typecad/ui 0.1.0-alpha.1 → 0.1.0-alpha.2
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 +86 -86
package/package.json
CHANGED
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@typecad/ui",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
4
|
-
"description": "TypeCAD UI authoring library — HTML/CSS-driven graphics for microcontrollers",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./dist/index.js",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"default": "./dist/index.js"
|
|
12
|
-
},
|
|
13
|
-
"./engine": {
|
|
14
|
-
"types": "./dist/engine-index.d.ts",
|
|
15
|
-
"default": "./dist/engine-index.js"
|
|
16
|
-
},
|
|
17
|
-
"./runtime-header": {
|
|
18
|
-
"types": "./dist/ui-engine/runtime-header.d.ts",
|
|
19
|
-
"default": "./dist/ui-engine/runtime-header.js"
|
|
20
|
-
},
|
|
21
|
-
"./ui-engine/*": {
|
|
22
|
-
"types": "./dist/ui-engine/*.d.ts",
|
|
23
|
-
"default": "./dist/ui-engine/*.js"
|
|
24
|
-
},
|
|
25
|
-
"./preview/*": {
|
|
26
|
-
"types": "./dist/preview/*.d.ts",
|
|
27
|
-
"default": "./dist/preview/*.js"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"sideEffects": false,
|
|
31
|
-
"files": [
|
|
32
|
-
"dist",
|
|
33
|
-
"src"
|
|
34
|
-
],
|
|
35
|
-
"peerDependencies": {
|
|
36
|
-
"@typecad/cuttlefish": "0.1.0-alpha.
|
|
37
|
-
},
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"css-tree": "^3.2.1",
|
|
40
|
-
"linkedom": "^0.18.12",
|
|
41
|
-
"opentype.js": "^2.0.0",
|
|
42
|
-
"yoga-layout": "^3.2.1"
|
|
43
|
-
},
|
|
44
|
-
"scripts": {
|
|
45
|
-
"build": "tsc",
|
|
46
|
-
"prepublishOnly": "npm run build"
|
|
47
|
-
},
|
|
48
|
-
"license": "MIT",
|
|
49
|
-
"repository": {
|
|
50
|
-
"type": "git",
|
|
51
|
-
"url": "git+https://github.com/justind000/typecode.git",
|
|
52
|
-
"directory": "packages/ui"
|
|
53
|
-
},
|
|
54
|
-
"homepage": "https://github.com/justind000/typecode/tree/main/packages/ui",
|
|
55
|
-
"bugs": {
|
|
56
|
-
"url": "https://github.com/justind000/typecode/issues"
|
|
57
|
-
},
|
|
58
|
-
"keywords": [
|
|
59
|
-
"arduino",
|
|
60
|
-
"embedded",
|
|
61
|
-
"microcontroller",
|
|
62
|
-
"esp32",
|
|
63
|
-
"tft",
|
|
64
|
-
"ili9341",
|
|
65
|
-
"ui",
|
|
66
|
-
"html",
|
|
67
|
-
"css",
|
|
68
|
-
"gui",
|
|
69
|
-
"typecad",
|
|
70
|
-
"cuttlefish",
|
|
71
|
-
"typescript",
|
|
72
|
-
"cpp",
|
|
73
|
-
"firmware"
|
|
74
|
-
],
|
|
75
|
-
"engines": {
|
|
76
|
-
"node": ">=18"
|
|
77
|
-
},
|
|
78
|
-
"devDependencies": {
|
|
79
|
-
"@types/node": "^22.10.7",
|
|
80
|
-
"@types/opentype.js": "^1.3.10"
|
|
81
|
-
},
|
|
82
|
-
"publishConfig": {
|
|
83
|
-
"access": "public"
|
|
84
|
-
},
|
|
85
|
-
"author": "typecad0"
|
|
86
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@typecad/ui",
|
|
3
|
+
"version": "0.1.0-alpha.2",
|
|
4
|
+
"description": "TypeCAD UI authoring library — HTML/CSS-driven graphics for microcontrollers",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"default": "./dist/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./engine": {
|
|
14
|
+
"types": "./dist/engine-index.d.ts",
|
|
15
|
+
"default": "./dist/engine-index.js"
|
|
16
|
+
},
|
|
17
|
+
"./runtime-header": {
|
|
18
|
+
"types": "./dist/ui-engine/runtime-header.d.ts",
|
|
19
|
+
"default": "./dist/ui-engine/runtime-header.js"
|
|
20
|
+
},
|
|
21
|
+
"./ui-engine/*": {
|
|
22
|
+
"types": "./dist/ui-engine/*.d.ts",
|
|
23
|
+
"default": "./dist/ui-engine/*.js"
|
|
24
|
+
},
|
|
25
|
+
"./preview/*": {
|
|
26
|
+
"types": "./dist/preview/*.d.ts",
|
|
27
|
+
"default": "./dist/preview/*.js"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"sideEffects": false,
|
|
31
|
+
"files": [
|
|
32
|
+
"dist",
|
|
33
|
+
"src"
|
|
34
|
+
],
|
|
35
|
+
"peerDependencies": {
|
|
36
|
+
"@typecad/cuttlefish": "0.1.0-alpha.2"
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"css-tree": "^3.2.1",
|
|
40
|
+
"linkedom": "^0.18.12",
|
|
41
|
+
"opentype.js": "^2.0.0",
|
|
42
|
+
"yoga-layout": "^3.2.1"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsc",
|
|
46
|
+
"prepublishOnly": "npm run build"
|
|
47
|
+
},
|
|
48
|
+
"license": "MIT",
|
|
49
|
+
"repository": {
|
|
50
|
+
"type": "git",
|
|
51
|
+
"url": "git+https://github.com/justind000/typecode.git",
|
|
52
|
+
"directory": "packages/ui"
|
|
53
|
+
},
|
|
54
|
+
"homepage": "https://github.com/justind000/typecode/tree/main/packages/ui",
|
|
55
|
+
"bugs": {
|
|
56
|
+
"url": "https://github.com/justind000/typecode/issues"
|
|
57
|
+
},
|
|
58
|
+
"keywords": [
|
|
59
|
+
"arduino",
|
|
60
|
+
"embedded",
|
|
61
|
+
"microcontroller",
|
|
62
|
+
"esp32",
|
|
63
|
+
"tft",
|
|
64
|
+
"ili9341",
|
|
65
|
+
"ui",
|
|
66
|
+
"html",
|
|
67
|
+
"css",
|
|
68
|
+
"gui",
|
|
69
|
+
"typecad",
|
|
70
|
+
"cuttlefish",
|
|
71
|
+
"typescript",
|
|
72
|
+
"cpp",
|
|
73
|
+
"firmware"
|
|
74
|
+
],
|
|
75
|
+
"engines": {
|
|
76
|
+
"node": ">=18"
|
|
77
|
+
},
|
|
78
|
+
"devDependencies": {
|
|
79
|
+
"@types/node": "^22.10.7",
|
|
80
|
+
"@types/opentype.js": "^1.3.10"
|
|
81
|
+
},
|
|
82
|
+
"publishConfig": {
|
|
83
|
+
"access": "public"
|
|
84
|
+
},
|
|
85
|
+
"author": "typecad0"
|
|
86
|
+
}
|