pxengine 0.1.98 → 0.1.99

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,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.98",
3
+ "version": "0.1.99",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",
@@ -39,14 +39,26 @@
39
39
  "peerDependencies": {
40
40
  "react": "^18.0.0 || ^19.0.0",
41
41
  "react-dom": "^18.0.0 || ^19.0.0",
42
- "tailwindcss": "^3.4.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
+ }
43
53
  },
44
54
  "devDependencies": {
55
+ "@types/node": "^20.19.30",
45
56
  "@types/react": "^19.0.2",
46
57
  "@types/react-dom": "^19.0.2",
47
- "@types/node": "^20.19.30",
48
58
  "autoprefixer": "^10.4.23",
49
59
  "eslint": "^8.0.0",
60
+ "highcharts": "^11.4.8",
61
+ "highcharts-react-official": "^3.2.3",
50
62
  "postcss": "^8.5.6",
51
63
  "react-docgen-typescript": "^2.4.0",
52
64
  "tailwindcss": "^4.1.18",
@@ -57,6 +69,7 @@
57
69
  "typescript": "^5.9.3"
58
70
  },
59
71
  "dependencies": {
72
+ "@emotion/is-prop-valid": "^1.3.1",
60
73
  "@hookform/resolvers": "^5.2.2",
61
74
  "@radix-ui/react-accordion": "^1.2.12",
62
75
  "@radix-ui/react-alert-dialog": "^1.1.15",
@@ -87,7 +100,6 @@
87
100
  "class-variance-authority": "^0.7.1",
88
101
  "clsx": "^2.1.1",
89
102
  "cmdk": "^1.1.1",
90
- "@emotion/is-prop-valid": "^1.3.1",
91
103
  "date-fns": "^4.1.0",
92
104
  "embla-carousel-react": "^8.6.0",
93
105
  "framer-motion": "^11.18.2",
@@ -99,8 +111,6 @@
99
111
  "react-hook-form": "^7.71.1",
100
112
  "react-markdown": "^10.1.0",
101
113
  "react-resizable-panels": "^4.5.2",
102
- "highcharts": "^11.4.8",
103
- "highcharts-react-official": "^3.2.3",
104
114
  "recharts": "^2.15.4",
105
115
  "remark-gfm": "^4.0.1",
106
116
  "sonner": "^2.0.7",