forked from FaridSafi/react-native-basketball
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.exp.json
More file actions
29 lines (29 loc) · 915 Bytes
/
package.exp.json
File metadata and controls
29 lines (29 loc) · 915 Bytes
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
{
"name": "Basketball",
"version": "0.0.1",
"private": true,
"main": "main.exp.js",
"exp": {
"sdkVersion": "5.0.0",
"name": "React Native Basketball",
"primaryColor": "#283035",
"iconUrl": "https://raw.githubusercontent.com/FaridSafi/react-native-basketball/902dac849843d6beff3ee843ac527240d73da44f/assets/ball-384.png",
"orientation": "portrait",
"loading": {
"iconUrl": "https://raw.githubusercontent.com/FaridSafi/react-native-basketball/902dac849843d6beff3ee843ac527240d73da44f/assets/ball-384.png"
}
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "^0.14.5",
"react-native": "exponentjs/react-native#sdk-5.0.0"
},
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0"
}
}