@omnicross/ui 0.1.10 → 0.2.0
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/dist/index.html
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Omnicross Control Panel</title>
|
|
7
|
-
<script type="module" crossorigin src="./assets/index-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
7
|
+
<script type="module" crossorigin src="./assets/index-CrqIejA4.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="./assets/index-Cps-9KzA.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
11
11
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@omnicross/ui",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Omnicross Control Panel — the React frontend over the daemon admin HTTP API. Published as prebuilt static assets (dist/), served by @omnicross/daemon at /ui; also the frontend for the Tauri desktop shell.",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"dev": "vite",
|
|
8
|
-
"build": "vite build",
|
|
9
|
-
"preview": "vite preview",
|
|
10
|
-
"typecheck": "tsc --noEmit",
|
|
11
|
-
"prepack": "npm run build"
|
|
12
|
-
},
|
|
13
|
-
"dependencies": {
|
|
14
|
-
"@radix-ui/react-dialog": "^1.1.2",
|
|
15
|
-
"@tauri-apps/api": "^2.0.0",
|
|
16
|
-
"@tauri-apps/plugin-http": "^2.5.2",
|
|
17
|
-
"class-variance-authority": "^0.7.0",
|
|
18
|
-
"i18next": "^23.15.1",
|
|
19
|
-
"lucide-react": "^0.451.0",
|
|
20
|
-
"react": "^18.3.1",
|
|
21
|
-
"react-dom": "^18.3.1",
|
|
22
|
-
"react-i18next": "^15.0.2",
|
|
23
|
-
"recharts": "^2.15.4",
|
|
24
|
-
"zustand": "^4.5.5"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@types/react": "^18.3.11",
|
|
28
|
-
"@types/react-dom": "^18.3.0",
|
|
29
|
-
"@vitejs/plugin-react": "^4.3.2",
|
|
30
|
-
"autoprefixer": "^10.4.20",
|
|
31
|
-
"postcss": "^8.4.47",
|
|
32
|
-
"tailwindcss": "^3.4.13",
|
|
33
|
-
"typescript": "^5.6.3",
|
|
34
|
-
"vite": "^5.4.8"
|
|
35
|
-
},
|
|
36
|
-
"license": "MIT",
|
|
37
|
-
"author": "Sayo (https://github.com/Dumoedss)",
|
|
38
|
-
"homepage": "https://github.com/Dumoedss/omnicross#readme",
|
|
39
|
-
"repository": {
|
|
40
|
-
"type": "git",
|
|
41
|
-
"url": "
|
|
42
|
-
"directory": "packages/ui"
|
|
43
|
-
},
|
|
44
|
-
"publishConfig": {
|
|
45
|
-
"access": "public"
|
|
46
|
-
},
|
|
47
|
-
"files": [
|
|
48
|
-
"dist",
|
|
49
|
-
"README.md"
|
|
50
|
-
]
|
|
51
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@omnicross/ui",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "Omnicross Control Panel — the React frontend over the daemon admin HTTP API. Published as prebuilt static assets (dist/), served by @omnicross/daemon at /ui; also the frontend for the Tauri desktop shell.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "vite",
|
|
8
|
+
"build": "vite build",
|
|
9
|
+
"preview": "vite preview",
|
|
10
|
+
"typecheck": "tsc --noEmit",
|
|
11
|
+
"prepack": "npm run build"
|
|
12
|
+
},
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"@radix-ui/react-dialog": "^1.1.2",
|
|
15
|
+
"@tauri-apps/api": "^2.0.0",
|
|
16
|
+
"@tauri-apps/plugin-http": "^2.5.2",
|
|
17
|
+
"class-variance-authority": "^0.7.0",
|
|
18
|
+
"i18next": "^23.15.1",
|
|
19
|
+
"lucide-react": "^0.451.0",
|
|
20
|
+
"react": "^18.3.1",
|
|
21
|
+
"react-dom": "^18.3.1",
|
|
22
|
+
"react-i18next": "^15.0.2",
|
|
23
|
+
"recharts": "^2.15.4",
|
|
24
|
+
"zustand": "^4.5.5"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@types/react": "^18.3.11",
|
|
28
|
+
"@types/react-dom": "^18.3.0",
|
|
29
|
+
"@vitejs/plugin-react": "^4.3.2",
|
|
30
|
+
"autoprefixer": "^10.4.20",
|
|
31
|
+
"postcss": "^8.4.47",
|
|
32
|
+
"tailwindcss": "^3.4.13",
|
|
33
|
+
"typescript": "^5.6.3",
|
|
34
|
+
"vite": "^5.4.8"
|
|
35
|
+
},
|
|
36
|
+
"license": "MIT",
|
|
37
|
+
"author": "Sayo (https://github.com/Dumoedss)",
|
|
38
|
+
"homepage": "https://github.com/Dumoedss/omnicross#readme",
|
|
39
|
+
"repository": {
|
|
40
|
+
"type": "git",
|
|
41
|
+
"url": "https://github.com/DumoeDss/omnicross",
|
|
42
|
+
"directory": "packages/ui"
|
|
43
|
+
},
|
|
44
|
+
"publishConfig": {
|
|
45
|
+
"access": "public"
|
|
46
|
+
},
|
|
47
|
+
"files": [
|
|
48
|
+
"dist",
|
|
49
|
+
"README.md"
|
|
50
|
+
]
|
|
51
|
+
}
|