|
24 | 24 | "Andrew Clark <[email protected]> (https://github.com/acdlite)"
|
25 | 25 | ],
|
26 | 26 | "main": "dist/cjs/redux.cjs",
|
27 |
| - "module": "dist/redux.mjs", |
| 27 | + "module": "dist/redux.legacy-esm.js", |
28 | 28 | "types": "dist/redux.d.ts",
|
29 | 29 | "exports": {
|
30 | 30 | "./package.json": "./package.json",
|
|
56 | 56 | "tsc": "tsc"
|
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 |
| - "@babel/cli": "^7.18.10", |
60 | 59 | "@babel/core": "^7.19.0",
|
61 |
| - "@babel/eslint-parser": "^7.18.9", |
62 |
| - "@babel/node": "^7.18.10", |
63 |
| - "@babel/plugin-external-helpers": "^7.18.6", |
64 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.18.9", |
65 |
| - "@babel/plugin-transform-runtime": "^7.18.10", |
66 |
| - "@babel/preset-env": "^7.19.0", |
67 |
| - "@babel/preset-flow": "^7.18.6", |
68 |
| - "@babel/preset-typescript": "^7.18.6", |
69 |
| - "@babel/register": "^7.18.9", |
70 |
| - "@rollup/plugin-babel": "^6", |
71 |
| - "@rollup/plugin-node-resolve": "^15.0.1", |
72 |
| - "@rollup/plugin-replace": "^5.0.0", |
73 |
| - "@rollup/plugin-terser": "^0.4.0", |
74 | 60 | "@types/node": "^18.7.16",
|
75 | 61 | "@typescript-eslint/eslint-plugin": "^5.36.2",
|
76 | 62 | "@typescript-eslint/parser": "^5.36.2",
|
|
79 | 65 | "eslint": "^8.23.0",
|
80 | 66 | "eslint-config-react-app": "^7.0.1",
|
81 | 67 | "eslint-import-resolver-typescript": "^3.5.1",
|
82 |
| - "eslint-plugin-flowtype": "^8.0.3", |
83 | 68 | "eslint-plugin-import": "^2.26.0",
|
84 |
| - "eslint-plugin-jsx-a11y": "^6.6.1", |
85 | 69 | "eslint-plugin-react": "^7.31.8",
|
86 | 70 | "eslint-plugin-react-hooks": "^4.6.0",
|
87 | 71 | "glob": "^8.0.3",
|
88 | 72 | "netlify-plugin-cache": "^1.0.3",
|
89 | 73 | "prettier": "^2.7.1",
|
90 | 74 | "rimraf": "^3.0.2",
|
91 |
| - "rollup": "^3.12.0", |
92 |
| - "rollup-plugin-typescript2": "^0.34.1", |
93 | 75 | "rxjs": "^7.5.6",
|
94 | 76 | "tsup": "^6.7.0",
|
95 | 77 | "typescript": "^4.8.3",
|
96 | 78 | "vitest": "^0.27.2"
|
97 | 79 | },
|
98 |
| - "npmName": "redux", |
99 |
| - "npmFileMap": [ |
100 |
| - { |
101 |
| - "basePath": "/dist/", |
102 |
| - "files": [ |
103 |
| - "*.js" |
104 |
| - ] |
105 |
| - } |
106 |
| - ], |
107 | 80 | "sideEffects": false
|
108 | 81 | }
|
0 commit comments