You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
418 B
13 lines
418 B
{
|
|
"name": "@reduxjs/toolkit-query-react",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "../../dist/query/react/index.js",
|
|
"module": "../../dist/query/react/rtk-query-react.esm.js",
|
|
"unpkg": "../../dist/query/react/rtk-query-react.umd.min.js",
|
|
"author": "Mark Erikson <mark@isquaredsoftware.com>",
|
|
"license": "MIT",
|
|
"types": "../../dist/query/react/index.d.ts",
|
|
"sideEffects": false
|
|
}
|