UNPKG

eagle-id

Version:

A React based component to perform identity verification

76 lines (75 loc) 1.87 kB
{ "name": "eagle-id", "version": "1.1.2", "description": "A React based component to perform identity verification", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "github-eyn:Ayn-AI/eagle-id.git" }, "keywords": [ "Eagle", "Id", "Idenity", "Verification", "ID", "Passport", "Identity" ], "author": { "name": "Robin Ankele", "email": "dev@eyn.vision" }, "license": "MIT", "homepage": "https://www.eyn.vision/eagleid", "peerDependencies": { "react": "^16.6.1", "react-dom": "^16.6.3" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.9.6", "@babel/plugin-transform-react-jsx": "^7.9.4", "@babel/preset-env": "^7.9.6", "@babel/preset-react": "^7.9.4", "babel-loader": "^8.1.0", "file-loader": "^6.0.0", "json-loader": "^0.5.7", "path": "^0.12.7", "react": "^16.13.1", "react-dom": "^16.13.1", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "webpack-node-externals": "^1.7.2" }, "files": [ "index.js", "src/", "README.md", "resources.zip", "webpack.config.js" ], "dependencies": { "@material-ui/core": "^4.9.14", "@material-ui/icons": "^4.9.1", "@material-ui/styles": "^4.10.0", "axios": "^0.19.2", "detect-browser": "^5.1.0", "http": "0.0.1-security", "https": "^1.0.0", "jimp": "^0.12.1", "notistack": "^0.9.16", "react": "^16.13.1", "react-device-detect": "^1.12.1", "react-dom": "^16.13.1", "react-exif-orientation-img": "^0.1.5", "react-lottie": "^1.2.3", "react-webcam": "^5.0.1" } }