-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.72 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
{
"name": "saroo",
"version": "0.1.1",
"license": "MIT",
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"dev": "react-native-scripts start",
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"lint": "eslint --fix --ext .jsx,.js App.jsx js/"
},
"dependencies": {
"@expo/vector-icons": "^6.1.0",
"date-fns": "^1.29.0",
"expo": "^23.0.0",
"firebase": "^4.6.2",
"is-number": "^4.0.0",
"mobx": "^3.3.1",
"mobx-react": "^4.3.4",
"native-base": "^2.3.3",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"react-native-easy-grid": "^0.1.15",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-modal-datetime-picker": "^4.13.0",
"react-native-progress": "^3.4.0",
"react-navigation": "^1.0.0-beta.19"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-exponent": "^5.1.3",
"eslint-import-resolver-babel-module": "2.2.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"firebase-tools": "^3.14.0",
"jest-expo": "^23.0.0",
"react-native-scripts": "1.6.0",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
"preset": "jest-expo"
}
}