-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.65 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
{
"name": "t7ChickenNative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"rnpm": {
"assets": [
"./src/fonts/Exo_2"
]
},
"dependencies": {
"anymatch": "^1.3.0",
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-preset-react-native": "^1.9.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-preset-stage-0": "^6.16.0",
"fetch": "^1.1.0",
"react": "16.0.0-alpha.6",
"react-dom": "15.5.4",
"react-native": "0.44.2",
"react-native-accordion": "git+https://github.com/ndejesus1227/react-native-accordion.git",
"react-native-checkbox": "^1.1.0",
"react-native-device-info": "^0.10.2",
"react-native-drawer": "^2.3.0",
"react-native-dropdown": "git+https://github.com/g6ling/react-native-dropdown.git",
"react-native-extended-stylesheet": "^0.4.0",
"react-native-icon": "^0.2.10",
"react-native-linear-gradient": "^2.0.0",
"react-native-orientation": "^3.0.0",
"react-native-side-menu": "^0.20.1",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-jest": "17.0.2",
"babel-preset-react-native": "1.9.0",
"jest": "17.0.3",
"react-test-renderer": "15.4.1",
"reactotron-react-native": "^1.6.0"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./test/setup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-navigation)"
]
}
}