-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 960 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@openimis/fe-biometric-verification",
"version": "0.1.0",
"description": "openIMIS Biometric Verification frontend module — public kiosk face verification page",
"license": "LGPL-3.0",
"repository": "git://github.com/openimis/openimis-fe-biometric-verification_js.git",
"main": "src/index.js",
"module": "src/index.js",
"engines": {
"node": ">=16",
"npm": ">=8"
},
"scripts": {
"build": "vite build",
"start": "vite build --watch",
"prepare": "npm run build"
},
"dependencies": {
"@vladmandic/face-api": "^1.7.13",
"qrcode.react": "^4.1.0"
},
"peerDependencies": {
"@openimis/fe-core": "*",
"@mui/material": "^7.0.0",
"@mui/styles": "^6.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-intl": "^6.0.0",
"react-helmet": "*"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.0"
},
"files": [
"dist",
"src"
]
}