-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 3.09 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 3.09 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
{
"name": "save-food",
"description": "This application is created to help you saving food.",
"version": "1.2.2",
"author": "WebStrong (https://webstrong.pl)",
"main": "node_modules/expo/AppEntry.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/webstrongteam/save-food/issues"
},
"homepage": "https://webstrong.pl",
"repository": {
"type": "git",
"url": "git+https://github.com/webstrongteam/save-food.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|md)\" && npm run eslint",
"lint-cleanup": "prettier --config .prettierrc --check \"**/*.+(js|jsx|ts|tsx|json|md)\" && npm run eslint",
"prettier": "prettier --config .prettierrc --write \"**/*.+(js|jsx|ts|tsx|json|md)\"",
"eslint": "eslint --fix ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/masked-view": "0.1.10",
"expo": "^41.0.0",
"expo-av": "~9.1.2",
"expo-barcode-scanner": "~10.1.2",
"expo-camera": "~11.0.2",
"expo-firebase-analytics": "~4.0.2",
"expo-font": "~9.1.0",
"expo-linear-gradient": "~9.1.0",
"expo-sqlite": "~9.1.0",
"expo-web-browser": "~9.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-elements": "3.3.2",
"react-native-flash-message": "0.1.23",
"react-native-gesture-handler": "~1.10.2",
"react-native-global-props": "https://github.com/TuNguyenThanh/react-native-global-props#master",
"react-native-material-textfield": "https://github.com/ubaidjs/react-native-material-textfield#e50e60dd",
"react-native-modal": "^11.10.0",
"react-native-onboarding-swiper": "1.1.4",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-web": "~0.13.12",
"react-navigation": "4.4.4",
"react-navigation-stack": "^2.10.4",
"sentry-expo": "^3.1.0"
},
"devDependencies": {
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-native-material-textfield": "^0.16.4",
"@types/react-native-onboarding-swiper": "^1.1.1",
"@types/react-native-snap-carousel": "^3.8.2",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-expo": "8.3.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-webstrong": "1.1.5",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"logkitty": ">=0.7.1",
"mem": ">=4.0.0",
"node-fetch": ">=2.6.1",
"prettier": "^2.2.1",
"typescript": "~4.0.0"
},
"private": true
}