···
1
1
{
2
2
"imports": {
3
3
-
"datex-core-legacy": "https://dev.cdn.unyt.org/unyt_core/datex.ts",
4
4
-
"datex-core-legacy/": "https://dev.cdn.unyt.org/unyt_core/",
5
5
-
"uix": "https://dev.cdn.unyt.org/uix1/uix.ts",
6
6
-
"uix/": "https://dev.cdn.unyt.org/uix1/src/",
7
7
-
"uix/jsx-runtime": "https://dev.cdn.unyt.org/uix1/src/jsx-runtime/jsx.ts",
8
8
-
"unyt-tests/": "https://dev.cdn.unyt.org/unyt_tests/"
3
3
+
"datex-core-legacy": "https://cdn.unyt.org/datex-core-js-legacy@0.1.x/datex.ts",
4
4
+
"datex-core-legacy/": "https://cdn.unyt.org/datex-core-js-legacy@0.1.x/",
5
5
+
"unyt_core": "https://cdn.unyt.org/datex-core-js-legacy@0.1.x/datex.ts",
6
6
+
"unyt_core/": "https://cdn.unyt.org/datex-core-js-legacy@0.1.x/",
7
7
+
"uix": "https://cdn.unyt.org/uix@0.2.x/uix.ts",
8
8
+
"uix/": "https://cdn.unyt.org/uix@0.2.x/src/",
9
9
+
"uix/jsx-runtime": "https://cdn.unyt.org/uix@0.2.x/src/jsx-runtime/jsx.ts",
10
10
+
"unyt-tests/": "https://cdn.unyt.org/unyt_tests/"
9
11
}
10
12
}