This repository was archived by the owner on Aug 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.73 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.73 KB
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
{
"name": "react-native-todocu-chat",
"version": "1.2.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git@github.com:207inc/react-native-todocu-chat.git"
},
"author": "Hiro Wakatsuki <h.wakatsuki@tenova.jp> (https://tenova.jp)",
"license": "ISC",
"bugs": {
"url": "https://github.com/207inc/react-native-todocu-chat/issues"
},
"prettier": {
"printWidth": 100,
"semi": false,
"singleQuote": false,
"trailingComma": "all"
},
"rules": {
"comma-dangle": 0,
"no-unused-vars": 0,
"no-undef": 0,
"quotes": 0,
"react/no-unescaped-entities": 0,
"react/prop-types": "off",
"react-native/no-raw-text": 0,
"space-before-function-paren": 0,
"@typescript-eslint/ban-ts-ignore": 0,
"@typescript-eslint/indent": 0,
"@typescript-eslint/explicit-member-accessibility": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/member-delimiter-style": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-object-literal-type-assertion": 0,
"@typescript-eslint/no-empty-interface": 0,
"@typescript-eslint/no-var-requires": 0
},
"homepage": "https://github.com/207inc/react-native-todocu-chat#readme",
"dependencies": {
"lottie-react-native": "^3.3.2",
"moment": "^2.25.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-gifted-chat": "^0.13.0",
"react-native-image-crop-picker": "^0.30.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-shimmer-placeholder": "^1.0.35",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^4.4.5"
}
}