framepexls-ui-lib 0.1.5 → 0.1.6
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 +22 -139
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "framepexls-ui-lib",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"private": false,
|
|
5
|
-
"license": "
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"description": "Componentes UI de Framepexls para React/Next.",
|
|
6
7
|
"main": "dist/index.cjs",
|
|
7
8
|
"module": "dist/index.mjs",
|
|
8
9
|
"types": "dist/index.d.ts",
|
|
@@ -14,157 +15,40 @@
|
|
|
14
15
|
}
|
|
15
16
|
},
|
|
16
17
|
"files": [
|
|
17
|
-
"dist"
|
|
18
|
+
"dist",
|
|
19
|
+
"README.md",
|
|
20
|
+
"LICENSE"
|
|
18
21
|
],
|
|
19
22
|
"sideEffects": false,
|
|
23
|
+
"engines": {
|
|
24
|
+
"node": ">=18"
|
|
25
|
+
},
|
|
26
|
+
"publishConfig": {
|
|
27
|
+
"access": "public"
|
|
28
|
+
},
|
|
20
29
|
"peerDependencies": {
|
|
21
30
|
"react": ">=18",
|
|
22
31
|
"react-dom": ">=18",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"recharts": "
|
|
32
|
+
"next": ">=13",
|
|
33
|
+
"framer-motion": ">=10",
|
|
34
|
+
"recharts": ">=3"
|
|
26
35
|
},
|
|
27
36
|
"devDependencies": {
|
|
37
|
+
"typescript": "^5.6.3",
|
|
38
|
+
"tsup": "^8.1.0",
|
|
28
39
|
"@types/react": "^18",
|
|
29
40
|
"@types/react-dom": "^18",
|
|
30
|
-
"tsup": "^8.1.0",
|
|
31
|
-
"typescript": "^5.6.3",
|
|
32
41
|
"tailwindcss": "^4.1.13",
|
|
33
42
|
"@tailwindcss/postcss": "^4.1.13",
|
|
34
|
-
"motion": "^12.23.
|
|
43
|
+
"framer-motion": "^12.23.22",
|
|
35
44
|
"recharts": "^3.2.1",
|
|
36
45
|
"next": "15.5.3"
|
|
37
46
|
},
|
|
38
47
|
"scripts": {
|
|
39
|
-
"build": "tsup
|
|
40
|
-
"dev": "tsup --watch
|
|
48
|
+
"build": "tsup",
|
|
49
|
+
"dev": "tsup --watch",
|
|
41
50
|
"prepare": "npm run build"
|
|
42
51
|
},
|
|
43
|
-
"dependencies": {
|
|
44
|
-
"acorn": "^8.15.0",
|
|
45
|
-
"ansi-regex": "^5.0.1",
|
|
46
|
-
"ansi-styles": "^4.3.0",
|
|
47
|
-
"any-promise": "^1.3.0",
|
|
48
|
-
"balanced-match": "^1.0.2",
|
|
49
|
-
"brace-expansion": "^2.0.2",
|
|
50
|
-
"bundle-require": "^5.1.0",
|
|
51
|
-
"cac": "^6.7.14",
|
|
52
|
-
"caniuse-lite": "^1.0.30001746",
|
|
53
|
-
"chokidar": "^4.0.3",
|
|
54
|
-
"chownr": "^3.0.0",
|
|
55
|
-
"client-only": "^0.0.1",
|
|
56
|
-
"clsx": "^2.1.1",
|
|
57
|
-
"color-convert": "^2.0.1",
|
|
58
|
-
"color-name": "^1.1.4",
|
|
59
|
-
"commander": "^4.1.1",
|
|
60
|
-
"confbox": "^0.1.8",
|
|
61
|
-
"consola": "^3.4.2",
|
|
62
|
-
"cross-spawn": "^7.0.6",
|
|
63
|
-
"csstype": "^3.1.3",
|
|
64
|
-
"d3-array": "^3.2.4",
|
|
65
|
-
"d3-color": "^3.1.0",
|
|
66
|
-
"d3-ease": "^3.0.1",
|
|
67
|
-
"d3-format": "^3.1.0",
|
|
68
|
-
"d3-interpolate": "^3.0.1",
|
|
69
|
-
"d3-path": "^3.1.0",
|
|
70
|
-
"d3-scale": "^4.0.2",
|
|
71
|
-
"d3-shape": "^3.2.0",
|
|
72
|
-
"d3-time": "^3.1.0",
|
|
73
|
-
"d3-time-format": "^4.1.0",
|
|
74
|
-
"d3-timer": "^3.0.1",
|
|
75
|
-
"debug": "^4.4.3",
|
|
76
|
-
"decimal.js-light": "^2.5.1",
|
|
77
|
-
"detect-libc": "^2.1.1",
|
|
78
|
-
"eastasianwidth": "^0.2.0",
|
|
79
|
-
"emoji-regex": "^8.0.0",
|
|
80
|
-
"enhanced-resolve": "^5.18.3",
|
|
81
|
-
"es-toolkit": "^1.39.10",
|
|
82
|
-
"esbuild": "^0.25.10",
|
|
83
|
-
"eventemitter3": "^5.0.1",
|
|
84
|
-
"fdir": "^6.5.0",
|
|
85
|
-
"fix-dts-default-cjs-exports": "^1.0.1",
|
|
86
|
-
"foreground-child": "^3.3.1",
|
|
87
|
-
"framer-motion": "^12.23.22",
|
|
88
|
-
"fsevents": "^2.3.3",
|
|
89
|
-
"glob": "^10.4.5",
|
|
90
|
-
"graceful-fs": "^4.2.11",
|
|
91
|
-
"immer": "^10.1.3",
|
|
92
|
-
"internmap": "^2.0.3",
|
|
93
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
94
|
-
"isexe": "^2.0.0",
|
|
95
|
-
"jackspeak": "^3.4.3",
|
|
96
|
-
"jiti": "^2.6.0",
|
|
97
|
-
"joycon": "^3.1.1",
|
|
98
|
-
"lightningcss": "^1.30.1",
|
|
99
|
-
"lightningcss-darwin-arm64": "^1.30.1",
|
|
100
|
-
"lilconfig": "^3.1.3",
|
|
101
|
-
"lines-and-columns": "^1.2.4",
|
|
102
|
-
"load-tsconfig": "^0.2.5",
|
|
103
|
-
"lodash.sortby": "^4.7.0",
|
|
104
|
-
"lru-cache": "^10.4.3",
|
|
105
|
-
"magic-string": "^0.30.19",
|
|
106
|
-
"minimatch": "^9.0.5",
|
|
107
|
-
"minipass": "^7.1.2",
|
|
108
|
-
"minizlib": "^3.1.0",
|
|
109
|
-
"mlly": "^1.8.0",
|
|
110
|
-
"motion-dom": "^12.23.21",
|
|
111
|
-
"motion-utils": "^12.23.6",
|
|
112
|
-
"ms": "^2.1.3",
|
|
113
|
-
"mz": "^2.7.0",
|
|
114
|
-
"nanoid": "^3.3.11",
|
|
115
|
-
"object-assign": "^4.1.1",
|
|
116
|
-
"package-json-from-dist": "^1.0.1",
|
|
117
|
-
"path-key": "^3.1.1",
|
|
118
|
-
"path-scurry": "^1.11.1",
|
|
119
|
-
"pathe": "^2.0.3",
|
|
120
|
-
"picocolors": "^1.1.1",
|
|
121
|
-
"picomatch": "^4.0.3",
|
|
122
|
-
"pirates": "^4.0.7",
|
|
123
|
-
"pkg-types": "^1.3.1",
|
|
124
|
-
"postcss": "^8.4.31",
|
|
125
|
-
"postcss-load-config": "^6.0.1",
|
|
126
|
-
"punycode": "^2.3.1",
|
|
127
|
-
"react-redux": "^9.2.0",
|
|
128
|
-
"readdirp": "^4.1.2",
|
|
129
|
-
"redux": "^5.0.1",
|
|
130
|
-
"redux-thunk": "^3.1.0",
|
|
131
|
-
"reselect": "^5.1.1",
|
|
132
|
-
"resolve-from": "^5.0.0",
|
|
133
|
-
"rollup": "^4.52.3",
|
|
134
|
-
"semver": "^7.7.2",
|
|
135
|
-
"sharp": "^0.34.4",
|
|
136
|
-
"shebang-command": "^2.0.0",
|
|
137
|
-
"shebang-regex": "^3.0.0",
|
|
138
|
-
"signal-exit": "^4.1.0",
|
|
139
|
-
"source-map": "^0.8.0-beta.0",
|
|
140
|
-
"source-map-js": "^1.2.1",
|
|
141
|
-
"string-width": "^5.1.2",
|
|
142
|
-
"string-width-cjs": "^4.2.3",
|
|
143
|
-
"strip-ansi": "^6.0.1",
|
|
144
|
-
"strip-ansi-cjs": "^6.0.1",
|
|
145
|
-
"styled-jsx": "^5.1.6",
|
|
146
|
-
"sucrase": "^3.35.0",
|
|
147
|
-
"tapable": "^2.2.3",
|
|
148
|
-
"tar": "^7.5.1",
|
|
149
|
-
"thenify": "^3.3.1",
|
|
150
|
-
"thenify-all": "^1.6.0",
|
|
151
|
-
"tiny-invariant": "^1.3.3",
|
|
152
|
-
"tinyexec": "^0.3.2",
|
|
153
|
-
"tinyglobby": "^0.2.15",
|
|
154
|
-
"tr46": "^1.0.1",
|
|
155
|
-
"tree-kill": "^1.2.2",
|
|
156
|
-
"ts-interface-checker": "^0.1.13",
|
|
157
|
-
"tslib": "^2.8.1",
|
|
158
|
-
"ufo": "^1.6.1",
|
|
159
|
-
"use-sync-external-store": "^1.5.0",
|
|
160
|
-
"victory-vendor": "^37.3.6",
|
|
161
|
-
"webidl-conversions": "^4.0.2",
|
|
162
|
-
"whatwg-url": "^7.1.0",
|
|
163
|
-
"which": "^2.0.2",
|
|
164
|
-
"wrap-ansi": "^8.1.0",
|
|
165
|
-
"wrap-ansi-cjs": "^7.0.0",
|
|
166
|
-
"yallist": "^5.0.0"
|
|
167
|
-
},
|
|
168
52
|
"repository": {
|
|
169
53
|
"type": "git",
|
|
170
54
|
"url": "git+https://github.com/cponce-framepexls/ui-lib.git"
|
|
@@ -173,6 +57,5 @@
|
|
|
173
57
|
"bugs": {
|
|
174
58
|
"url": "https://github.com/cponce-framepexls/ui-lib/issues"
|
|
175
59
|
},
|
|
176
|
-
"homepage": "https://github.com/cponce-framepexls/ui-lib#readme"
|
|
177
|
-
|
|
178
|
-
}
|
|
60
|
+
"homepage": "https://github.com/cponce-framepexls/ui-lib#readme"
|
|
61
|
+
}
|