-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.71 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
{
"name": "upphandling",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"check-i18n": "npm run i18n -- --check",
"i18n": "sync-i18n --files '**/translations/*.json' --primary en --languages ar de pl so sv --space 2",
"ios": "react-native run-ios",
"lint": "eslint .",
"pod": "npx pod-install",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@eva-design/eva": "^2.1.0",
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "^1.15.17",
"@react-native-firebase/app": "^14.2.4",
"@react-native-firebase/messaging": "^14.2.4",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@ui-kitten/components": "5.1.1",
"@ui-kitten/eva-icons": "5.1.1",
"@ui-kitten/metro-config": "5.1.1",
"axios": "^0.24.0",
"i18n-js": "^3.8.0",
"moment": "^2.29.1",
"octokit": "^1.7.1",
"react": "17.0.2",
"react-native": "0.66.4",
"react-native-actions-sheet": "^0.5.8",
"react-native-device-info": "^8.4.8",
"react-native-gesture-handler": "^2.1.0",
"react-native-localize": "^2.2.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-skeleton-content": "^1.0.24",
"react-native-svg": "^12.1.1",
"react-native-toast-message": "^2.1.1",
"react-query": "^3.34.7",
"se-orgnr-validator": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}