-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.27 KB
/
package.json
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
{
"name": "SolanaReactNative",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"start": "react-native start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@react-native-async-storage/async-storage": "^1.17.10",
"@solana-mobile/mobile-wallet-adapter-protocol": "^0.9.1",
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^0.9.1",
"@solana/web3.js": "^1.60.0",
"react": "18.1.0",
"react-native": "0.70.0",
"react-native-camera-kit": "^13.0.0",
"react-native-get-random-values": "^1.8.0",
"react-native-quick-base64": "^2.0.5",
"react-native-url-polyfill": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.2",
"@types/react-native": "^0.69.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^7.32.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"metro-react-native-babel-preset": "^0.72.1",
"react-test-renderer": "18.1.0",
"typescript": "^4.8.2"
}
}