-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.98 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
{
"name": "fastcomments-react-native-sdk",
"version": "1.0.5",
"description": "React Native FastComments Components",
"main": "index.ts",
"react-native": "index.ts",
"source": "index.ts",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"fastcomments-react-native.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"clean": "ts-clean",
"test": "jest",
"compile-test": "tsc --noEmit",
"compile": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"release": "release-it",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods"
},
"keywords": [
"commenting",
"live commenting",
"live chat",
"chat",
"social network",
"react-native",
"ios",
"android"
],
"repository": "https://github.com/FastComments/fastcomments-react-native-sdk",
"author": "winrid <winrid@gmail.com> (https://github.com/winrid)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FastComments/fastcomments-react-native-sdk/issues"
},
"homepage": "https://github.com/FastComments/fastcomments-react-native-sdk#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/react-native": "^0.69.4",
"fastcomments-typescript": "^2.0.6",
"jest": "^29.0.3",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "18.0.0",
"react-native": "^0.69.4",
"react-native-builder-bob": "^0.18.2",
"ts-clean": "^1.0.3",
"ts-jest": "^29.0.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@hookstate/core": "^4.0.0-rc21",
"@types/lodash": "^4.14.184",
"lodash": "^4.17.21",
"react-native-render-html": "^6.3.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}