|
1 | 1 | {
|
2 | 2 | "name": "@kubit-ui-web/react-components",
|
3 |
| - "version": "1.17.0", |
| 3 | + "version": "1.17.1", |
4 | 4 | "description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
|
5 | 5 | "author": {
|
6 | 6 | "name": "Kubit",
|
|
16 | 16 | }
|
17 | 17 | },
|
18 | 18 | "private": false,
|
19 |
| - "main": "./dist/cjs/index.js", |
20 |
| - "module": "./dist/esm/index.js", |
21 |
| - "types": "./dist/esm/index.d.ts", |
| 19 | + "main": "dist/kubit-react-components.cjs.js", |
| 20 | + "module": "dist/kubit-react-components.es.js", |
| 21 | + "unpkg": "dist/kubit-react-components.umd.js", |
| 22 | + "jsdelivr": "dist/kubit-react-components.umd.js", |
| 23 | + "types": "dist/types/index.d.ts", |
22 | 24 | "engines": {
|
23 | 25 | "node": ">=20.x",
|
24 | 26 | "npm": ">=7.0.0"
|
|
60 | 62 | "storybook": "storybook dev -p 6006",
|
61 | 63 | "predist": "echo predist",
|
62 | 64 | "postdist": "cpy 'src/**/*.(svg|ttf|eot|css|png|jpg|otf)' dist/esm --no-overwrite --parents && cpy 'src/**/*.(svg|ttf|eot|css|png|jpg|otf)' dist/cjs --no-overwrite --parents",
|
63 |
| - "dist": "rm -rf dist && yarn dist:cjs && yarn dist:esm", |
| 65 | + "dist": "rm -rf dist && yarn dist:cjs && yarn dist:esm && yarn run vite build --config vite.config.mts", |
64 | 66 | "dist:watch": "rm -rf dist && yarn dist:cjs:watch & yarn dist:esm:watch",
|
65 | 67 | "dist:cjs": "tsc -p tsconfig-cjs.json && tsc-alias -p tsconfig-cjs.json",
|
66 | 68 | "dist:cjs:watch": "tsc -p tsconfig-cjs.json --watch & tsc-alias -p tsconfig-cjs.json --watch",
|
|
140 | 142 | "eslint-plugin-react-refresh": "^0.4.16",
|
141 | 143 | "eslint-plugin-storybook": "^0.11.1",
|
142 | 144 | "eslint-plugin-unused-imports": "^4.1.4",
|
| 145 | + "glob": "^11.0.3", |
143 | 146 | "globals": "^15.13.0",
|
144 | 147 | "gts": "^6.0.2",
|
145 | 148 | "html-validate": "^8.27.0",
|
|
153 | 156 | "json-beautify": "^1.1.1",
|
154 | 157 | "prettier": "^3.4.2",
|
155 | 158 | "react-transition-group": "^4.4.5",
|
| 159 | + "rollup-plugin-terser": "^7.0.2", |
156 | 160 | "sort-imports": "^1.1.0",
|
157 | 161 | "storybook": "^8.4.7",
|
158 | 162 | "ts-jest": "^29.2.5",
|
159 | 163 | "tsc-alias": "1.8.10",
|
160 | 164 | "typedoc": "^0.27.3",
|
161 | 165 | "typescript": "^5.7.2",
|
162 |
| - "vite": "^6.0.3", |
| 166 | + "vite": "^7.0.0", |
| 167 | + "vite-plugin-dts": "^4.5.4", |
| 168 | + "vite-plugin-node-polyfills": "^0.23.0", |
163 | 169 | "vite-tsconfig-paths": "^4.3.2",
|
164 | 170 | "yarn-deduplicate": "^6.0.2"
|
165 | 171 | },
|
|
0 commit comments