-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.32 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
{
"name": "react-conf-experience",
"version": "0.0.0",
"license": "MIT",
"description": "React Conf 2016 Official App",
"private": true,
"main": "ReactConfApp.js",
"author": "Adam Miskiewicz <[email protected]>",
"exp": {
"abiVersion": "UNVERSIONED",
"name": "React Conf 2016",
"orientation": "portrait",
"primaryColor": "#f6f6f7"
},
"config": {
"graphqlEndpoint": "http://14a5e704.ngrok.com"
},
"scripts": {
"fetch-graphql": "curl $npm_package_config_graphqlEndpoint/schema.json > _resources/schema.json"
},
"dependencies": {
"@exponent/react-native-responsive-image": "^0.1.0",
"@exponent/with-custom-font": "^2.0.0",
"immutable": "^3.7.6",
"react": "^0.14.7",
"react-mixin": "^3.0.3",
"react-native": "github:exponentjs/react-native#2016-02-09",
"react-native-clone-referenced-element": "^1.0.0",
"react-relay": "github:exponentjs/relay#exp-latest",
"react-timer-mixin": "^0.13.3"
},
"devDependencies": {
"babel-eslint": "^4.1.8",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.5.0",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-preset-react-native": "^1.4.0",
"babel-relay-plugin": "^0.7.0",
"eslint": "^2.1.0",
"eslint-plugin-react": "^3.16.1"
}
}