-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.68 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": "subjects",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"genicon": "yarn react-native-vector-image generate",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@klarna/react-native-vector-drawable": "^0.4.0",
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/stack": "^6.2.3",
"@reduxjs/toolkit": "^1.8.5",
"@ui-kitten/components": "^5.1.2",
"crypto-js": "^4.1.1",
"react": "18.0.0",
"react-native": "0.69.5",
"react-native-blob-util": "^0.16.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.6.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-pdf": "^6.6.2",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.17.0",
"react-native-svg": "^13.0.0",
"react-native-vector-image": "^0.3.3",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"rn-range-slider": "^2.2.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-config": "^0.72.1",
"metro-react-native-babel-preset": "^0.70.3",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "18.0.0"
},
"jest": {
"preset": "react-native"
}
}