@hybris-software/use-query
Version:
Simple way to manage your api calls
39 lines (38 loc) • 822 B
JSON
{
"name": "@hybris-software/use-query",
"version": "2.3.19",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"axios": "^0.27.2",
"core-js": "^3.25.5",
"react": "^18.2.0"
},
"description": "Simple way to manage your api calls",
"license": "MIT",
"repository": "Hybris-Software/useQuery",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"javascript",
"axios",
"query",
"npm",
"query",
"api",
"react-package"
],
"scripts": {
"build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6"
}
}