-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 3 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 3 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
81
82
83
84
85
86
87
88
{
"name": "maker",
"description": "Maker is an advanced ToDo mobile application created with React Native and Expo framework. This app working with Android and iOS.",
"version": "2.6.0",
"author": "WebStrong (https://webstrong.pl)",
"main": "node_modules/expo/AppEntry.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/webstrongteam/maker/issues"
},
"homepage": "https://webstrong.pl",
"repository": {
"type": "git",
"url": "git+https://github.com/webstrongteam/maker.git"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"cleanup": "prettier --write \"**/*.+(js|jsx|json|css|md)\" && eslint --fix . --fix"
},
"dependencies": {
"@react-native-community/datetimepicker": "3.0.4",
"@react-native-community/masked-view": "0.1.10",
"@ubaids/react-native-material-textfield": "0.16.3",
"axios": "0.21.1",
"colorsys": "1.0.22",
"expo": "^40.0.0",
"expo-calendar": "~8.6.0",
"expo-constants": "~9.3.3",
"expo-document-picker": "~8.4.1",
"expo-file-system": "~9.3.0",
"expo-font": "~8.4.0",
"expo-haptics": "~8.4.0",
"expo-image-picker": "~9.2.0",
"expo-localization": "~9.1.0",
"expo-notifications": "~0.8.2",
"expo-permissions": "~10.0.0",
"expo-sharing": "~8.5.0",
"expo-sqlite": "~8.5.0",
"expo-web-browser": "~8.6.0",
"moment": "2.29.1",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-color-wheel": "https://github.com/mateuszpijanowski/react-native-color-wheel#master",
"react-native-dialog": "6.1.1",
"react-native-gesture-handler": "~1.8.0",
"react-native-global-props": "1.1.5",
"react-native-material-ui": "github:mateuszpijanowski/react-native-material-ui#master",
"react-native-modal": "11.5.6",
"react-native-modal-datetime-picker": "9.0.0",
"react-native-modal-dropdown": "git+https://github.com/siemiatj/react-native-modal-dropdown.git",
"react-native-modalbox": "2.0.2",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-settings-list": "1.8.0",
"react-native-tab-view": "2.15.2",
"react-navigation": "4.4.2",
"react-navigation-stack": "2.8.4",
"react-redux": "7.2.1",
"redux": "4.0.4",
"redux-thunk": "2.3.0",
"expo-firebase-analytics": "~2.6.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"babel-eslint": "^10.1.0",
"babel-preset-expo": "8.3.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.13.0",
"eslint-config-webstrong": "^1.1.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-react-native": "^3.10.0",
"logkitty": ">=0.7.1",
"mem": ">=4.0.0",
"node-fetch": ">=2.6.1",
"prettier": "^2.1.2"
},
"private": true
}