forked from TheHashHub/eTestApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 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
{
"name": "etestapp",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "~19.0.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"color": "^2.0.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"native-base": "^2.3.1",
"react": "16.0.0-alpha.12",
"react-native": "^0.46.1",
"react-native-display-html": "^1.2.3",
"react-native-easy-grid": "^0.1.15",
"react-native-htmlview": "^0.12.0",
"react-native-router-flux": "^4.0.0-beta.18",
"react-native-vector-icons": "^4.3.0",
"react-native-webview-bridge": "^0.33.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-persist": "^4.8.3",
"redux-thunk": "^2.2.0",
"remote-redux-devtools": "^0.5.12",
"remote-redux-devtools-on-debugger": "^0.8.2",
"underscore.string": "^3.3.4"
}
}