-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
{
"name": "OperationMoneyTracking",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios --simulator=\"iPhone 11\"",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@rhysforyou/react-native-carousel": "^0.1.1",
"firebase": "^6.4.2",
"hoist-non-react-statics": "^3.3.0",
"i18n-js": "^3.5.1",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-action-button": "^2.8.5",
"react-native-calendars": "^1.212.0",
"react-native-circular-action-menu": "^0.5.0",
"react-native-gesture-handler": "^1.4.1",
"react-native-localize": "^1.3.1",
"react-native-modalbox": "^1.7.1",
"react-native-progress": "^3.6.0",
"react-native-screens": "^2.9.0",
"react-native-super-grid": "^3.0.9",
"react-native-svg": "^9.13.3",
"react-native-svg-charts": "^5.3.0",
"react-native-vector-icons": "6.6.0",
"react-navigation": "^3.12.1",
"react-navigation-fluid-transitions": "^0.3.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@callstack/eslint-config": "^10.0.0",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^7.4.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-native": "^3.8.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}