-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "AskApiko",
"version": "0.1.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^6.3.1",
"axios": "^0.16.2",
"ex-react-native-i18n": "0.0.4",
"expo": "^26.0.0",
"moment": "^2.22.1",
"prop-types": "^15.6.0",
"ramda": "^0.25.0",
"react": "16.3.0-alpha.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"react-navigation": "^2.0.0",
"react-navigation-redux-helpers": "^1.0.6",
"react-redux": "^5.0.6",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"socket.io-client": "^2.0.4"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.2.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-formatter-pretty": "^1.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^3.1.0",
"remote-redux-devtools": "^0.5.12",
"react-native-scripts": "1.13.2",
"jest-expo": "26.0.0",
"react-test-renderer": "16.3.0-alpha.1"
}
}