-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.03 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "mobileflashcards",
"description": "Mobile flash cards is a react native app.",
"keywords": [
"react",
"react-js",
"react-router",
"rest-api"
],
"version": "0.1.0",
"repository": "https://github.com/mmayadag/mobile-flash-cards.git",
"author": "Murat Mayadağ <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"@expo/vector-icons": "^12.0.2",
"@react-native-async-storage/async-storage": "^1.13.3",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.11.3",
"@react-navigation/material-bottom-tabs": "^5.3.11",
"@react-navigation/native": "^5.9.0",
"@react-navigation/stack": "^5.13.0",
"@types/styled-components": "^5.1.7",
"expo": "~40.0.0",
"expo-permissions": "^11.0.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-card-flip": "^1.0.7",
"react-native-gesture-handler": "^1.9.0",
"react-native-paper": "^4.7.0",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.16.1",
"react-native-web": "~0.13.12",
"react-navigation": "^4.4.3",
"react-router-dom": "5.1.2",
"react-router-native": "5.1.2",
"styled-components": "^5.2.1"
},
"eslintConfig": {
"extends": [
"react-native-app",
"react-native-app/jest"
]
},
"devDependencies": {
"@babel/core": "~7.9.0",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-react": "^1.1.7",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo web",
"eject": "expo eject",
"lint": "eslint --debug 'src/**/*.{js,jsx}'",
"lint:fix": "eslint ./src --fix"
}
}