-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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": "SchedulerByPK2",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/checkbox": "^0.4.2",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-cli": "^2.0.1",
"react-native-file-logger": "^0.2.1",
"react-native-interactable": "^2.0.1",
"react-native-inviewport": "^1.1.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^11.5.6",
"react-native-orientation-loading-overlay": "^0.1.6",
"react-native-responsive-fontsize": "^0.4.3",
"react-native-sqlite-storage": "^5.0.0",
"react-native-svg": "^11.0.1",
"react-native-vector-icons": "^6.7.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"detox": "^17.11.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^25.5.4",
"jest-circus": "^26.6.3",
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "^2.1.2",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}