-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.88 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
{
"name": "druidshape",
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"postinstall": "npx jetify",
"lint": "eslint .",
"format": "prettier --write \"**/*.{js,jsx,md,json,css,prettierrc,eslintrc}\""
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.2",
"@react-native-community/viewpager": "^1.1.7",
"flyd": "^0.2.8",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-native": "^0.60.5",
"react-native-action-button": "^2.8.5",
"react-native-document-picker": "^2.2.0",
"react-native-elements": "^1.2.6",
"react-native-fs": "^2.14.1",
"react-native-gesture-handler": "^1.4.1",
"react-native-iap": "^2.5.5",
"react-native-input-scroll-view": "^1.9.3",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-modal": "^11.4.0",
"react-native-popup-menu": "^0.15.6",
"react-native-root-toast": "^3.1.2",
"react-native-swipeout": "^2.3.6",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.12.1",
"react-navigation-collapsible": "^3.0.3",
"react-navigation-transitions": "^1.0.12",
"rnss": "^2.1.2",
"tcomb-form-native": "^0.6.20"
},
"devDependencies": {
"@babel/core": "^7.6.3",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/runtime": "^7.6.3",
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-adpyke-react-native": "^1.0.14",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"eslint-plugin-react-native": "^3.7.0",
"jest": "24.9.0",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "0.56.0",
"prettier": "^1.18.2",
"react-test-renderer": "16.10.2"
},
"private": true
}