-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.38 KB
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
{
"name": "FirestackApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"jest": {
"preset": "jest-react-native"
},
"dependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"firebase": "^3.3.2",
"native-base": "^0.5.9",
"react": "15.3.1",
"react-native": "0.32.0",
"react-native-firestack": "^2.3.0",
"react-native-fs": "^2.0.1-rc.2",
"react-native-gifted-chat": "0.0.10",
"react-native-oauth": "^1.0.7",
"react-native-scrollable-tab-view": "^0.6.0",
"react-native-vector-icons": "^2.1.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-module-builder": "^0.3.2",
"redux-persist": "^3.5.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"appium": "^1.6.0",
"babel-jest": "^15.0.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-regenerator": "^6.16.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-native": "^1.9.0",
"colors": "^1.1.2",
"enzyme": "^2.6.0",
"jest": "^15.1.1",
"jest-react-native": "^15.0.0",
"react-addons-test-utils": "^15.4.0",
"react-dom": "^15.4.0",
"react-native-mock": "^0.2.7",
"react-test-renderer": "^15.3.1",
"wd": "^1.0.0",
"yiewd": "^0.6.0"
}
}