-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.86 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
86
87
88
89
90
{
"name": "airtour-components",
"version": "0.0.1",
"private": true,
"main": "src/components/index.ts",
"exports": {
"./": "./src/components/"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@types/react-native-background-downloader": "^2.3.4",
"react-dom": "^17.0.2",
"react-native-androw": "^0.0.34",
"react-native-background-actions": "^2.6.0",
"react-native-background-downloader": "^2.3.4",
"react-native-blob-util": "^0.13.18",
"react-native-blurhash": "^1.1.7",
"react-native-file-viewer": "^2.1.4",
"react-native-svg": "^12.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/eslint-config": "^2.0.0",
"@react-navigation/native": "^6.0.6",
"@testing-library/react-native": "^7.0.2",
"@types/color": "^3.0.1",
"@types/lodash.isequal": "^4.5.5",
"@types/react-native": "*",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"color": "^3.1.3",
"eslint": "7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"lodash.isequal": "^4.5.0",
"lottie-ios": "^3.1.8",
"lottie-react-native": "^4.0.2",
"metro-react-native-babel-preset": "^0.66.2",
"moment": "^2.29.1",
"moment-jalaali": "^0.9.2",
"react": "17.0.2",
"react-native": "^0.66.3",
"react-native-fast-image": "^8.5.11",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-crop-picker": "github:IranAirtour/react-native-image-crop-picker",
"react-native-permissions": "^3.0.2",
"react-native-queue": "github:inkitt/react-native-queue-asyncstorage",
"react-native-reanimated": "^2.2.4",
"react-native-safe-area-context": "^3.2.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-toasty": "^2.0.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^8.1.0",
"react-test-renderer": "17.0.2",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"rn-fetch-blob": "^0.12.0",
"type-detect": "^4.0.8"
},
"peerDependencies": {
"react-native-safe-area-context": "^3.1.9",
"react-native-vector-icons": ">7.0.0"
},
"author": "airtour",
"description": "Iran Airtour UI Kit Components",
"repository": {
"type": "",
"url": ""
},
"jest": {
"preset": "react-native"
}
}