-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.1 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
{
"repository": "https://github.com/jtaylorchang/kappa-pwa.git",
"author": "Jeff Taylor-Chang <jeff@jefftc.com>",
"license": "GPL-2.0-only",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"web": "expo start --web",
"predeploy": "expo build:web",
"deploy": "netlify deploy --prod",
"validate": "npx tsc --noEmit",
"eslint": "eslint --config ./.eslintrc.json --ext .js,.ts,.jsx,.tsx src/"
},
"dependencies": {
"@expo/vector-icons": "^10.2.1",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"expo": "^39.0.0",
"expo-constants": "~9.2.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-google-login": "^5.1.20",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.0.tar.gz",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~1.7.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-status-bar-height": "^2.4.0",
"react-native-svg": "12.1.0",
"react-native-svg-charts": "^5.3.0",
"react-native-web": "~0.13.7",
"react-redux": "^7.1.3",
"react-remove-scroll": "^2.4.1",
"reanimated-bottom-sheet": "^1.0.0-alpha.19",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rn-placeholder": "^3.0.0"
},
"devDependencies": {
"@types/node": "^13.9.1",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-redux": "^7.1.4",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"babel-preset-expo": "^8.3.0",
"eslint": "^6.8.0",
"eslint-config-universe": "^3.0.0",
"eslint-plugin-react-hooks": "^3.0.0",
"prettier": "^2.0.5",
"typescript": "~3.9.2"
},
"private": true
}