|
23 | 23 | "main": "lib/cjs/index.js", |
24 | 24 | "module": "lib/esm/index.js", |
25 | 25 | "types": "lib/types/index.d.ts", |
26 | | - "unpkg": "dist/d3-state-visualizer.umd.js", |
27 | 26 | "sideEffects": false, |
28 | 27 | "repository": { |
29 | 28 | "type": "git", |
30 | 29 | "url": "https://github.com/reduxjs/redux-devtools.git" |
31 | 30 | }, |
32 | 31 | "scripts": { |
33 | | - "build": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types && pnpm run build:umd", |
| 32 | + "build": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", |
34 | 33 | "build:cjs": "babel src --extensions \".ts\" --out-dir lib/cjs", |
35 | 34 | "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts\" --out-dir lib/esm", |
36 | 35 | "build:types": "tsc --emitDeclarationOnly", |
37 | | - "build:umd": "rollup -c", |
38 | 36 | "clean": "rimraf lib", |
39 | 37 | "lint": "eslint . --ext .ts", |
40 | 38 | "type-check": "tsc --noEmit", |
|
43 | 41 | }, |
44 | 42 | "dependencies": { |
45 | 43 | "@babel/runtime": "^7.20.6", |
46 | | - "@types/d3": "^3.5.47", |
47 | | - "d3": "^3.5.17", |
| 44 | + "@types/d3": "^4.13.12", |
| 45 | + "d3": "^4.13.0", |
48 | 46 | "d3tooltip": "^2.1.0", |
49 | 47 | "deepmerge": "^4.2.2", |
50 | 48 | "map2tree": "^2.1.0", |
|
54 | 52 | "@babel/cli": "^7.19.3", |
55 | 53 | "@babel/core": "^7.20.5", |
56 | 54 | "@babel/eslint-parser": "^7.19.1", |
57 | | - "@babel/plugin-transform-runtime": "^7.19.6", |
58 | 55 | "@babel/preset-env": "^7.20.2", |
59 | 56 | "@babel/preset-typescript": "^7.18.6", |
60 | | - "@rollup/plugin-babel": "^6.0.3", |
61 | | - "@rollup/plugin-commonjs": "^24.0.0", |
62 | | - "@rollup/plugin-node-resolve": "^15.0.1", |
63 | | - "@rollup/plugin-terser": "^0.2.1", |
64 | | - "@types/node": "^18.11.17", |
65 | 57 | "@types/ramda": "^0.28.20", |
66 | 58 | "@typescript-eslint/eslint-plugin": "^5.47.0", |
67 | 59 | "@typescript-eslint/parser": "^5.47.0", |
68 | 60 | "eslint": "^8.30.0", |
69 | 61 | "eslint-config-prettier": "^8.5.0", |
70 | 62 | "rimraf": "^3.0.2", |
71 | | - "rollup": "^3.7.5", |
72 | | - "rollup-plugin-typescript2": "^0.34.1", |
73 | | - "tslib": "^2.4.1", |
74 | 63 | "typescript": "~4.9.4" |
75 | 64 | } |
76 | 65 | } |
0 commit comments