|
1 | 1 | {
|
2 |
| - "name": "beautiful-tree", |
| 2 | + "name": "@beautiful-tree/react", |
3 | 3 | "version": "0.0.1",
|
| 4 | + "private": false, |
4 | 5 | "author": "Andres Correa Casablanca <castarco@coderspirit.xyz>",
|
5 | 6 | "license": "MIT",
|
| 7 | + "main": "./dist/beautiful-tree.cjs", |
| 8 | + "module": "./dist/beautiful-tree.mjs", |
6 | 9 | "exports": {
|
7 | 10 | ".": {
|
8 |
| - "types": "./dist/beautiful-tree.d.ts", |
| 11 | + "types": "./dist/beautiful-tree.d.ts", |
9 | 12 | "import": "./dist/beautiful-tree.mjs",
|
10 | 13 | "require": "./dist/beautiful-tree.cjs",
|
11 | 14 | "browser": "./dist/beautiful-tree.iife.js",
|
12 | 15 | "default": "./dist/beautiful-tree.umd.js"
|
13 | 16 | },
|
14 | 17 | "./min": {
|
15 |
| - "types": "./dist/beautiful-tree.d.ts", |
| 18 | + "types": "./dist/beautiful-tree.d.ts", |
16 | 19 | "import": "./dist/beautiful-tree.min.mjs",
|
17 | 20 | "require": "./dist/beautiful-tree.min.cjs",
|
18 | 21 | "browser": "./dist/beautiful-tree.min.iife.js",
|
19 | 22 | "default": "./dist/beautiful-tree.min.umd.js"
|
20 | 23 | }
|
21 | 24 | },
|
22 |
| - "files": ["dist"], |
| 25 | + "files": [ |
| 26 | + "dist" |
| 27 | + ], |
23 | 28 | "scripts": {
|
24 | 29 | "build": "rollup --config rollup.config.prod.mjs",
|
25 | 30 | "install-githooks": "if [ -d .git ]; then git config core.hooksPath .hooks; fi",
|
|
28 | 33 | "lint:tsc": "tsc"
|
29 | 34 | },
|
30 | 35 | "devDependencies": {
|
31 |
| - "@rollup/plugin-commonjs": "^25.0.3", |
| 36 | + "@rollup/plugin-commonjs": "^25.0.4", |
32 | 37 | "@rollup/plugin-node-resolve": "^15.1.0",
|
33 | 38 | "@rollup/plugin-terser": "^0.4.3",
|
34 | 39 | "@rollup/plugin-typescript": "^11.1.2",
|
35 |
| - "@types/node": "^20.4.5", |
36 |
| - "@types/react": "^18.2.17", |
| 40 | + "@types/node": "^20.4.10", |
| 41 | + "@types/react": "^18.2.20", |
37 | 42 | "@types/react-dom": "^18.2.7",
|
38 |
| - "@typescript-eslint/eslint-plugin": "^6.2.0", |
39 |
| - "@typescript-eslint/parser": "^6.2.0", |
40 |
| - "eslint": "^8.45.0", |
41 |
| - "eslint-config-prettier": "^8.8.0", |
| 43 | + "@typescript-eslint/eslint-plugin": "^6.3.0", |
| 44 | + "@typescript-eslint/parser": "^6.3.0", |
| 45 | + "eslint": "^8.47.0", |
| 46 | + "eslint-config-prettier": "^8.10.0", |
42 | 47 | "eslint-plugin-prettier": "^5.0.0",
|
43 |
| - "eslint-plugin-react": "^7.33.0", |
| 48 | + "eslint-plugin-react": "^7.33.1", |
44 | 49 | "eslint-plugin-react-hooks": "^4.6.0",
|
45 | 50 | "eslint-plugin-react-refresh": "^0.4.3",
|
46 |
| - "prettier": "^3.0.0", |
| 51 | + "prettier": "^3.0.1", |
47 | 52 | "publint": "^0.2.0",
|
48 | 53 | "react": "^18.2.0",
|
49 | 54 | "react-dom": "^18.2.0",
|
50 |
| - "rollup": "^3.26.3", |
51 |
| - "rollup-plugin-dts": "^5.3.0", |
| 55 | + "rollup": "^3.28.0", |
| 56 | + "rollup-plugin-dts": "^5.3.1", |
52 | 57 | "typescript": "^5.1.6"
|
53 | 58 | },
|
54 | 59 | "peerDependencies": {
|
|
0 commit comments