-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.78 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
{
"name": "ecommerce-react-native",
"version": "3.0.0",
"private": false,
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "4.19.1",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "2.7.0",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-native": "3.7.0",
"flow-bin": "0.108.0",
"flow-typed": "2.1.5",
"husky": "0.14.3",
"jest": "20.0.4",
"jest-expo": "19.0.5",
"prettier": "1.5.3",
"react-native-scripts": "1.1.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "eslint ."
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(react-native|lottie-react-native|expo|react-native-maps|react-native-svg|react-native-branch|native-base-shoutem-theme|react-native-easy-grid|react-native-drawer|react-native-vector-icons|react-native-keyboard-aware-scroll-view|react-native-swiper|react-navigation|native-base|@expo|react-native-scrollable-tab-view|react-native-simple-modal)/)"
]
},
"dependencies": {
"expo": "21.0.3",
"mobx": "^3.0.0",
"mobx-react": "^4.1.0",
"native-base": "2.3.1",
"react": "16.0.0-alpha.12",
"react-native": "0.48.4",
"react-native-parallax-scroll-view": "0.19.0",
"react-native-swiper": "1.5.4",
"react-native-tab-view": "0.0.52",
"react-navigation": "1.0.0-beta.11",
"reazy": "0.0.3",
"reazy-native-router-actions": "0.0.2",
"simple-line-icons": "2.4.1"
}
}