This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
70 lines (70 loc) · 2.29 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "fiora-app",
"version": "1.0.0",
"private": true,
"license": "MIT",
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"build:android": "expo build:android -t apk",
"ios": "expo build:ios -t archive",
"test": "jest",
"ts-check": "tsc --noEmit",
"lint": "eslint ./ --ext js,jsx,ts,tsx --ignore-pattern .eslintignore --cache --fix"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-toolkit/triangle": "^0.0.1",
"autobind-decorator": "^2.1.0",
"deepmerge": "^4.2.2",
"expo": "^42.0.0",
"expo-constants": "~11.0.1",
"expo-image-picker": "~10.2.2",
"expo-notifications": "~0.12.3",
"expo-web-browser": "~9.2.0",
"immer": "^8.0.1",
"native-base": "^2.4.5",
"prop-types": "^15.6.1",
"randomcolor": "^0.6.2",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-dialog": "^6.2.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-reanimated": "~2.2.0",
"react-native-router-flux": "^4.3.1",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-redux": "^7.2.2",
"redux": "^4.0.0",
"socket.io-client": "^4.1.3",
"typescript": "~4.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/randomcolor": "^0.5.5",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-redux": "^7.1.16",
"@types/redux": "^3.6.0",
"@types/socket.io-client": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.1",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.15.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"expo-cli": "^4.7.3",
"jest-expo": "^42.0.0",
"react-test-renderer": "16.3.1",
"ts-jest": "^26.5.2"
}
}