-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.2 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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "splitreceipt",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "NODE_ENV='development' node node_modules/react-native/local-cli/cli.js start",
"start-server": "NODE_ENV='development' nodemon server",
"test-firebase-auth": "mocha tests/firebase/auth.test.js --watch --compilers js:babel-register",
"test": "jest"
},
"dependencies": {
"animejs": "^2.0.2",
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"chai": "^4.1.2",
"chai-properties": "^1.2.1",
"chai-things": "^0.2.0",
"express": "^4.15.4",
"faker": "^4.1.0",
"firebase": "^4.2.0",
"lodash": "^4.17.4",
"path": "^0.12.7",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-anime": "^0.3.4",
"react-native": "0.47.1",
"react-native-animatable": "^1.2.3",
"react-native-autocomplete-input": "^3.3.1",
"react-native-camera": "^0.10.0",
"react-native-contacts": "^0.8.2",
"react-native-dash": "0.0.7",
"react-native-dimension": "^1.0.6",
"react-native-elements": "^0.15.0",
"react-native-fs": "^2.5.1",
"react-native-linear-gradient": "^2.2.0",
"react-native-modalbox": "^1.4.2",
"react-native-pagination": "^1.2.8",
"react-native-shadow": "^1.2.1",
"react-native-svg": "^5.4.1",
"react-native-swiper": "^1.5.10",
"react-native-swiper-animated": "^1.2.5",
"react-native-tab-view": "0.0.69",
"react-native-vector-icons": "^4.3.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"request": "^2.81.0",
"round-precision": "^1.0.0",
"sinon": "^3.2.1",
"supertest-as-promised": "^4.0.2",
"twilio": "^3.6.2"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.1.0",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.2.1",
"eslint-plugin-react-native": "^3.0.1",
"jest": "20.0.4",
"morgan": "^1.8.2",
"nodemon": "^1.11.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}