forked from kolplattformen/skolplattformen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.84 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
85
{
"name": "skolplattformen",
"version": "0.0.1",
"scripts": {
"android": "react-native run-android",
"ios": "react-native-fix-image && react-native run-ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"pod": "npx pod-install",
"start": "react-native start",
"test": "is-ci-cli test:ci test:watch",
"test:ci": "jest",
"test:watch": "jest --watch",
"typecheck": "tsc --watch"
},
"dependencies": {
"@eva-design/eva": "2.0.0",
"@eva-design/material": "2.0.0",
"@react-native-async-storage/async-storage": "1.14.1",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/cookies": "5.0.1",
"@react-native-community/datetimepicker": "3.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "5.11.8",
"@react-navigation/native": "5.9.3",
"@react-navigation/stack": "5.14.3",
"@skolplattformen/api-hooks": "2.0.0",
"@skolplattformen/embedded-api": "^3.0.2",
"@ui-kitten/components": "5.0.0",
"@ui-kitten/eva-icons": "5.0.0",
"buffer": "6.0.3",
"formik": "2.2.6",
"hermes-engine": "0.7.2",
"jsuri": "1.3.1",
"personnummer": "3.1.1",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-calendar-events": "2.2.0",
"react-native-calendar-strip": "2.2.0",
"react-native-fix-image": "2.1.0",
"react-native-gesture-handler": "1.10.3",
"react-native-markdown-display": "7.0.0-alpha.2",
"react-native-modal-datetime-picker": "9.2.0",
"react-native-reanimated": "1.13.2",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "2.18.1",
"react-native-simple-toast": "^1.1.3",
"react-native-svg": "12.1.0",
"react-native-svg-transformer": "0.14.3",
"react-native-tab-view": "2.15.2",
"react-native-typography": "^1.4.1",
"react-native-webview": "11.2.4",
"rn-actionsheet-module": "1.0.3",
"use-async-storage": "1.2.0",
"yup": "0.32.9"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/runtime": "^7.13.10",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/jest-native": "^4.0.1",
"@testing-library/react-hooks": "^5.1.0",
"@testing-library/react-native": "7.1.0",
"@types/jest": "^26.0.22",
"@types/jsuri": "^1.3.30",
"@types/markdown-it": "^12.0.1",
"@types/react-native": "^0.64.1",
"@ui-kitten/metro-config": "5.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"is-ci-cli": "^2.2.0",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.1",
"metro-react-native-babel-preset": "^0.65.2",
"mockdate": "^3.0.2",
"prettier": "^2.2.1",
"react-test-renderer": "17.0.1",
"typescript": "^4.2.3"
},
"private": true,
"resolutions": {
"react": "17.0.1"
}
}