forked from bhuvansingla/iitk-coin-native-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.81 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint --ext .tsx --ext .ts --ext .js --ext .jsx .",
"lint-fix": "eslint --ext .tsx --ext .ts --ext .js --ext .jsx . --fix"
},
"dependencies": {
"@expo-google-fonts/merriweather-sans": "^0.2.0",
"@expo-google-fonts/open-sans": "^0.2.0",
"@expo/ngrok": "^4.1.0",
"@expo/vector-icons": "^12.0.5",
"@gorhom/bottom-sheet": "^4.1.0",
"axios": "^0.21.4",
"expo": "~42.0.1",
"expo-app-loading": "^1.1.2",
"expo-secure-store": "^10.2.0",
"expo-status-bar": "~1.0.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-animatable": "^1.3.3",
"react-native-flash-message": "^0.2.0",
"react-native-material-kit": "^0.6.0-beta.1",
"react-native-material-ripple": "^0.9.1",
"react-native-svg": "^12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-native-material-ripple": "^0.9.2",
"@types/react-redux": "^7.1.18",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.11.0",
"typescript": "~4.0.0"
},
"private": true
}