-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 921 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 921 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
30
31
32
33
34
35
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
},
"devDependencies": {
"@types/expo": "^32.0.13",
"@types/react": "^16.8.16",
"@types/react-native": "^0.57.51",
"prettier": "^1.17.0",
"prettier-tslint": "^0.4.2",
"tsconfig-kodefox": "^1.0.1",
"tslint": "^5.16.0",
"tslint-config-kodefox": "^1.1.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"typescript": "^3.4.5"
},
"private": true,
"prettier": {
"bracketSpacing": false,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}
}