forked from cubixInc/ReactCube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.83 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
59
60
61
{
"name": "ReactCube",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"flow": "flow",
"flow-stop": "flow stop",
"port-8082":
"node node_modules/react-native/local-cli/cli.js start --port 8082"
},
"dependencies": {
"axios": "^0.17.0",
"base-64": "^0.1.0",
"format-unicorn": "^1.1.1",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"numeral": "^2.0.6",
"prop-types": "^15.6.0",
"react": "16.0.0-beta.5",
"react-native": "0.49.5",
"react-native-animatable": "^1.2.4",
"react-native-animated-linear-gradient": "^1.1.0",
"react-native-datepicker": "^1.6.0",
"react-native-google-places-autocomplete": "^1.3.6",
"react-native-i18n": "^2.0.9",
"react-native-keyboard-manager": "^4.0.13-4",
"react-native-linear-gradient": "^2.3.0",
"react-native-maps": "^0.17.1",
"react-native-material-textfield": "^0.10.2",
"react-native-message-bar": "^2.0.6",
"react-native-modal": "^4.1.1",
"react-native-parsed-text": "^0.0.20",
"react-native-router-flux": "^4.0.0-beta.22",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-swiper": "^1.5.13"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-jest": "21.2.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "4.0.0",
"eslint": "4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.7.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"flow-bin": "0.53.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": ["./src/assets/fonts"]
}
}