@vista.io/react-vista-js
Version:
NodeJS implementation of the Vista API.
79 lines (78 loc) • 2.08 kB
JSON
{
"name": "@vista.io/react-vista-js",
"version": "0.2.16",
"homepage": "https://www.app.govista.io/",
"main": "./dist/esm/index.js",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
},
"dependencies": {
"react-data-table-component": "^7.4.7",
"styled-components": "^5.3.5",
"@vista.io/vista-api-client": "^0.7.4"
},
"devDependencies": {
"@emotion/react": "11.x",
"@emotion/styled": "11.x",
"@mui/material": "5.x",
"@mui/styles": "5.x",
"react": "17.x",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/react": "17.x",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"postcss": "^8.4.13",
"rollup": "^2.72.1",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"react": "^17.0.0",
"react-dom": ">= 16.8.0",
"react-is": ">= 16.8.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.4.1",
"@mui/styles": "^5.4.1",
"@vista.io/vista-api-client": "^0.7.3"
},
"scripts": {
"build": "yarn clean && rollup -c",
"clean": "rm -rf dist/",
"lint": "eslint . --ext .tsx",
"test": "yarn lint"
},
"description": "NodeJS implementation of the Vista API.",
"repository": {
"type": "git",
"url": "git+https://github.com/vistaio/vista-clients.git"
},
"keywords": [
"vista",
"authz",
"permissions",
"vista-authz",
"vistaio"
],
"author": "Sid Dange",
"license": "ISC",
"bugs": {
"url": "https://github.com/vistaio/vista-clients/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}