react-solid-flow
Version:
[SolidJS](https://www.solidjs.com/docs/latest/api#control-flow)-inspired basic control-flow components and everyday async state hook library for [React](https://reactjs.org/)
78 lines • 1.94 kB
JSON
{
"name": "react-solid-flow",
"version": "0.2.3",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest --run --coverage",
"lint": "eslint .",
"prepack": "npm run lint && npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/religiosa1/react-solid-flow"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.28.5",
"eslint": "^8.34.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.32.2",
"jsdom": "^21.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5",
"vite": "^4.1.3",
"vite-plugin-dts": "^1.7.3",
"vitest": "^0.28.5"
},
"keywords": [
"react-solid-flow",
"react-control-flow",
"control-flow",
"for",
"react-for",
"forEach",
"react-foreach",
"ErrorBoundary",
"portal",
"async",
"await",
"fetch",
"promise",
"react",
"reactjs",
"solid",
"solidjs",
"hook",
"hooks",
"useAsync",
"useFetch",
"usePromise",
"use-async",
"use-fetch",
"use-promise"
],
"main": "dist/react-solid-flow.umd.js",
"es2015": "dist/react-solid-flow.es.mjs",
"types": "dist/react-solid-flow.es.d.ts",
"exports": {
".": {
"import": "./dist/react-solid-flow.es.mjs",
"require": "./dist/react-solid-flow.umd.js"
}
}
}