Files
self/app/package.json
turnoffthiscomputer e2380b0d0e update README.md
2024-05-23 13:57:37 +09:00

78 lines
2.5 KiB
JSON

{
"name": "proof-of-passport",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "watchman watch-del-all && react-native start",
"test": "jest",
"install-app": "cd ../common && yarn && cd ../app && yarn"
},
"dependencies": {
"@amplitude/analytics-react-native": "^1.4.7",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@ethersproject/shims": "^5.7.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/netinfo": "^11.3.1",
"@tamagui/colors": "^1.94.3",
"@tamagui/config": "^1.94.3",
"@tamagui/core": "^1.94.3",
"@tamagui/lucide-icons": "^1.94.3",
"@tamagui/toast": "^1.94.3",
"@tamagui/types": "^1.94.3",
"@zk-kit/imt": "https://gitpkg.now.sh/0xturboblitz/zk-kit/packages/imt?6d417675",
"axios": "^1.6.3",
"body-parser": "^1.20.2",
"buffer": "^6.0.3",
"burnt": "^0.12.2",
"crypto-js": "^4.1.1",
"ethers": "^6.11.0",
"expo-modules-core": "^1.11.12",
"express": "^4.18.2",
"import": "^0.0.6",
"js-sha256": "^0.9.0",
"node-forge": "^1.3.1",
"poseidon-lite": "^0.2.0",
"pvutils": "^1.1.3",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-canvas": "^0.1.39",
"react-native-fs": "^2.20.0",
"react-native-get-random-values": "^1.11.0",
"react-native-keychain": "^8.2.0",
"react-native-passport-reader": "^1.0.3",
"react-native-svg": "13.4.0",
"react-native-zip-archive": "^6.1.0",
"tamagui": "^1.94.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.22.6",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@tsconfig/react-native": "^3.0.0",
"@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.17",
"@types/node-forge": "^1.3.3",
"@types/react": "^18.0.24",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.7",
"prettier": "^2.4.1",
"react-native-dotenv": "^3.4.9",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16"
}
}