-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.41 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
{
"name": "iTeach",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"react-devtools": "react-devtools"
},
"dependencies": {
"abortcontroller-polyfill": "^1.1.8",
"npm": "^5.8.0",
"react": "^16.3.0-alpha.1",
"react-devtools": "^3.2.3",
"react-native": "0.54.2",
"react-native-check-box": "^2.1.0",
"react-native-circle-checkbox": "^0.1.6",
"react-native-connection-info": "^1.1.0",
"react-native-datepicker": "^1.7.1",
"react-native-document-picker": "^2.1.0",
"react-native-multipeer": "file:src/submodule/react-native-multipeer",
"react-native-picker-dropdown": "^0.1.1",
"react-native-simple-time-picker": "^0.2.0",
"react-native-ui-xg": "0.0.6",
"react-navigation": "^1.5.8",
"react-navigation-redux-helpers": "^1.0.3",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-actions": "^2.3.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-jest": "22.4.1",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"jest": "22.4.2",
"prop-types": "^15.6.1",
"react-test-renderer": "^16.3.0-alpha.1"
},
"jest": {
"preset": "react-native"
}
}