new user interface

This commit is contained in:
yssf-io
2023-11-06 18:30:44 +09:00
parent ad821d1980
commit f1d730cfb8
7 changed files with 1833 additions and 132 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "AwesomeProject",
"name": "proof-of-passport",
"version": "0.0.1",
"private": true,
"scripts": {
@@ -10,6 +10,9 @@
"test": "jest"
},
"dependencies": {
"@gluestack-style/react": "^1.0.12",
"@gluestack-ui/config": "^1.0.3",
"@gluestack-ui/themed": "^1.0.11",
"body-parser": "^1.20.2",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
@@ -19,7 +22,8 @@
"pvutils": "^1.1.3",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-passport-reader": "^1.0.3"
"react-native-passport-reader": "^1.0.3",
"react-native-svg": "13.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",