-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (83 loc) · 2.93 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
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@nationskollen/mobile",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "NODE_ENV=development expo start",
"android": "NODE_ENV=development expo start --android",
"ios": "NODE_ENV=development expo start --ios",
"build:android": "expo build:android -t app-bundle",
"eject": "expo eject",
"format": "npx prettier --write .",
"docs": "npx typedoc --categorizeByGroup true components/** screens/ App.tsx",
"docs:watch": "npx typedoc App.tsx screens/ components/* --watch",
"lint": "npx eslint . --ext .js,.tsx",
"lint:fix": "npx eslint . --ext .js,.tsx --fix"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.1.0",
"@expo/ngrok": "^2.4.3",
"@nationskollen/sdk": "^2.4.2",
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/datetimepicker": "^3.4.7",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.11.9",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"awesome-debounce-promise": "^2.1.0",
"babel-plugin-module-resolver": "^3.2.0",
"expo": "^41.0.0",
"expo-app-loading": "^1.0.3",
"expo-application": "~3.1.2",
"expo-calendar": "~9.1.2",
"expo-font": "~9.1.0",
"expo-linear-gradient": "^9.1.0",
"expo-notifications": "~0.11.6",
"expo-splash-screen": "~0.10.2",
"expo-status-bar": "~1.0.4",
"react": "16.13.1",
"react-async-hook": "^3.6.2",
"react-content-loader": "^6.0.3",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-draggable-view": "^0.0.6",
"react-native-elements": "^3.4.1",
"react-native-gesture-handler": "~1.10.2",
"react-native-global-props": "^1.1.5",
"react-native-map-link": "^2.7.26",
"react-native-maps": "0.27.1",
"react-native-modal-datetime-picker": "^9.2.1",
"react-native-option-menu": "^1.1.3",
"react-native-parallax-scroll-view": "^0.21.3",
"react-native-reanimated": "~2.1.0",
"react-native-redash": "^14.2.4",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-svg": "12.1.0",
"react-native-swipe-detect": "^1.0.10",
"react-native-vector-icons": "^8.1.0",
"reanimated-bottom-sheet": "*",
"toggle-switch-react-native": "^3.2.0",
"use-constant": "^1.1.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.28.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"typescript": "~4.0.0"
},
"optionalDependencies": {
"@nationskollen/typedoc-theme-overrides": "^1.0.2"
},
"private": true
}