-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.69 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.69 KB
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
71
72
73
74
75
76
77
78
79
80
{
"name": "pause",
"description": "",
"version": "1.0.0",
"author": "WebStrong (https://webstrong.pl)",
"main": "node_modules/expo/AppEntry.js",
"bugs": {
"url": "https://github.com/webstrongteam/pause/issues"
},
"homepage": "https://webstrong.pl",
"repository": {
"type": "git",
"url": "git+https://github.com/webstrongteam/pause.git"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"cleanup": "prettier --config .prettierrc --write \"**/*.+(js|jsx|ts|tsx|json|scss|md)\" && npm run eslint",
"lint-cleanup": "prettier --config .prettierrc --check \"**/*.+(js|jsx|ts|tsx|json|scss|md)\" && npm run eslint",
"eslint": "eslint --fix ."
},
"dependencies": {
"@expo/metro-config": "^0.1.54",
"@react-native-community/masked-view": "0.1.10",
"expo": "^42.0.0",
"expo-av": "~9.2.3",
"expo-file-system": "~11.1.3",
"expo-firebase-analytics": "~4.1.0",
"expo-font": "~9.2.1",
"expo-sqlite": "~9.2.1",
"expo-status-bar": "~1.0.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-elements": "3.1.0",
"react-native-flash-message": "0.1.22",
"react-native-gesture-handler": "~1.10.2",
"react-native-global-props": "https://github.com/TuNguyenThanh/react-native-global-props#master",
"react-native-modal": "12.0.2",
"react-native-reanimated": "~2.2.0",
"react-native-screens": "~3.4.0",
"react-native-shadow": "^1.2.2",
"react-native-svg": "12.1.1",
"react-navigation": "^4.4.3",
"react-navigation-stack": "^2.10.2",
"sentry-expo": "^4.0.0",
"expo-application": "~3.2.0",
"expo-constants": "~11.0.1",
"expo-device": "~3.3.0",
"expo-updates": "~0.8.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/netinfo": "6.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"babel-plugin-react-native-platform-specific-extensions": "^1.1.1",
"eslint": "^7.30.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-webstrong": "^1.1.8",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.11.0",
"node-sass": "^5.0.0",
"prettier": "2.2.1",
"react-native-typed-sass-transformer": "^0.11.0",
"typescript": "~4.0.0"
},
"private": true
}