-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
73 lines (73 loc) · 2.43 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
71
72
73
{
"name": "FoodHub",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"build": "rm -rf dist/ && webpack --mode=production --config webpack.config.js",
"web": "webpack serve --mode=development --config webpack.config.js"
},
"dependencies": {
"@gorhom/portal": "^1.0.12",
"@react-native-async-storage/async-storage": "^1.16.2",
"@react-native-community/hooks": "^2.8.1",
"@react-native-masked-view/masked-view": "^0.2.6",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"axios": "^0.27.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"dayjs": "^1.11.0",
"firebase": "^9.6.8",
"md5": "^2.3.0",
"mobx": "^6.4.2",
"mobx-react-lite": "^3.3.0",
"mobx-sync": "^3.0.0",
"react": "17.0.2",
"react-native": "^0.67.4",
"react-native-gesture-handler": "^2.3.2",
"react-native-image-picker": "^4.8.4",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-reanimated": "^2.4.1",
"react-native-safe-area-context": "^4.2.1",
"react-native-screens": "^3.13.1",
"react-native-skeleton-placeholder": "^5.0.0",
"react-native-svg": "^12.3.0",
"react-native-web": "^0.17.7",
"react-native-web-linear-gradient": "^1.1.2",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"uid": "^2.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"@babel/runtime": "^7.17.7",
"@react-native-community/eslint-config": "^3.0.1",
"@svgr/webpack": "^6.2.1",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"babel-plugin-react-native-web": "^0.17.7",
"eslint": "^8.11.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.69.1",
"react-dom": "^17.0.2",
"react-test-renderer": "17.0.2",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"jest": {
"preset": "react-native"
}
}