deepvue-digilocker-react-sdk
Version:
A SDK powered by Deepvue for DigiLocker authentication flows
71 lines (70 loc) • 1.73 kB
JSON
{
"name": "deepvue-digilocker-react-sdk",
"version": "1.0.3",
"description": "A SDK powered by Deepvue for DigiLocker authentication flows",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
}
},
"files": [
"dist",
"src/assets"
],
"scripts": {
"dev": "vite",
"build": "tsup",
"lint": "eslint .",
"prepare": "npm run build",
"start": "vite"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/material": "^7.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@mui/material": "^7.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"axios": "^1.9.0",
"formik": "^2.4.6"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@mui/icons-material": "^7.1.0",
"@types/node": "^22.15.21",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"tsup": "^8.5.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5"
},
"keywords": [
"react",
"aadhaar",
"ekyc",
"digilocker",
"authentication",
"verification"
],
"author": "DeepVue",
"license": "MIT"
}