@regulaforensics/ionic-native-document-reader
Version:
Ionic Native wrapper for cordova documentreader
61 lines (60 loc) • 1.86 kB
JSON
{
"name": "DocumentReader",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test.e2e": "cypress run",
"test.unit": "vitest",
"lint": "eslint"
},
"dependencies": {
"@regulaforensics/ionic-native-document-reader": "8.3.222",
"@regulaforensics/cordova-plugin-document-reader-api": "8.3.248",
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.3.800",
"@awesome-cordova-plugins/camera": "6.6.0",
"@awesome-cordova-plugins/file": "6.6.0",
"@capacitor/android": "5.6.0",
"@capacitor/app": "5.0.7",
"@capacitor/core": "5.6.0",
"@capacitor/haptics": "5.0.7",
"@capacitor/ios": "5.6.0",
"@capacitor/keyboard": "5.0.8",
"@capacitor/status-bar": "5.0.7",
"@ionic/react": "^7.0.0",
"@ionic/react-router": "^7.0.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"cordova-plugin-camera": "7.0.0",
"cordova-plugin-file": "8.0.1",
"jetifier": "2.0.0",
"ionicons": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@capacitor/cli": "5.6.0",
"@testing-library/dom": ">=7.21.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-react": "^4.0.1",
"cypress": "^13.5.0",
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"jsdom": "^22.1.0",
"terser": "^5.4.0",
"typescript": "^5.1.6",
"vite": "^5.0.0",
"vitest": "^0.34.6"
},
"description": "An Ionic project"
}