-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.52 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
{
"name": "@likeminds.community/feed-rn",
"versionCode": "20",
"version": "1.7.0",
"description": "LikeMinds ReactNative SDK for chat APIs",
"main": "dist/index.js",
"module": "dist/index.m.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"scripts": {
"npm-deploy": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap && npm publish --access public",
"build": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap",
"eslint": "eslint .",
"eslint:fix": "eslint --fix .",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write ."
},
"author": "LikeMinds",
"homepage": "https://likeminds.community/",
"license": "Apache-2.0",
"files": [
"dist"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"microbundle": "^0.15.1",
"prettier": "^3.0.3",
"ts-loader": "^9.4.2",
"webpack": "^5.83.0",
"webpack-cli": "^5.1.1",
"react": ">=18.2.0",
"react-native": ">=0.71.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LikeMindsCommunity/ReactNative-Chat-Data.git"
},
"dependencies": {
"@likeminds.community/feed-js": "1.19.1",
"@react-native-async-storage/async-storage": ">=1.23.1",
"axios": "0.22.0"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-native": ">=0.71.1"
},
"bugs": {
"url": "https://github.com/LikeMindsCommunity/ReactNative-Chat-Data/issues"
}
}