|
1 | 1 | {
|
2 | 2 | "name": "@beautiful-tree/react",
|
3 |
| - "version": "0.1.1", |
| 3 | + "version": "0.1.2", |
4 | 4 | "private": false,
|
5 | 5 | "author": "Andres Correa Casablanca <castarco@coderspirit.xyz>",
|
6 | 6 | "license": "MIT",
|
7 | 7 | "main": "./dist/beautiful-tree.cjs",
|
8 | 8 | "module": "./dist/beautiful-tree.mjs",
|
9 |
| - "types": "./dist/beautiful-tree.d.ts", |
| 9 | + "types": "./dist/beautiful-tree.d.cts", |
10 | 10 | "exports": {
|
11 | 11 | ".": {
|
12 |
| - "types": "./dist/beautiful-tree.d.ts", |
13 |
| - "import": "./dist/beautiful-tree.mjs", |
14 |
| - "require": "./dist/beautiful-tree.cjs", |
| 12 | + "types": "./dist/beautiful-tree.d.cts", |
| 13 | + "import": { |
| 14 | + "types": "./dist/beautiful-tree.d.mts", |
| 15 | + "default": "./dist/beautiful-tree.mjs" |
| 16 | + }, |
| 17 | + "require": { |
| 18 | + "types": "./dist/beautiful-tree.d.cts", |
| 19 | + "default": "./dist/beautiful-tree.cjs" |
| 20 | + }, |
15 | 21 | "browser": "./dist/beautiful-tree.iife.js",
|
16 | 22 | "default": "./dist/beautiful-tree.umd.js"
|
17 | 23 | },
|
18 | 24 | "./min": {
|
19 |
| - "types": "./dist/beautiful-tree.d.ts", |
20 |
| - "import": "./dist/beautiful-tree.min.mjs", |
21 |
| - "require": "./dist/beautiful-tree.min.cjs", |
| 25 | + "types": "./dist/beautiful-tree.d.cts", |
| 26 | + "import": { |
| 27 | + "types": "./dist/beautiful-tree.d.mts", |
| 28 | + "default": "./dist/beautiful-tree.min.mjs" |
| 29 | + }, |
| 30 | + "require": { |
| 31 | + "types": "./dist/beautiful-tree.d.cts", |
| 32 | + "default": "./dist/beautiful-tree.min.cjs" |
| 33 | + }, |
22 | 34 | "browser": "./dist/beautiful-tree.min.iife.js",
|
23 | 35 | "default": "./dist/beautiful-tree.min.umd.js"
|
24 | 36 | }
|
|
40 | 52 | },
|
41 | 53 | "devDependencies": {
|
42 | 54 | "@coderspirit/eslint-config": "^1.2.1",
|
43 |
| - "@rollup/plugin-commonjs": "^25.0.4", |
44 |
| - "@rollup/plugin-node-resolve": "^15.2.1", |
45 | 55 | "@rollup/plugin-terser": "^0.4.3",
|
46 | 56 | "@rollup/plugin-typescript": "^11.1.3",
|
47 |
| - "@storybook/addon-essentials": "^7.4.0", |
48 |
| - "@storybook/addon-interactions": "^7.4.0", |
49 |
| - "@storybook/addon-links": "^7.4.0", |
50 |
| - "@storybook/blocks": "^7.4.0", |
51 |
| - "@storybook/react": "^7.4.0", |
52 |
| - "@storybook/react-vite": "^7.4.0", |
| 57 | + "@storybook/addon-essentials": "^7.4.1", |
| 58 | + "@storybook/addon-interactions": "^7.4.1", |
| 59 | + "@storybook/addon-links": "^7.4.1", |
| 60 | + "@storybook/blocks": "^7.4.1", |
| 61 | + "@storybook/react": "^7.4.1", |
| 62 | + "@storybook/react-vite": "^7.4.1", |
53 | 63 | "@storybook/testing-library": "^0.2.0",
|
54 | 64 | "@testing-library/react": "^14.0.0",
|
55 | 65 | "@types/node": "^20.6.0",
|
56 | 66 | "@types/react": "^18.2.21",
|
57 | 67 | "@types/react-dom": "^18.2.7",
|
58 |
| - "@typescript-eslint/parser": "^6.6.0", |
| 68 | + "@typescript-eslint/parser": "^6.7.0", |
59 | 69 | "@vitest/coverage-v8": "^0.34.4",
|
60 | 70 | "eslint": "^8.49.0",
|
61 | 71 | "eslint-plugin-react": "^7.33.2",
|
|
67 | 77 | "publint": "^0.2.2",
|
68 | 78 | "react": "^18.2.0",
|
69 | 79 | "react-dom": "^18.2.0",
|
70 |
| - "rollup": "^3.29.0", |
| 80 | + "rollup": "^3.29.1", |
71 | 81 | "rollup-plugin-dts": "^5.3.1",
|
72 |
| - "storybook": "^7.4.0", |
| 82 | + "storybook": "^7.4.1", |
73 | 83 | "typescript": "^5.2.2",
|
74 | 84 | "vitest": "^0.34.4"
|
75 | 85 | },
|
|
0 commit comments