UNPKG

react-use-cancel-token

Version:
28 lines (27 loc) 716 B
{ "name": "react-use-cancel-token-example", "homepage": "https://AXeL-dev.github.io/react-use-cancel-token", "version": "0.0.0", "license": "MIT", "private": true, "dependencies": { "lodash": "^4.17.21", "react": "file:../node_modules/react", "react-dom": "^16.9.0", "react-scripts": "^3.0.1", "react-use-cancel-token": "file:.." }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "build:github": "PUBLIC_URL=/react-use-cancel-token/ react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }