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