@apparently/query
Version:
Simple and small data fetching library for SolidJS. Inspired by SWR.
65 lines • 1.59 kB
JSON
{
"name": "@apparently/query",
"description": "Simple and small data fetching library for SolidJS. Inspired by SWR.",
"authors": "Patrik Smělý (SogoCZE), Petr Strolený (Petmar)",
"author": "Apparently Studio",
"repository": {
"type": "git",
"url": "git+https://github.com/apparently-studio/query.git"
},
"version": "0.0.18",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"solid": "./dist/index.jsx",
"default": "./dist/index.js"
}
},
"sideEffects": false,
"scripts": {
"build": "npm run build:js && npm run build:types",
"build:js": "rollup -c",
"build:types": "tsc"
},
"dependencies": {
"stable-hash": "^0.0.2",
"@solid-primitives/map": "^0.2.3"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/node": "^18.7.14",
"babel-preset-solid": "^1.5.3",
"rollup": "^2.79.0",
"rollup-plugin-terser": "^7.0.2",
"solid-jest": "^0.2.0",
"solid-js": "^1.5.3",
"typescript": "^4.8.2"
},
"peerDependencies": {
"solid-js": "^1.5.7"
},
"keywords": [
"SolidJS",
"Data",
"Query",
"JavaScript",
"TypeScript",
"Apparently"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/apparently-studio/query/issues"
},
"homepage": "https://github.com/apparently-studio/query#readme"
}