-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.53 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
{
"name": "keycodeapp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@eva-design/eva": "*",
"@ui-kitten/eva-icons": "*",
"axios": "*",
"form-data": "*",
"jwt-decode": "*",
"react": "*",
"react-dom": "*",
"react-native": "*",
"react-native-device-info": "*",
"react-native-gesture-handler": "*",
"react-native-keyboard-aware-scroll-view": "*",
"react-native-reanimated": "*",
"react-native-screens": "*",
"react-native-snap-carousel": "*",
"react-native-splash-screen": "*",
"react-native-status-bar-height": "*",
"react-native-svg": "*",
"react-native-ui-kitten": "*",
"react-native-webview": "*",
"react-navigation": "*",
"react-navigation-stack": "*",
"react-navigation-tabs": "*"
},
"devDependencies": {
"@babel/core": "*",
"@babel/runtime": "*",
"@react-native-community/eslint-config": "*",
"@types/jest": "^24.0.18",
"@types/react": "*",
"@types/react-native": "*",
"@types/react-test-renderer": "*",
"babel-jest": "*",
"jest": "*",
"metro-react-native-babel-preset": "*",
"react-test-renderer": "*",
"typescript": "*"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
}
}