@classytic/pos-ui 0.1.0 → 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/package.json +92 -92
package/package.json
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@classytic/pos-ui",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"type": "module",
|
|
6
|
-
"description": "Point-of-sale register UI
|
|
7
|
-
"files": [
|
|
8
|
-
"dist",
|
|
9
|
-
"styles.css",
|
|
10
|
-
"LICENSE",
|
|
11
|
-
"README.md"
|
|
12
|
-
],
|
|
13
|
-
"scripts": {
|
|
14
|
-
"build": "tsdown",
|
|
15
|
-
"dev": "tsdown --watch",
|
|
16
|
-
"typecheck": "tsc --noEmit",
|
|
17
|
-
"clean": "rimraf dist"
|
|
18
|
-
},
|
|
19
|
-
"peerDependencies": {
|
|
20
|
-
"@classytic/commerce-sdk": ">=0.9.
|
|
21
|
-
"@classytic/fluid": ">=1.
|
|
22
|
-
"@classytic/primitives": ">=0.
|
|
23
|
-
"@tanstack/react-query": ">=5.0.0",
|
|
24
|
-
"clsx": ">=2.0.0",
|
|
25
|
-
"lucide-react": ">=1.0.0",
|
|
26
|
-
"next": ">=14.0.0",
|
|
27
|
-
"react": ">=19.0.0",
|
|
28
|
-
"sonner": ">=2.0.0",
|
|
29
|
-
"tailwind-merge": ">=2.0.0"
|
|
30
|
-
},
|
|
31
|
-
"peerDependenciesMeta": {
|
|
32
|
-
"@classytic/commerce-sdk": {
|
|
33
|
-
"optional": true
|
|
34
|
-
},
|
|
35
|
-
"@classytic/fluid": {
|
|
36
|
-
"optional": true
|
|
37
|
-
},
|
|
38
|
-
"@classytic/primitives": {
|
|
39
|
-
"optional": true
|
|
40
|
-
},
|
|
41
|
-
"@tanstack/react-query": {
|
|
42
|
-
"optional": true
|
|
43
|
-
},
|
|
44
|
-
"clsx": {
|
|
45
|
-
"optional": true
|
|
46
|
-
},
|
|
47
|
-
"lucide-react": {
|
|
48
|
-
"optional": true
|
|
49
|
-
},
|
|
50
|
-
"next": {
|
|
51
|
-
"optional": true
|
|
52
|
-
},
|
|
53
|
-
"react": {
|
|
54
|
-
"optional": true
|
|
55
|
-
},
|
|
56
|
-
"sonner": {
|
|
57
|
-
"optional": true
|
|
58
|
-
},
|
|
59
|
-
"tailwind-merge": {
|
|
60
|
-
"optional": true
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
"devDependencies": {
|
|
64
|
-
"@tanstack/react-query": "^5.101.2",
|
|
65
|
-
"@types/node": "^26.1.0",
|
|
66
|
-
"@types/react": "^19.2.17",
|
|
67
|
-
"clsx": "^2.1.1",
|
|
68
|
-
"lucide-react": "^1.23.0",
|
|
69
|
-
"next": "^16.2.9",
|
|
70
|
-
"publint": "^0.3.21",
|
|
71
|
-
"react": "^19.2.7",
|
|
72
|
-
"react-hook-form": "^7.80.0",
|
|
73
|
-
"rimraf": "^6.1.3",
|
|
74
|
-
"sonner": "^2.0.7",
|
|
75
|
-
"tailwind-merge": "^3.6.0",
|
|
76
|
-
"tsdown": "^0.22.3",
|
|
77
|
-
"typescript": "^6.0.3"
|
|
78
|
-
},
|
|
79
|
-
"publishConfig": {
|
|
80
|
-
"access": "public"
|
|
81
|
-
},
|
|
82
|
-
"sideEffects": false,
|
|
83
|
-
"exports": {
|
|
84
|
-
"./hardware": "./dist/hardware/index.js",
|
|
85
|
-
"./runtime": "./dist/runtime/index.js",
|
|
86
|
-
"./shell": "./dist/shell/index.js",
|
|
87
|
-
"./package.json": "./package.json"
|
|
88
|
-
},
|
|
89
|
-
"inlinedDependencies": {
|
|
90
|
-
"react-hook-form": "7.80.0"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@classytic/pos-ui",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"description": "Point-of-sale register UI \u2014 a self-contained, full-screen state-machine app (shift \u2192 products \u2192 payment \u2192 receipt \u2192 close) with a hardware DI port (printer/drawer/scanner/terminal). Multi-surface: web, Tauri desktop, React Native. Frontend sibling of the @classytic/pos kernel. Independent of the dashboard stack (no erp-shell).",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"styles.css",
|
|
10
|
+
"LICENSE",
|
|
11
|
+
"README.md"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build": "tsdown",
|
|
15
|
+
"dev": "tsdown --watch",
|
|
16
|
+
"typecheck": "tsc --noEmit",
|
|
17
|
+
"clean": "rimraf dist"
|
|
18
|
+
},
|
|
19
|
+
"peerDependencies": {
|
|
20
|
+
"@classytic/commerce-sdk": ">=0.9.1",
|
|
21
|
+
"@classytic/fluid": ">=1.9.1",
|
|
22
|
+
"@classytic/primitives": ">=0.11.0",
|
|
23
|
+
"@tanstack/react-query": ">=5.0.0",
|
|
24
|
+
"clsx": ">=2.0.0",
|
|
25
|
+
"lucide-react": ">=1.0.0",
|
|
26
|
+
"next": ">=14.0.0",
|
|
27
|
+
"react": ">=19.0.0",
|
|
28
|
+
"sonner": ">=2.0.0",
|
|
29
|
+
"tailwind-merge": ">=2.0.0"
|
|
30
|
+
},
|
|
31
|
+
"peerDependenciesMeta": {
|
|
32
|
+
"@classytic/commerce-sdk": {
|
|
33
|
+
"optional": true
|
|
34
|
+
},
|
|
35
|
+
"@classytic/fluid": {
|
|
36
|
+
"optional": true
|
|
37
|
+
},
|
|
38
|
+
"@classytic/primitives": {
|
|
39
|
+
"optional": true
|
|
40
|
+
},
|
|
41
|
+
"@tanstack/react-query": {
|
|
42
|
+
"optional": true
|
|
43
|
+
},
|
|
44
|
+
"clsx": {
|
|
45
|
+
"optional": true
|
|
46
|
+
},
|
|
47
|
+
"lucide-react": {
|
|
48
|
+
"optional": true
|
|
49
|
+
},
|
|
50
|
+
"next": {
|
|
51
|
+
"optional": true
|
|
52
|
+
},
|
|
53
|
+
"react": {
|
|
54
|
+
"optional": true
|
|
55
|
+
},
|
|
56
|
+
"sonner": {
|
|
57
|
+
"optional": true
|
|
58
|
+
},
|
|
59
|
+
"tailwind-merge": {
|
|
60
|
+
"optional": true
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"devDependencies": {
|
|
64
|
+
"@tanstack/react-query": "^5.101.2",
|
|
65
|
+
"@types/node": "^26.1.0",
|
|
66
|
+
"@types/react": "^19.2.17",
|
|
67
|
+
"clsx": "^2.1.1",
|
|
68
|
+
"lucide-react": "^1.23.0",
|
|
69
|
+
"next": "^16.2.9",
|
|
70
|
+
"publint": "^0.3.21",
|
|
71
|
+
"react": "^19.2.7",
|
|
72
|
+
"react-hook-form": "^7.80.0",
|
|
73
|
+
"rimraf": "^6.1.3",
|
|
74
|
+
"sonner": "^2.0.7",
|
|
75
|
+
"tailwind-merge": "^3.6.0",
|
|
76
|
+
"tsdown": "^0.22.3",
|
|
77
|
+
"typescript": "^6.0.3"
|
|
78
|
+
},
|
|
79
|
+
"publishConfig": {
|
|
80
|
+
"access": "public"
|
|
81
|
+
},
|
|
82
|
+
"sideEffects": false,
|
|
83
|
+
"exports": {
|
|
84
|
+
"./hardware": "./dist/hardware/index.js",
|
|
85
|
+
"./runtime": "./dist/runtime/index.js",
|
|
86
|
+
"./shell": "./dist/shell/index.js",
|
|
87
|
+
"./package.json": "./package.json"
|
|
88
|
+
},
|
|
89
|
+
"inlinedDependencies": {
|
|
90
|
+
"react-hook-form": "7.80.0"
|
|
91
|
+
}
|
|
92
|
+
}
|