@tryfinch/react-connect
Version:
Finch SDK for embedding Finch Connect in API React Single Page Applications (SPA)
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "@tryfinch/react-connect",
"version": "3.15.0",
"description": "Finch SDK for embedding Finch Connect in API React Single Page Applications (SPA)",
"keywords": [
"finch",
"sdk",
"payroll",
"react",
"oauth"
],
"homepage": "https://tryfinch.com/",
"author": "",
"license": "MIT",
"repository": "Finch-API/react-connect",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"start": "rollup -c -w",
"prepare": "npm run build",
"predeploy": "cd example && npm install && npm run build"
},
"peerDependencies": {
"react": ">=16.9.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^11.1.0",
"@types/react": "^16.14.40",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"react": "^16.9.0",
"rollup": "^2.75.7",
"rollup-plugin-peer-deps-external": "^2.2.0",
"typescript": "^4.9.5"
}
}