mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 15:08:15 +08:00
21 lines
582 B
JSON
21 lines
582 B
JSON
|
{
|
||
|
"name": "@reduxjs/toolkit-react",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"type": "module",
|
||
|
"module": "../dist/react/redux-toolkit-react.legacy-esm.js",
|
||
|
"main": "../dist/react/cjs/index.js",
|
||
|
"types": "./../dist/react/index.d.ts",
|
||
|
"exports": {
|
||
|
"./package.json": "./package.json",
|
||
|
".": {
|
||
|
"types": "./../dist/react/index.d.ts",
|
||
|
"import": "./../dist/react/redux-toolkit-react.modern.mjs",
|
||
|
"default": "./../dist/react/cjs/index.js"
|
||
|
}
|
||
|
},
|
||
|
"author": "Mark Erikson <mark@isquaredsoftware.com>",
|
||
|
"license": "MIT",
|
||
|
"sideEffects": false
|
||
|
}
|