-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
{
"name": "airtour-chat",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@reduxjs/toolkit": "^1.5.1",
"@types/react-native": "*",
"@typescript-eslint/parser": "^3.10.1",
"babel-jest": "^26.6.3",
"eslint": "^7.23.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",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"lottie-ios": "^3.1.8",
"lottie-react-native": "^4.0.2",
"metro-react-native-babel-preset": "^0.66.2",
"moment": "^2.29.1",
"react": "17.0.2",
"react-native": "0.66.3",
"react-native-bidirectional-infinite-scroll": "^0.3.3",
"react-native-gifted-chat": "^0.16.3",
"react-redux": "^7.2.3",
"react-test-renderer": "17.0.2",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"typescript": "^4.5.2"
},
"author": "airtour",
"description": "Iran Airtour Chat Components",
"repository": {
"type": "",
"url": ""
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"airtour-components": "github:IranAirtour/airtour-components"
}
}