-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.56 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
{
"name": "Tapster",
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"jest-expo": "^22.0.0",
"react-native-scripts": "1.5.0",
"react-test-renderer": "16.0.0-beta.5"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "BASE_URL=http://api.tapster.mhalmeida.com/ react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "BASE_URL=http://api.tapster.mhalmeida.com/ react-native-scripts android",
"ios": "BASE_URL=http://api.tapster.mhalmeida.com/ react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
"babel-polyfill": "^6.26.0",
"expo": "^22.0.0",
"feathers": "^2.2.3",
"feathers-authentication-client": "^0.3.3",
"feathers-hooks": "^2.1.2",
"feathers-socketio": "^2.0.1",
"prop-types": "^15.6.0",
"react": "16.0.0-beta.5",
"react-native": "^0.49.0",
"react-native-elements": "^0.18.4",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-menu": "^0.23.0",
"react-navigation": "^1.0.0-beta.15",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-persist": "^5.4.0",
"redux-thunk": "^2.2.0",
"socket.io-client": "^2.0.4"
}
}