Skip to content

Commit

Permalink
feat: queryToolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeisegg123 committed Apr 16, 2022
1 parent c0a24da commit a5d4072
Show file tree
Hide file tree
Showing 13 changed files with 2,034 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
coverage
34 changes: 30 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,42 @@
"name": "react-query-toolkit",
"private": true,
"version": "0.0.0",
"author": {
"name": "lifeisegg123",
"email": "[email protected]"
},
"main": "dist/index.umd.js",
"types": "types/index.d.ts",
"module": "dist/index.es.js",
"repository": "lifeisegg123/react-query-toolkit",
"keywords": [
"react",
"query",
"react-query",
"toolkit",
"query-toolkit",
"react-query-toolkit"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"test": "vitest",
"test:watch": "vitest --watch",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@testing-library/react-hooks": "^8.0.0",
"@vitejs/plugin-react": "^1.3.1",
"c8": "^7.11.0",
"jsdom": "^19.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-query": "^3.34.19",
"react-query": "^4.0.0-beta.3",
"typescript": "^4.5.4",
"vite": "^2.9.2"
"vite": "^2.9.2",
"vitest": "^0.9.3"
},
"peerDependencies": {
"react-query": "^4"
}
}
}
Loading

0 comments on commit a5d4072

Please sign in to comment.