-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "true-survivor",
"version": "0.0.1",
"private": true,
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"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"
},
"dependencies": {
"@stamp/it": "^0.2.0",
"expo": "^18.0.3",
"firebase": "^4.1.3",
"mobx": "^3.2.1",
"mobx-logger": "^0.6.0",
"mobx-react": "^4.2.2",
"react": "16.0.0-alpha.12",
"react-native": "^0.45.1",
"react-native-animatable": "^1.2.2",
"react-native-dotenv": "^0.1.0",
"react-native-elements": "^0.15.0",
"react-native-progress": "^3.3.0",
"react-native-router-flux": "^4.0.0-beta.12",
"recompose": "^0.24.0",
"socket.io-client": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-preset-flow": "^6.23.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^2.3.2",
"flow-bin": "^0.51.0",
"jest": "20.0.4",
"jest-expo": "~18.0.0",
"react-native-scripts": "0.0.50",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "jest-expo"
}
}