This repository has been archived by the owner on Sep 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.53 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
43
44
45
{
"name": "skole-native",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"android:beta": "cd android/ && rm -rf app/build/ && fastlane beta",
"ios": "react-native run-ios",
"start": "react-native start",
"type-check": "tsc",
"format": "yarn prettier --write '**/*.{ts,tsx,js,json}'",
"lint": "yarn prettier --check '**/*.{ts,tsx,js,json}' && eslint . --ext .ts,.tsx,.js",
"update-deps:patch": "yarn upgrade",
"update-deps:latest": "yarn upgrade --latest"
},
"dependencies": {
"@react-native-firebase/app": "11.1.2",
"@react-native-firebase/messaging": "11.1.2",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-bootsplash": "3.2.0",
"react-native-webview": "11.3.1"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/runtime": "7.13.10",
"@react-native-community/eslint-config": "2.0.0",
"@types/react-native": "0.64.0",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"eslint": "7.22.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"metro-react-native-babel-preset": "0.65.2",
"prettier": "2.2.1",
"typescript": "4.2.3"
}
}