-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 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
71
72
{
"name": "getukan",
"version": "4.0.0",
"description": "React Native mobile app for getukan project",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"tunnel": "expo start --tunnel",
"clear": "expo start --clear",
"localhost": "expo start --localhost",
"doctor": "expo-doctor",
"env:init": "copy example.native.js data.native.js && copy app.json app.json.bak",
"env:push": "node ./build/index.js",
"env:pop": "copy app.json.bak app.json && del app.json.bak && del data.native.js",
"env:dump": "copy data.native.js dump.native.js",
"build": "eas build"
},
"author": "benjamin4k",
"keywords": [
"expo",
"getuk",
"react",
"getukan",
"react-native"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Sleepy4k/react-native-getuk.git"
},
"bugs": {
"url": "https://github.com/Sleepy4k/react-native-getuk/issues"
},
"homepage": "https://github.com/Sleepy4k/react-native-getuk#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-navigation/native": "^6.1.4",
"@react-navigation/stack": "^6.3.14",
"crypto-es": "^2.1.0",
"expo": "~47.0.12",
"expo-constants": "~14.0.2",
"expo-image-picker": "~14.0.2",
"expo-network": "~5.0.0",
"expo-splash-screen": "^0.17.5",
"expo-status-bar": "~1.4.2",
"firebase": "^10.6.0",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-native": "0.70.8",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-view-slider": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"expo-doctor": "^1.1.3"
}
}