34 lines
967 B
JSON
34 lines
967 B
JSON
{
|
|
"name": "cryptec-mobile",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"test": "jest --config ./jest.config.js --runInBand",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"prebuild": "echo 'prebuild hook (placeholder for native module generation)'"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~48.0.0",
|
|
"react": "18.2.0",
|
|
"react-native": "0.71.8",
|
|
"@react-navigation/native": "^6.1.6",
|
|
"@react-navigation/native-stack": "^6.9.12",
|
|
"bip39": "^3.0.4",
|
|
"bitcoinjs-lib": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react-native": "^11.5.0",
|
|
"@types/jest": "^29.5.2",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-native": "0.70.14",
|
|
"jest": "^29.5.0",
|
|
"react-test-renderer": "18.2.0",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|