pxengine 0.1.99 → 0.1.101

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,121 +1,121 @@
1
- {
2
- "name": "pxengine",
3
- "version": "0.1.99",
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
- "highcharts": "^11.4.8",
44
- "highcharts-react-official": "^3.2.3"
45
- },
46
- "peerDependenciesMeta": {
47
- "highcharts": {
48
- "optional": true
49
- },
50
- "highcharts-react-official": {
51
- "optional": true
52
- }
53
- },
54
- "devDependencies": {
55
- "@types/node": "^20.19.30",
56
- "@types/react": "^19.0.2",
57
- "@types/react-dom": "^19.0.2",
58
- "autoprefixer": "^10.4.23",
59
- "eslint": "^8.0.0",
60
- "highcharts": "^11.4.8",
61
- "highcharts-react-official": "^3.2.3",
62
- "postcss": "^8.5.6",
63
- "react-docgen-typescript": "^2.4.0",
64
- "tailwindcss": "^4.1.18",
65
- "tailwindcss-animate": "^1.0.7",
66
- "ts-node": "^10.9.2",
67
- "tsup": "^8.3.5",
68
- "tsx": "^4.21.0",
69
- "typescript": "^5.9.3"
70
- },
71
- "dependencies": {
72
- "@emotion/is-prop-valid": "^1.3.1",
73
- "@hookform/resolvers": "^5.2.2",
74
- "@radix-ui/react-accordion": "^1.2.12",
75
- "@radix-ui/react-alert-dialog": "^1.1.15",
76
- "@radix-ui/react-aspect-ratio": "^1.1.8",
77
- "@radix-ui/react-avatar": "^1.1.11",
78
- "@radix-ui/react-checkbox": "^1.3.3",
79
- "@radix-ui/react-collapsible": "^1.1.12",
80
- "@radix-ui/react-context-menu": "^2.2.16",
81
- "@radix-ui/react-dialog": "^1.1.15",
82
- "@radix-ui/react-dropdown-menu": "^2.1.16",
83
- "@radix-ui/react-hover-card": "^1.1.15",
84
- "@radix-ui/react-label": "^2.1.8",
85
- "@radix-ui/react-menubar": "^1.1.16",
86
- "@radix-ui/react-navigation-menu": "^1.2.14",
87
- "@radix-ui/react-popover": "^1.1.15",
88
- "@radix-ui/react-progress": "^1.1.8",
89
- "@radix-ui/react-radio-group": "^1.3.8",
90
- "@radix-ui/react-scroll-area": "^1.2.10",
91
- "@radix-ui/react-select": "^2.2.6",
92
- "@radix-ui/react-separator": "^1.1.8",
93
- "@radix-ui/react-slider": "^1.3.6",
94
- "@radix-ui/react-slot": "^1.2.4",
95
- "@radix-ui/react-switch": "^1.2.6",
96
- "@radix-ui/react-tabs": "^1.1.13",
97
- "@radix-ui/react-toggle": "^1.1.10",
98
- "@radix-ui/react-toggle-group": "^1.1.11",
99
- "@radix-ui/react-tooltip": "^1.2.8",
100
- "class-variance-authority": "^0.7.1",
101
- "clsx": "^2.1.1",
102
- "cmdk": "^1.1.1",
103
- "date-fns": "^4.1.0",
104
- "embla-carousel-react": "^8.6.0",
105
- "framer-motion": "^11.18.2",
106
- "input-otp": "^1.4.2",
107
- "lucide-react": "^0.475.0",
108
- "next-themes": "^0.4.6",
109
- "rc-slider": "^11.1.7",
110
- "react-day-picker": "^9.13.0",
111
- "react-hook-form": "^7.71.1",
112
- "react-markdown": "^10.1.0",
113
- "react-resizable-panels": "^4.5.2",
114
- "recharts": "^2.15.4",
115
- "remark-gfm": "^4.0.1",
116
- "sonner": "^2.0.7",
117
- "tailwind-merge": "^2.6.0",
118
- "vaul": "^1.1.2",
119
- "zod": "^4.3.6"
120
- }
121
- }
1
+ {
2
+ "name": "pxengine",
3
+ "version": "0.1.101",
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
+ "highcharts": "^11.4.8",
44
+ "highcharts-react-official": "^3.2.3"
45
+ },
46
+ "peerDependenciesMeta": {
47
+ "highcharts": {
48
+ "optional": true
49
+ },
50
+ "highcharts-react-official": {
51
+ "optional": true
52
+ }
53
+ },
54
+ "devDependencies": {
55
+ "@types/node": "^20.19.30",
56
+ "@types/react": "^19.0.2",
57
+ "@types/react-dom": "^19.0.2",
58
+ "autoprefixer": "^10.4.23",
59
+ "eslint": "^8.0.0",
60
+ "highcharts": "^11.4.8",
61
+ "highcharts-react-official": "^3.2.3",
62
+ "postcss": "^8.5.6",
63
+ "react-docgen-typescript": "^2.4.0",
64
+ "tailwindcss": "^4.1.18",
65
+ "tailwindcss-animate": "^1.0.7",
66
+ "ts-node": "^10.9.2",
67
+ "tsup": "^8.3.5",
68
+ "tsx": "^4.21.0",
69
+ "typescript": "^5.9.3"
70
+ },
71
+ "dependencies": {
72
+ "@emotion/is-prop-valid": "^1.3.1",
73
+ "@hookform/resolvers": "^5.2.2",
74
+ "@radix-ui/react-accordion": "^1.2.12",
75
+ "@radix-ui/react-alert-dialog": "^1.1.15",
76
+ "@radix-ui/react-aspect-ratio": "^1.1.8",
77
+ "@radix-ui/react-avatar": "^1.1.11",
78
+ "@radix-ui/react-checkbox": "^1.3.3",
79
+ "@radix-ui/react-collapsible": "^1.1.12",
80
+ "@radix-ui/react-context-menu": "^2.2.16",
81
+ "@radix-ui/react-dialog": "^1.1.15",
82
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
83
+ "@radix-ui/react-hover-card": "^1.1.15",
84
+ "@radix-ui/react-label": "^2.1.8",
85
+ "@radix-ui/react-menubar": "^1.1.16",
86
+ "@radix-ui/react-navigation-menu": "^1.2.14",
87
+ "@radix-ui/react-popover": "^1.1.15",
88
+ "@radix-ui/react-progress": "^1.1.8",
89
+ "@radix-ui/react-radio-group": "^1.3.8",
90
+ "@radix-ui/react-scroll-area": "^1.2.10",
91
+ "@radix-ui/react-select": "^2.2.6",
92
+ "@radix-ui/react-separator": "^1.1.8",
93
+ "@radix-ui/react-slider": "^1.3.6",
94
+ "@radix-ui/react-slot": "^1.2.4",
95
+ "@radix-ui/react-switch": "^1.2.6",
96
+ "@radix-ui/react-tabs": "^1.1.13",
97
+ "@radix-ui/react-toggle": "^1.1.10",
98
+ "@radix-ui/react-toggle-group": "^1.1.11",
99
+ "@radix-ui/react-tooltip": "^1.2.8",
100
+ "class-variance-authority": "^0.7.1",
101
+ "clsx": "^2.1.1",
102
+ "cmdk": "^1.1.1",
103
+ "date-fns": "^4.1.0",
104
+ "embla-carousel-react": "^8.6.0",
105
+ "framer-motion": "^11.18.2",
106
+ "input-otp": "^1.4.2",
107
+ "lucide-react": "^0.475.0",
108
+ "next-themes": "^0.4.6",
109
+ "rc-slider": "^11.1.7",
110
+ "react-day-picker": "^9.13.0",
111
+ "react-hook-form": "^7.71.1",
112
+ "react-markdown": "^10.1.0",
113
+ "react-resizable-panels": "^4.5.2",
114
+ "recharts": "^2.15.4",
115
+ "remark-gfm": "^4.0.1",
116
+ "sonner": "^2.0.7",
117
+ "tailwind-merge": "^2.6.0",
118
+ "vaul": "^1.1.2",
119
+ "zod": "^4.3.6"
120
+ }
121
+ }