-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 949 Bytes
/
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
{
"name": "RelayMessenger",
"version": "0.0.1",
"private": true,
"react-relay-schema": ".relay-schema.json",
"scripts": {
"update-schema": "reindex schema-relay --url https://nuclear-meitnerium-861.myreindex.com .relay-schema.json",
"start": "npm run update-schema; node node_modules/react-native/local-cli/cli.js start --reset-cache"
},
"dependencies": {
"react": "^15.2.0",
"react-native": "^0.29.0",
"react-native-gifted-messenger": "^0.1.4",
"react-relay": "^0.9.0",
"reindex-js": "^0.4.0",
"uuid": "^2.0.2"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-plugin-react-relay": "^0.8.1",
"babel-preset-react-native": "^1.9.0",
"babel-relay-plugin": "^0.9.0",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"reindex-cli": "^0.4.2"
}
}