@gjsify/cli 0.1.3 → 0.1.4
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 +50 -50
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "CLI for Gjsify",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -23,55 +23,55 @@
|
|
|
23
23
|
"cli"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@gjsify/esbuild-plugin-gjsify": "^0.1.
|
|
27
|
-
"@gjsify/example-dom-canvas2d-confetti": "^0.1.
|
|
28
|
-
"@gjsify/example-dom-canvas2d-fireworks": "^0.1.
|
|
29
|
-
"@gjsify/example-dom-canvas2d-text": "^0.1.
|
|
30
|
-
"@gjsify/example-dom-iframe-basic": "^0.1.
|
|
31
|
-
"@gjsify/example-dom-three-extrude-shapes": "^0.1.
|
|
32
|
-
"@gjsify/example-dom-three-geometry-cube": "^0.1.
|
|
33
|
-
"@gjsify/example-dom-three-geometry-shapes": "^0.1.
|
|
34
|
-
"@gjsify/example-dom-three-geometry-teapot": "^0.1.
|
|
35
|
-
"@gjsify/example-dom-three-loader-ldraw": "^0.1.
|
|
36
|
-
"@gjsify/example-dom-three-morphtargets": "^0.1.
|
|
37
|
-
"@gjsify/example-dom-three-multiple-rendertargets": "^0.1.
|
|
38
|
-
"@gjsify/example-dom-three-postprocessing-pixel": "^0.1.
|
|
39
|
-
"@gjsify/example-dom-webgl-demo-fade": "^0.1.
|
|
40
|
-
"@gjsify/example-dom-webgl-tutorial-01": "^0.1.
|
|
41
|
-
"@gjsify/example-dom-webgl-tutorial-02": "^0.1.
|
|
42
|
-
"@gjsify/example-dom-webgl-tutorial-03": "^0.1.
|
|
43
|
-
"@gjsify/example-dom-webgl-tutorial-04": "^0.1.
|
|
44
|
-
"@gjsify/example-dom-webgl-tutorial-05": "^0.1.
|
|
45
|
-
"@gjsify/example-dom-webgl-tutorial-06": "^0.1.
|
|
46
|
-
"@gjsify/example-dom-webgl-tutorial-07": "^0.1.
|
|
47
|
-
"@gjsify/example-node-cli-deepkit-di": "^0.1.
|
|
48
|
-
"@gjsify/example-node-cli-deepkit-events": "^0.1.
|
|
49
|
-
"@gjsify/example-node-cli-deepkit-types": "^0.1.
|
|
50
|
-
"@gjsify/example-node-cli-deepkit-validation": "^0.1.
|
|
51
|
-
"@gjsify/example-node-cli-deepkit-workflow": "^0.1.
|
|
52
|
-
"@gjsify/example-node-cli-dns-lookup": "^0.1.
|
|
53
|
-
"@gjsify/example-node-cli-esbuild-plugin-deepkit": "^0.1.
|
|
54
|
-
"@gjsify/example-node-cli-esbuild-plugin-transform-ext": "^0.1.
|
|
55
|
-
"@gjsify/example-node-cli-file-search": "^0.1.
|
|
56
|
-
"@gjsify/example-node-cli-gio-cat": "^0.1.
|
|
57
|
-
"@gjsify/example-node-cli-json-store": "^0.1.
|
|
58
|
-
"@gjsify/example-node-cli-node-buffer": "^0.1.
|
|
59
|
-
"@gjsify/example-node-cli-node-events": "^0.1.
|
|
60
|
-
"@gjsify/example-node-cli-node-fs": "^0.1.
|
|
61
|
-
"@gjsify/example-node-cli-node-os": "^0.1.
|
|
62
|
-
"@gjsify/example-node-cli-node-path": "^0.1.
|
|
63
|
-
"@gjsify/example-node-cli-node-url": "^0.1.
|
|
64
|
-
"@gjsify/example-node-cli-worker-pool": "^0.1.
|
|
65
|
-
"@gjsify/example-node-cli-yargs-demo": "^0.1.
|
|
66
|
-
"@gjsify/example-node-gtk-http-dashboard": "^0.1.
|
|
67
|
-
"@gjsify/example-node-net-express-hello": "^0.1.
|
|
68
|
-
"@gjsify/example-node-net-hono-rest": "^0.1.
|
|
69
|
-
"@gjsify/example-node-net-koa-blog": "^0.1.
|
|
70
|
-
"@gjsify/example-node-net-sse-chat": "^0.1.
|
|
71
|
-
"@gjsify/example-node-net-static-file-server": "^0.1.
|
|
72
|
-
"@gjsify/example-node-net-ws-chat": "^0.1.
|
|
73
|
-
"@gjsify/node-polyfills": "^0.1.
|
|
74
|
-
"@gjsify/web-polyfills": "^0.1.
|
|
26
|
+
"@gjsify/esbuild-plugin-gjsify": "^0.1.4",
|
|
27
|
+
"@gjsify/example-dom-canvas2d-confetti": "^0.1.4",
|
|
28
|
+
"@gjsify/example-dom-canvas2d-fireworks": "^0.1.4",
|
|
29
|
+
"@gjsify/example-dom-canvas2d-text": "^0.1.4",
|
|
30
|
+
"@gjsify/example-dom-iframe-basic": "^0.1.4",
|
|
31
|
+
"@gjsify/example-dom-three-extrude-shapes": "^0.1.4",
|
|
32
|
+
"@gjsify/example-dom-three-geometry-cube": "^0.1.4",
|
|
33
|
+
"@gjsify/example-dom-three-geometry-shapes": "^0.1.4",
|
|
34
|
+
"@gjsify/example-dom-three-geometry-teapot": "^0.1.4",
|
|
35
|
+
"@gjsify/example-dom-three-loader-ldraw": "^0.1.4",
|
|
36
|
+
"@gjsify/example-dom-three-morphtargets": "^0.1.4",
|
|
37
|
+
"@gjsify/example-dom-three-multiple-rendertargets": "^0.1.4",
|
|
38
|
+
"@gjsify/example-dom-three-postprocessing-pixel": "^0.1.4",
|
|
39
|
+
"@gjsify/example-dom-webgl-demo-fade": "^0.1.4",
|
|
40
|
+
"@gjsify/example-dom-webgl-tutorial-01": "^0.1.4",
|
|
41
|
+
"@gjsify/example-dom-webgl-tutorial-02": "^0.1.4",
|
|
42
|
+
"@gjsify/example-dom-webgl-tutorial-03": "^0.1.4",
|
|
43
|
+
"@gjsify/example-dom-webgl-tutorial-04": "^0.1.4",
|
|
44
|
+
"@gjsify/example-dom-webgl-tutorial-05": "^0.1.4",
|
|
45
|
+
"@gjsify/example-dom-webgl-tutorial-06": "^0.1.4",
|
|
46
|
+
"@gjsify/example-dom-webgl-tutorial-07": "^0.1.4",
|
|
47
|
+
"@gjsify/example-node-cli-deepkit-di": "^0.1.4",
|
|
48
|
+
"@gjsify/example-node-cli-deepkit-events": "^0.1.4",
|
|
49
|
+
"@gjsify/example-node-cli-deepkit-types": "^0.1.4",
|
|
50
|
+
"@gjsify/example-node-cli-deepkit-validation": "^0.1.4",
|
|
51
|
+
"@gjsify/example-node-cli-deepkit-workflow": "^0.1.4",
|
|
52
|
+
"@gjsify/example-node-cli-dns-lookup": "^0.1.4",
|
|
53
|
+
"@gjsify/example-node-cli-esbuild-plugin-deepkit": "^0.1.4",
|
|
54
|
+
"@gjsify/example-node-cli-esbuild-plugin-transform-ext": "^0.1.4",
|
|
55
|
+
"@gjsify/example-node-cli-file-search": "^0.1.4",
|
|
56
|
+
"@gjsify/example-node-cli-gio-cat": "^0.1.4",
|
|
57
|
+
"@gjsify/example-node-cli-json-store": "^0.1.4",
|
|
58
|
+
"@gjsify/example-node-cli-node-buffer": "^0.1.4",
|
|
59
|
+
"@gjsify/example-node-cli-node-events": "^0.1.4",
|
|
60
|
+
"@gjsify/example-node-cli-node-fs": "^0.1.4",
|
|
61
|
+
"@gjsify/example-node-cli-node-os": "^0.1.4",
|
|
62
|
+
"@gjsify/example-node-cli-node-path": "^0.1.4",
|
|
63
|
+
"@gjsify/example-node-cli-node-url": "^0.1.4",
|
|
64
|
+
"@gjsify/example-node-cli-worker-pool": "^0.1.4",
|
|
65
|
+
"@gjsify/example-node-cli-yargs-demo": "^0.1.4",
|
|
66
|
+
"@gjsify/example-node-gtk-http-dashboard": "^0.1.4",
|
|
67
|
+
"@gjsify/example-node-net-express-hello": "^0.1.4",
|
|
68
|
+
"@gjsify/example-node-net-hono-rest": "^0.1.4",
|
|
69
|
+
"@gjsify/example-node-net-koa-blog": "^0.1.4",
|
|
70
|
+
"@gjsify/example-node-net-sse-chat": "^0.1.4",
|
|
71
|
+
"@gjsify/example-node-net-static-file-server": "^0.1.4",
|
|
72
|
+
"@gjsify/example-node-net-ws-chat": "^0.1.4",
|
|
73
|
+
"@gjsify/node-polyfills": "^0.1.4",
|
|
74
|
+
"@gjsify/web-polyfills": "^0.1.4",
|
|
75
75
|
"cosmiconfig": "^9.0.1",
|
|
76
76
|
"esbuild": "^0.28.0",
|
|
77
77
|
"get-tsconfig": "^4.13.7",
|