-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 1.18 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
{
"name": "reactive2015",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"start": "export REINDEX_URL='https://elected-reactor-20.myreindex.com' && node_modules/react-native/packager/packager.sh",
"lint": "eslint src",
"import-data": "source ./reindex-env.sh && babel-node import-data.js",
"graphiql": "source ./reindex-env.sh && reindex graphiql",
"schema-fetch": "source ./reindex-env.sh && reindex schema-fetch",
"schema-push": "source ./reindex-env.sh && reindex schema-push --force",
"schema-relay": "source ./reindex-env.sh && reindex schema-relay data/schema.json"
},
"dependencies": {
"babel": "^5.8.23",
"react-mixin": "^3.0.0",
"react-native": "0.11.4",
"react-native-accordion": "^0.2.2",
"react-native-browser-polyfill": "^0.1.1",
"react-native-icons": "^0.4.0",
"react-native-parallax": "^0.1.3",
"react-native-spinkit": "0.0.5",
"react-relay": "tmitchel2/relay",
"reindex-js": "^0.3.0"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"babel-relay-plugin": "^0.2.6",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.5.1",
"reindex-cli": "^0.3.1"
}
}