pxengine 0.1.116 → 0.1.118
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/README.md +132 -132
- package/config/tailwind-preset.js +159 -159
- package/dist/index.cjs +260 -132
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.mjs +260 -132
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +151 -141
- package/package.json +124 -124
package/dist/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pxengine/ui",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"lastUpdated": "2026-08-
|
|
4
|
+
"lastUpdated": "2026-08-04T11:58:32.391Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -2860,6 +2860,84 @@
|
|
|
2860
2860
|
"preview": null,
|
|
2861
2861
|
"layoutHints": null
|
|
2862
2862
|
},
|
|
2863
|
+
"TextAtom": {
|
|
2864
|
+
"name": "TextAtom",
|
|
2865
|
+
"type": "atom",
|
|
2866
|
+
"isBuilderComponent": true,
|
|
2867
|
+
"description": "TextAtom\nRenders standardized text styles from UISchema\nSupports markdown rendering when markdown prop is true",
|
|
2868
|
+
"props": {
|
|
2869
|
+
"type": {
|
|
2870
|
+
"type": "\"text\"",
|
|
2871
|
+
"required": true,
|
|
2872
|
+
"description": ""
|
|
2873
|
+
},
|
|
2874
|
+
"content": {
|
|
2875
|
+
"type": "string",
|
|
2876
|
+
"required": true,
|
|
2877
|
+
"description": ""
|
|
2878
|
+
},
|
|
2879
|
+
"variant": {
|
|
2880
|
+
"type": "enum",
|
|
2881
|
+
"required": false,
|
|
2882
|
+
"defaultValue": "p",
|
|
2883
|
+
"description": "",
|
|
2884
|
+
"enums": [
|
|
2885
|
+
"label",
|
|
2886
|
+
"h1",
|
|
2887
|
+
"h2",
|
|
2888
|
+
"h3",
|
|
2889
|
+
"h4",
|
|
2890
|
+
"p",
|
|
2891
|
+
"small",
|
|
2892
|
+
"muted"
|
|
2893
|
+
]
|
|
2894
|
+
},
|
|
2895
|
+
"backgroundColor": {
|
|
2896
|
+
"type": "string",
|
|
2897
|
+
"required": false,
|
|
2898
|
+
"description": ""
|
|
2899
|
+
},
|
|
2900
|
+
"markdown": {
|
|
2901
|
+
"type": "boolean",
|
|
2902
|
+
"required": false,
|
|
2903
|
+
"defaultValue": "false",
|
|
2904
|
+
"description": ""
|
|
2905
|
+
},
|
|
2906
|
+
"id": {
|
|
2907
|
+
"type": "string",
|
|
2908
|
+
"required": true,
|
|
2909
|
+
"description": ""
|
|
2910
|
+
},
|
|
2911
|
+
"className": {
|
|
2912
|
+
"type": "string",
|
|
2913
|
+
"required": false,
|
|
2914
|
+
"description": ""
|
|
2915
|
+
},
|
|
2916
|
+
"style": {
|
|
2917
|
+
"type": "cssproperties",
|
|
2918
|
+
"required": false,
|
|
2919
|
+
"description": ""
|
|
2920
|
+
}
|
|
2921
|
+
},
|
|
2922
|
+
"preview": {
|
|
2923
|
+
"name": "Sunset Title",
|
|
2924
|
+
"component": "TextAtom",
|
|
2925
|
+
"layoutHints": {
|
|
2926
|
+
"width": 400,
|
|
2927
|
+
"height": 80
|
|
2928
|
+
},
|
|
2929
|
+
"props": {
|
|
2930
|
+
"content": "ELEVATE YOUR REACH",
|
|
2931
|
+
"variant": "h1",
|
|
2932
|
+
"backgroundColor": "#f3f4f6",
|
|
2933
|
+
"className": "font-black tracking-tighter text-6xl text-gray-900 py-4"
|
|
2934
|
+
}
|
|
2935
|
+
},
|
|
2936
|
+
"layoutHints": {
|
|
2937
|
+
"width": 400,
|
|
2938
|
+
"height": 80
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2863
2941
|
"TextareaAtom": {
|
|
2864
2942
|
"name": "TextareaAtom",
|
|
2865
2943
|
"type": "atom",
|
|
@@ -2992,84 +3070,6 @@
|
|
|
2992
3070
|
"height": 180
|
|
2993
3071
|
}
|
|
2994
3072
|
},
|
|
2995
|
-
"TextAtom": {
|
|
2996
|
-
"name": "TextAtom",
|
|
2997
|
-
"type": "atom",
|
|
2998
|
-
"isBuilderComponent": true,
|
|
2999
|
-
"description": "TextAtom\nRenders standardized text styles from UISchema\nSupports markdown rendering when markdown prop is true",
|
|
3000
|
-
"props": {
|
|
3001
|
-
"type": {
|
|
3002
|
-
"type": "\"text\"",
|
|
3003
|
-
"required": true,
|
|
3004
|
-
"description": ""
|
|
3005
|
-
},
|
|
3006
|
-
"content": {
|
|
3007
|
-
"type": "string",
|
|
3008
|
-
"required": true,
|
|
3009
|
-
"description": ""
|
|
3010
|
-
},
|
|
3011
|
-
"variant": {
|
|
3012
|
-
"type": "enum",
|
|
3013
|
-
"required": false,
|
|
3014
|
-
"defaultValue": "p",
|
|
3015
|
-
"description": "",
|
|
3016
|
-
"enums": [
|
|
3017
|
-
"label",
|
|
3018
|
-
"h1",
|
|
3019
|
-
"h2",
|
|
3020
|
-
"h3",
|
|
3021
|
-
"h4",
|
|
3022
|
-
"p",
|
|
3023
|
-
"small",
|
|
3024
|
-
"muted"
|
|
3025
|
-
]
|
|
3026
|
-
},
|
|
3027
|
-
"backgroundColor": {
|
|
3028
|
-
"type": "string",
|
|
3029
|
-
"required": false,
|
|
3030
|
-
"description": ""
|
|
3031
|
-
},
|
|
3032
|
-
"markdown": {
|
|
3033
|
-
"type": "boolean",
|
|
3034
|
-
"required": false,
|
|
3035
|
-
"defaultValue": "false",
|
|
3036
|
-
"description": ""
|
|
3037
|
-
},
|
|
3038
|
-
"id": {
|
|
3039
|
-
"type": "string",
|
|
3040
|
-
"required": true,
|
|
3041
|
-
"description": ""
|
|
3042
|
-
},
|
|
3043
|
-
"className": {
|
|
3044
|
-
"type": "string",
|
|
3045
|
-
"required": false,
|
|
3046
|
-
"description": ""
|
|
3047
|
-
},
|
|
3048
|
-
"style": {
|
|
3049
|
-
"type": "cssproperties",
|
|
3050
|
-
"required": false,
|
|
3051
|
-
"description": ""
|
|
3052
|
-
}
|
|
3053
|
-
},
|
|
3054
|
-
"preview": {
|
|
3055
|
-
"name": "Sunset Title",
|
|
3056
|
-
"component": "TextAtom",
|
|
3057
|
-
"layoutHints": {
|
|
3058
|
-
"width": 400,
|
|
3059
|
-
"height": 80
|
|
3060
|
-
},
|
|
3061
|
-
"props": {
|
|
3062
|
-
"content": "ELEVATE YOUR REACH",
|
|
3063
|
-
"variant": "h1",
|
|
3064
|
-
"backgroundColor": "#f3f4f6",
|
|
3065
|
-
"className": "font-black tracking-tighter text-6xl text-gray-900 py-4"
|
|
3066
|
-
}
|
|
3067
|
-
},
|
|
3068
|
-
"layoutHints": {
|
|
3069
|
-
"width": 400,
|
|
3070
|
-
"height": 80
|
|
3071
|
-
}
|
|
3072
|
-
},
|
|
3073
3073
|
"TimelineAtom": {
|
|
3074
3074
|
"name": "TimelineAtom",
|
|
3075
3075
|
"type": "atom",
|
|
@@ -3370,6 +3370,68 @@
|
|
|
3370
3370
|
"preview": null,
|
|
3371
3371
|
"layoutHints": null
|
|
3372
3372
|
},
|
|
3373
|
+
"ChartFrame": {
|
|
3374
|
+
"name": "ChartFrame",
|
|
3375
|
+
"type": "molecule",
|
|
3376
|
+
"isBuilderComponent": true,
|
|
3377
|
+
"description": "Shared card chrome for every analytics chart: themed surface, optional\nheader, and consistent loading / empty / error states. Keeps state styling\ncentralized so all charts behave identically.",
|
|
3378
|
+
"props": {
|
|
3379
|
+
"title": {
|
|
3380
|
+
"type": "string",
|
|
3381
|
+
"required": false,
|
|
3382
|
+
"description": ""
|
|
3383
|
+
},
|
|
3384
|
+
"subtitle": {
|
|
3385
|
+
"type": "string",
|
|
3386
|
+
"required": false,
|
|
3387
|
+
"description": ""
|
|
3388
|
+
},
|
|
3389
|
+
"theme": {
|
|
3390
|
+
"type": "widgettheme",
|
|
3391
|
+
"required": false,
|
|
3392
|
+
"description": ""
|
|
3393
|
+
},
|
|
3394
|
+
"className": {
|
|
3395
|
+
"type": "string",
|
|
3396
|
+
"required": false,
|
|
3397
|
+
"description": ""
|
|
3398
|
+
},
|
|
3399
|
+
"height": {
|
|
3400
|
+
"type": "number",
|
|
3401
|
+
"required": false,
|
|
3402
|
+
"defaultValue": "300",
|
|
3403
|
+
"description": "Min height for the plotting area / state placeholders."
|
|
3404
|
+
},
|
|
3405
|
+
"loading": {
|
|
3406
|
+
"type": "boolean",
|
|
3407
|
+
"required": false,
|
|
3408
|
+
"description": ""
|
|
3409
|
+
},
|
|
3410
|
+
"error": {
|
|
3411
|
+
"type": "string",
|
|
3412
|
+
"required": false,
|
|
3413
|
+
"description": ""
|
|
3414
|
+
},
|
|
3415
|
+
"empty": {
|
|
3416
|
+
"type": "boolean",
|
|
3417
|
+
"required": false,
|
|
3418
|
+
"description": "When true, renders the empty state instead of children."
|
|
3419
|
+
},
|
|
3420
|
+
"emptyMessage": {
|
|
3421
|
+
"type": "string",
|
|
3422
|
+
"required": false,
|
|
3423
|
+
"defaultValue": "No data to display",
|
|
3424
|
+
"description": ""
|
|
3425
|
+
},
|
|
3426
|
+
"actions": {
|
|
3427
|
+
"type": "reactnode",
|
|
3428
|
+
"required": false,
|
|
3429
|
+
"description": "Optional toolbar rendered on the right of the header."
|
|
3430
|
+
}
|
|
3431
|
+
},
|
|
3432
|
+
"preview": null,
|
|
3433
|
+
"layoutHints": null
|
|
3434
|
+
},
|
|
3373
3435
|
"TrendIndicator": {
|
|
3374
3436
|
"name": "TrendIndicator",
|
|
3375
3437
|
"type": "molecule",
|
|
@@ -3594,68 +3656,6 @@
|
|
|
3594
3656
|
"preview": null,
|
|
3595
3657
|
"layoutHints": null
|
|
3596
3658
|
},
|
|
3597
|
-
"ChartFrame": {
|
|
3598
|
-
"name": "ChartFrame",
|
|
3599
|
-
"type": "molecule",
|
|
3600
|
-
"isBuilderComponent": true,
|
|
3601
|
-
"description": "Shared card chrome for every analytics chart: themed surface, optional\nheader, and consistent loading / empty / error states. Keeps state styling\ncentralized so all charts behave identically.",
|
|
3602
|
-
"props": {
|
|
3603
|
-
"title": {
|
|
3604
|
-
"type": "string",
|
|
3605
|
-
"required": false,
|
|
3606
|
-
"description": ""
|
|
3607
|
-
},
|
|
3608
|
-
"subtitle": {
|
|
3609
|
-
"type": "string",
|
|
3610
|
-
"required": false,
|
|
3611
|
-
"description": ""
|
|
3612
|
-
},
|
|
3613
|
-
"theme": {
|
|
3614
|
-
"type": "widgettheme",
|
|
3615
|
-
"required": false,
|
|
3616
|
-
"description": ""
|
|
3617
|
-
},
|
|
3618
|
-
"className": {
|
|
3619
|
-
"type": "string",
|
|
3620
|
-
"required": false,
|
|
3621
|
-
"description": ""
|
|
3622
|
-
},
|
|
3623
|
-
"height": {
|
|
3624
|
-
"type": "number",
|
|
3625
|
-
"required": false,
|
|
3626
|
-
"defaultValue": "300",
|
|
3627
|
-
"description": "Min height for the plotting area / state placeholders."
|
|
3628
|
-
},
|
|
3629
|
-
"loading": {
|
|
3630
|
-
"type": "boolean",
|
|
3631
|
-
"required": false,
|
|
3632
|
-
"description": ""
|
|
3633
|
-
},
|
|
3634
|
-
"error": {
|
|
3635
|
-
"type": "string",
|
|
3636
|
-
"required": false,
|
|
3637
|
-
"description": ""
|
|
3638
|
-
},
|
|
3639
|
-
"empty": {
|
|
3640
|
-
"type": "boolean",
|
|
3641
|
-
"required": false,
|
|
3642
|
-
"description": "When true, renders the empty state instead of children."
|
|
3643
|
-
},
|
|
3644
|
-
"emptyMessage": {
|
|
3645
|
-
"type": "string",
|
|
3646
|
-
"required": false,
|
|
3647
|
-
"defaultValue": "No data to display",
|
|
3648
|
-
"description": ""
|
|
3649
|
-
},
|
|
3650
|
-
"actions": {
|
|
3651
|
-
"type": "reactnode",
|
|
3652
|
-
"required": false,
|
|
3653
|
-
"description": "Optional toolbar rendered on the right of the header."
|
|
3654
|
-
}
|
|
3655
|
-
},
|
|
3656
|
-
"preview": null,
|
|
3657
|
-
"layoutHints": null
|
|
3658
|
-
},
|
|
3659
3659
|
"LineChart": {
|
|
3660
3660
|
"name": "LineChart",
|
|
3661
3661
|
"type": "molecule",
|
|
@@ -8196,6 +8196,16 @@
|
|
|
8196
8196
|
"required": false,
|
|
8197
8197
|
"description": "Approve-slide endpoint (POST), DEV-194. Defaults to\n`/api/presentations/{job_id}/outline/approve-slide`. Informational only —\nnever gates the whole-outline Approve & Build action."
|
|
8198
8198
|
},
|
|
8199
|
+
"setSlideTemplateUrl": {
|
|
8200
|
+
"type": "string",
|
|
8201
|
+
"required": false,
|
|
8202
|
+
"description": "Set-slide-template endpoint (POST), DEV-194 \"slide-level design\ntemplates\". Defaults to `/api/presentations/{job_id}/outline/set-slide-template`.\nGives one outline slide its own design template, overriding the deck's\noverall template for just that slide."
|
|
8203
|
+
},
|
|
8204
|
+
"templatesUrl": {
|
|
8205
|
+
"type": "string",
|
|
8206
|
+
"required": false,
|
|
8207
|
+
"description": "Templates list endpoint (GET), used to populate the per-slide template\noverride <select>. Defaults to `/api/presentations/templates`."
|
|
8208
|
+
},
|
|
8199
8209
|
"regenerateUrl": {
|
|
8200
8210
|
"type": "string",
|
|
8201
8211
|
"required": false,
|
package/package.json
CHANGED
|
@@ -1,124 +1,124 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "pxengine",
|
|
3
|
-
"version": "0.1.
|
|
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
|
-
"prepublishOnly": "npm run build",
|
|
23
|
-
"generate-metadata": "tsx --env-file=.env scripts/generate-metadata.ts",
|
|
24
|
-
"generate-molecule-registry": "tsx --env-file=.env scripts/generate-molecule-registry.ts",
|
|
25
|
-
"dev": "tsup src/index.ts --format cjs,esm --watch --dts",
|
|
26
|
-
"lint": "eslint src --ext .ts,.tsx",
|
|
27
|
-
"type-check": "tsc --noEmit"
|
|
28
|
-
},
|
|
29
|
-
"keywords": [
|
|
30
|
-
"react",
|
|
31
|
-
"ui",
|
|
32
|
-
"components",
|
|
33
|
-
"shadcn",
|
|
34
|
-
"tailwind",
|
|
35
|
-
"atomic-design",
|
|
36
|
-
"agent-ui"
|
|
37
|
-
],
|
|
38
|
-
"author": "PXEngine Team",
|
|
39
|
-
"license": "MIT",
|
|
40
|
-
"peerDependencies": {
|
|
41
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
42
|
-
"react-dom": "^18.0.0 || ^19.0.0",
|
|
43
|
-
"tailwindcss": "^3.4.0",
|
|
44
|
-
"highcharts": "^11.4.8",
|
|
45
|
-
"highcharts-react-official": "^3.2.3",
|
|
46
|
-
"recharts": "^3.8.1",
|
|
47
|
-
"framer-motion": "^11.18.2"
|
|
48
|
-
},
|
|
49
|
-
"peerDependenciesMeta": {
|
|
50
|
-
"highcharts": {
|
|
51
|
-
"optional": true
|
|
52
|
-
},
|
|
53
|
-
"highcharts-react-official": {
|
|
54
|
-
"optional": true
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@types/node": "^20.19.30",
|
|
59
|
-
"@types/react": "^19.0.2",
|
|
60
|
-
"@types/react-dom": "^19.0.2",
|
|
61
|
-
"autoprefixer": "^10.4.23",
|
|
62
|
-
"eslint": "^8.0.0",
|
|
63
|
-
"highcharts": "^11.4.8",
|
|
64
|
-
"highcharts-react-official": "^3.2.3",
|
|
65
|
-
"recharts": "^3.8.1",
|
|
66
|
-
"framer-motion": "^11.18.2",
|
|
67
|
-
"postcss": "^8.5.6",
|
|
68
|
-
"react-docgen-typescript": "^2.4.0",
|
|
69
|
-
"tailwindcss": "^4.1.18",
|
|
70
|
-
"tailwindcss-animate": "^1.0.7",
|
|
71
|
-
"ts-node": "^10.9.2",
|
|
72
|
-
"tsup": "^8.3.5",
|
|
73
|
-
"tsx": "^4.21.0",
|
|
74
|
-
"typescript": "^5.9.3"
|
|
75
|
-
},
|
|
76
|
-
"dependencies": {
|
|
77
|
-
"@emotion/is-prop-valid": "^1.3.1",
|
|
78
|
-
"@hookform/resolvers": "^5.2.2",
|
|
79
|
-
"@radix-ui/react-accordion": "^1.2.12",
|
|
80
|
-
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
81
|
-
"@radix-ui/react-aspect-ratio": "^1.1.8",
|
|
82
|
-
"@radix-ui/react-avatar": "^1.1.11",
|
|
83
|
-
"@radix-ui/react-checkbox": "^1.3.3",
|
|
84
|
-
"@radix-ui/react-collapsible": "^1.1.12",
|
|
85
|
-
"@radix-ui/react-context-menu": "^2.2.16",
|
|
86
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
87
|
-
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
88
|
-
"@radix-ui/react-hover-card": "^1.1.15",
|
|
89
|
-
"@radix-ui/react-label": "^2.1.8",
|
|
90
|
-
"@radix-ui/react-menubar": "^1.1.16",
|
|
91
|
-
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
92
|
-
"@radix-ui/react-popover": "^1.1.15",
|
|
93
|
-
"@radix-ui/react-progress": "^1.1.8",
|
|
94
|
-
"@radix-ui/react-radio-group": "^1.3.8",
|
|
95
|
-
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
96
|
-
"@radix-ui/react-select": "^2.2.6",
|
|
97
|
-
"@radix-ui/react-separator": "^1.1.8",
|
|
98
|
-
"@radix-ui/react-slider": "^1.3.6",
|
|
99
|
-
"@radix-ui/react-slot": "^1.2.4",
|
|
100
|
-
"@radix-ui/react-switch": "^1.2.6",
|
|
101
|
-
"@radix-ui/react-tabs": "^1.1.13",
|
|
102
|
-
"@radix-ui/react-toggle": "^1.1.10",
|
|
103
|
-
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
104
|
-
"@radix-ui/react-tooltip": "^1.2.8",
|
|
105
|
-
"class-variance-authority": "^0.7.1",
|
|
106
|
-
"clsx": "^2.1.1",
|
|
107
|
-
"cmdk": "^1.1.1",
|
|
108
|
-
"date-fns": "^4.1.0",
|
|
109
|
-
"embla-carousel-react": "^8.6.0",
|
|
110
|
-
"input-otp": "^1.4.2",
|
|
111
|
-
"lucide-react": "^0.475.0",
|
|
112
|
-
"next-themes": "^0.4.6",
|
|
113
|
-
"rc-slider": "^11.1.7",
|
|
114
|
-
"react-day-picker": "^9.13.0",
|
|
115
|
-
"react-hook-form": "^7.71.1",
|
|
116
|
-
"react-markdown": "^10.1.0",
|
|
117
|
-
"react-resizable-panels": "^4.5.2",
|
|
118
|
-
"remark-gfm": "^4.0.1",
|
|
119
|
-
"sonner": "^2.0.7",
|
|
120
|
-
"tailwind-merge": "^2.6.0",
|
|
121
|
-
"vaul": "^1.1.2",
|
|
122
|
-
"zod": "^4.3.6"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "pxengine",
|
|
3
|
+
"version": "0.1.118",
|
|
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
|
+
"prepublishOnly": "npm run build",
|
|
23
|
+
"generate-metadata": "tsx --env-file-if-exists=.env scripts/generate-metadata.ts",
|
|
24
|
+
"generate-molecule-registry": "tsx --env-file-if-exists=.env scripts/generate-molecule-registry.ts",
|
|
25
|
+
"dev": "tsup src/index.ts --format cjs,esm --watch --dts",
|
|
26
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
27
|
+
"type-check": "tsc --noEmit"
|
|
28
|
+
},
|
|
29
|
+
"keywords": [
|
|
30
|
+
"react",
|
|
31
|
+
"ui",
|
|
32
|
+
"components",
|
|
33
|
+
"shadcn",
|
|
34
|
+
"tailwind",
|
|
35
|
+
"atomic-design",
|
|
36
|
+
"agent-ui"
|
|
37
|
+
],
|
|
38
|
+
"author": "PXEngine Team",
|
|
39
|
+
"license": "MIT",
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
42
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
43
|
+
"tailwindcss": "^3.4.0",
|
|
44
|
+
"highcharts": "^11.4.8",
|
|
45
|
+
"highcharts-react-official": "^3.2.3",
|
|
46
|
+
"recharts": "^3.8.1",
|
|
47
|
+
"framer-motion": "^11.18.2"
|
|
48
|
+
},
|
|
49
|
+
"peerDependenciesMeta": {
|
|
50
|
+
"highcharts": {
|
|
51
|
+
"optional": true
|
|
52
|
+
},
|
|
53
|
+
"highcharts-react-official": {
|
|
54
|
+
"optional": true
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@types/node": "^20.19.30",
|
|
59
|
+
"@types/react": "^19.0.2",
|
|
60
|
+
"@types/react-dom": "^19.0.2",
|
|
61
|
+
"autoprefixer": "^10.4.23",
|
|
62
|
+
"eslint": "^8.0.0",
|
|
63
|
+
"highcharts": "^11.4.8",
|
|
64
|
+
"highcharts-react-official": "^3.2.3",
|
|
65
|
+
"recharts": "^3.8.1",
|
|
66
|
+
"framer-motion": "^11.18.2",
|
|
67
|
+
"postcss": "^8.5.6",
|
|
68
|
+
"react-docgen-typescript": "^2.4.0",
|
|
69
|
+
"tailwindcss": "^4.1.18",
|
|
70
|
+
"tailwindcss-animate": "^1.0.7",
|
|
71
|
+
"ts-node": "^10.9.2",
|
|
72
|
+
"tsup": "^8.3.5",
|
|
73
|
+
"tsx": "^4.21.0",
|
|
74
|
+
"typescript": "^5.9.3"
|
|
75
|
+
},
|
|
76
|
+
"dependencies": {
|
|
77
|
+
"@emotion/is-prop-valid": "^1.3.1",
|
|
78
|
+
"@hookform/resolvers": "^5.2.2",
|
|
79
|
+
"@radix-ui/react-accordion": "^1.2.12",
|
|
80
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
81
|
+
"@radix-ui/react-aspect-ratio": "^1.1.8",
|
|
82
|
+
"@radix-ui/react-avatar": "^1.1.11",
|
|
83
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
84
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
85
|
+
"@radix-ui/react-context-menu": "^2.2.16",
|
|
86
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
87
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
88
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
89
|
+
"@radix-ui/react-label": "^2.1.8",
|
|
90
|
+
"@radix-ui/react-menubar": "^1.1.16",
|
|
91
|
+
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
92
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
93
|
+
"@radix-ui/react-progress": "^1.1.8",
|
|
94
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
95
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
96
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
97
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
98
|
+
"@radix-ui/react-slider": "^1.3.6",
|
|
99
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
100
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
101
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
102
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
103
|
+
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
104
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
105
|
+
"class-variance-authority": "^0.7.1",
|
|
106
|
+
"clsx": "^2.1.1",
|
|
107
|
+
"cmdk": "^1.1.1",
|
|
108
|
+
"date-fns": "^4.1.0",
|
|
109
|
+
"embla-carousel-react": "^8.6.0",
|
|
110
|
+
"input-otp": "^1.4.2",
|
|
111
|
+
"lucide-react": "^0.475.0",
|
|
112
|
+
"next-themes": "^0.4.6",
|
|
113
|
+
"rc-slider": "^11.1.7",
|
|
114
|
+
"react-day-picker": "^9.13.0",
|
|
115
|
+
"react-hook-form": "^7.71.1",
|
|
116
|
+
"react-markdown": "^10.1.0",
|
|
117
|
+
"react-resizable-panels": "^4.5.2",
|
|
118
|
+
"remark-gfm": "^4.0.1",
|
|
119
|
+
"sonner": "^2.0.7",
|
|
120
|
+
"tailwind-merge": "^2.6.0",
|
|
121
|
+
"vaul": "^1.1.2",
|
|
122
|
+
"zod": "^4.3.6"
|
|
123
|
+
}
|
|
124
|
+
}
|