pxengine 0.1.88 → 0.1.90

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 CHANGED
@@ -1,109 +1,109 @@
1
- {
2
- "name": "pxengine",
3
- "version": "0.1.88",
4
- "type": "module",
5
- "description": "Shadcn-based UI component library for agent-driven interfaces",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.mjs",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.mjs",
13
- "require": "./dist/index.cjs"
14
- }
15
- },
16
- "files": [
17
- "dist",
18
- "config"
19
- ],
20
- "scripts": {
21
- "build": "tsup",
22
- "generate-metadata": "tsx --env-file=.env scripts/generate-metadata.ts",
23
- "generate-molecule-registry": "tsx --env-file=.env scripts/generate-molecule-registry.ts",
24
- "dev": "tsup src/index.ts --format cjs,esm --watch --dts",
25
- "lint": "eslint src --ext .ts,.tsx",
26
- "type-check": "tsc --noEmit"
27
- },
28
- "keywords": [
29
- "react",
30
- "ui",
31
- "components",
32
- "shadcn",
33
- "tailwind",
34
- "atomic-design",
35
- "agent-ui"
36
- ],
37
- "author": "PXEngine Team",
38
- "license": "MIT",
39
- "peerDependencies": {
40
- "react": "^18.0.0 || ^19.0.0",
41
- "react-dom": "^18.0.0 || ^19.0.0",
42
- "tailwindcss": "^3.4.0"
43
- },
44
- "devDependencies": {
45
- "@types/react": "^19.0.2",
46
- "@types/react-dom": "^19.0.2",
47
- "@types/node": "^20.19.30",
48
- "autoprefixer": "^10.4.23",
49
- "eslint": "^8.0.0",
50
- "postcss": "^8.5.6",
51
- "react-docgen-typescript": "^2.4.0",
52
- "tailwindcss": "^4.1.18",
53
- "tailwindcss-animate": "^1.0.7",
54
- "ts-node": "^10.9.2",
55
- "tsup": "^8.3.5",
56
- "tsx": "^4.21.0",
57
- "typescript": "^5.9.3"
58
- },
59
- "dependencies": {
60
- "@hookform/resolvers": "^5.2.2",
61
- "@radix-ui/react-accordion": "^1.2.12",
62
- "@radix-ui/react-alert-dialog": "^1.1.15",
63
- "@radix-ui/react-aspect-ratio": "^1.1.8",
64
- "@radix-ui/react-avatar": "^1.1.11",
65
- "@radix-ui/react-checkbox": "^1.3.3",
66
- "@radix-ui/react-collapsible": "^1.1.12",
67
- "@radix-ui/react-context-menu": "^2.2.16",
68
- "@radix-ui/react-dialog": "^1.1.15",
69
- "@radix-ui/react-dropdown-menu": "^2.1.16",
70
- "@radix-ui/react-hover-card": "^1.1.15",
71
- "@radix-ui/react-label": "^2.1.8",
72
- "@radix-ui/react-menubar": "^1.1.16",
73
- "@radix-ui/react-navigation-menu": "^1.2.14",
74
- "@radix-ui/react-popover": "^1.1.15",
75
- "@radix-ui/react-progress": "^1.1.8",
76
- "@radix-ui/react-radio-group": "^1.3.8",
77
- "@radix-ui/react-scroll-area": "^1.2.10",
78
- "@radix-ui/react-select": "^2.2.6",
79
- "@radix-ui/react-separator": "^1.1.8",
80
- "@radix-ui/react-slider": "^1.3.6",
81
- "@radix-ui/react-slot": "^1.2.4",
82
- "@radix-ui/react-switch": "^1.2.6",
83
- "@radix-ui/react-tabs": "^1.1.13",
84
- "@radix-ui/react-toggle": "^1.1.10",
85
- "@radix-ui/react-toggle-group": "^1.1.11",
86
- "@radix-ui/react-tooltip": "^1.2.8",
87
- "class-variance-authority": "^0.7.1",
88
- "clsx": "^2.1.1",
89
- "cmdk": "^1.1.1",
90
- "@emotion/is-prop-valid": "^1.3.1",
91
- "date-fns": "^4.1.0",
92
- "embla-carousel-react": "^8.6.0",
93
- "framer-motion": "^11.18.2",
94
- "input-otp": "^1.4.2",
95
- "lucide-react": "^0.475.0",
96
- "next-themes": "^0.4.6",
97
- "rc-slider": "^11.1.7",
98
- "react-day-picker": "^9.13.0",
99
- "react-hook-form": "^7.71.1",
100
- "react-markdown": "^10.1.0",
101
- "react-resizable-panels": "^4.5.2",
102
- "recharts": "^2.15.4",
103
- "remark-gfm": "^4.0.1",
104
- "sonner": "^2.0.7",
105
- "tailwind-merge": "^2.6.0",
106
- "vaul": "^1.1.2",
107
- "zod": "^4.3.6"
108
- }
109
- }
1
+ {
2
+ "name": "pxengine",
3
+ "version": "0.1.90",
4
+ "type": "module",
5
+ "description": "Shadcn-based UI component library for agent-driven interfaces",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.mjs",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.mjs",
13
+ "require": "./dist/index.cjs"
14
+ }
15
+ },
16
+ "files": [
17
+ "dist",
18
+ "config"
19
+ ],
20
+ "scripts": {
21
+ "build": "tsup",
22
+ "generate-metadata": "tsx --env-file=.env scripts/generate-metadata.ts",
23
+ "generate-molecule-registry": "tsx --env-file=.env scripts/generate-molecule-registry.ts",
24
+ "dev": "tsup src/index.ts --format cjs,esm --watch --dts",
25
+ "lint": "eslint src --ext .ts,.tsx",
26
+ "type-check": "tsc --noEmit"
27
+ },
28
+ "keywords": [
29
+ "react",
30
+ "ui",
31
+ "components",
32
+ "shadcn",
33
+ "tailwind",
34
+ "atomic-design",
35
+ "agent-ui"
36
+ ],
37
+ "author": "PXEngine Team",
38
+ "license": "MIT",
39
+ "peerDependencies": {
40
+ "react": "^18.0.0 || ^19.0.0",
41
+ "react-dom": "^18.0.0 || ^19.0.0",
42
+ "tailwindcss": "^3.4.0"
43
+ },
44
+ "devDependencies": {
45
+ "@types/react": "^19.0.2",
46
+ "@types/react-dom": "^19.0.2",
47
+ "@types/node": "^20.19.30",
48
+ "autoprefixer": "^10.4.23",
49
+ "eslint": "^8.0.0",
50
+ "postcss": "^8.5.6",
51
+ "react-docgen-typescript": "^2.4.0",
52
+ "tailwindcss": "^4.1.18",
53
+ "tailwindcss-animate": "^1.0.7",
54
+ "ts-node": "^10.9.2",
55
+ "tsup": "^8.3.5",
56
+ "tsx": "^4.21.0",
57
+ "typescript": "^5.9.3"
58
+ },
59
+ "dependencies": {
60
+ "@hookform/resolvers": "^5.2.2",
61
+ "@radix-ui/react-accordion": "^1.2.12",
62
+ "@radix-ui/react-alert-dialog": "^1.1.15",
63
+ "@radix-ui/react-aspect-ratio": "^1.1.8",
64
+ "@radix-ui/react-avatar": "^1.1.11",
65
+ "@radix-ui/react-checkbox": "^1.3.3",
66
+ "@radix-ui/react-collapsible": "^1.1.12",
67
+ "@radix-ui/react-context-menu": "^2.2.16",
68
+ "@radix-ui/react-dialog": "^1.1.15",
69
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
70
+ "@radix-ui/react-hover-card": "^1.1.15",
71
+ "@radix-ui/react-label": "^2.1.8",
72
+ "@radix-ui/react-menubar": "^1.1.16",
73
+ "@radix-ui/react-navigation-menu": "^1.2.14",
74
+ "@radix-ui/react-popover": "^1.1.15",
75
+ "@radix-ui/react-progress": "^1.1.8",
76
+ "@radix-ui/react-radio-group": "^1.3.8",
77
+ "@radix-ui/react-scroll-area": "^1.2.10",
78
+ "@radix-ui/react-select": "^2.2.6",
79
+ "@radix-ui/react-separator": "^1.1.8",
80
+ "@radix-ui/react-slider": "^1.3.6",
81
+ "@radix-ui/react-slot": "^1.2.4",
82
+ "@radix-ui/react-switch": "^1.2.6",
83
+ "@radix-ui/react-tabs": "^1.1.13",
84
+ "@radix-ui/react-toggle": "^1.1.10",
85
+ "@radix-ui/react-toggle-group": "^1.1.11",
86
+ "@radix-ui/react-tooltip": "^1.2.8",
87
+ "class-variance-authority": "^0.7.1",
88
+ "clsx": "^2.1.1",
89
+ "cmdk": "^1.1.1",
90
+ "@emotion/is-prop-valid": "^1.3.1",
91
+ "date-fns": "^4.1.0",
92
+ "embla-carousel-react": "^8.6.0",
93
+ "framer-motion": "^11.18.2",
94
+ "input-otp": "^1.4.2",
95
+ "lucide-react": "^0.475.0",
96
+ "next-themes": "^0.4.6",
97
+ "rc-slider": "^11.1.7",
98
+ "react-day-picker": "^9.13.0",
99
+ "react-hook-form": "^7.71.1",
100
+ "react-markdown": "^10.1.0",
101
+ "react-resizable-panels": "^4.5.2",
102
+ "recharts": "^2.15.4",
103
+ "remark-gfm": "^4.0.1",
104
+ "sonner": "^2.0.7",
105
+ "tailwind-merge": "^2.6.0",
106
+ "vaul": "^1.1.2",
107
+ "zod": "^4.3.6"
108
+ }
109
+ }