@mosip/react-inji-verify-sdk
Version:
A react component library to perform Inji verify tasks, such as OpenId4VP sharing, Reading VC QR codes
75 lines (74 loc) • 2.19 kB
JSON
{
"name": "@mosip/react-inji-verify-sdk",
"version": "0.13.1",
"description": "A react component library to perform Inji verify tasks, such as OpenId4VP sharing, Reading VC QR codes",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "webpack --config webpack.config.js && tsc --declaration --emitDeclarationOnly --outDir dist",
"test": "jest test --coverage",
"verify": "npm run build",
"localPublish": "npm version patch && npm run build && npm publish --access public --registry http://localhost:4873"
},
"repository": {
"type": "git",
"url": "https://github.com/mosip/inji-verify.git"
},
"author": "MOSIP",
"license": "MPL-2.0",
"keywords": [
"react",
"react-component",
"openid4VP",
"mosip",
"inji",
"inji verify"
],
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.27.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/babel__generator": "^7.27.0",
"@types/babel__template": "^7.4.4",
"@types/node": "^22.14.1",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "^9.24.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.1.0",
"mini-css-extract-plugin": "^2.9.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.2",
"typescript": "^4.9.5",
"webpack": "^5.99.5",
"webpack-cli": "^6.0.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mosip/pixelpass": "^0.6.0",
"@mui/material": "^7.1.0",
"ajv": "^8.17.1",
"pdfjs-dist": "^5.2.133",
"qrcode.react": "^4.1.0",
"zxing-wasm": "^2.1.2"
}
}