forked from TencentCloud/chat-uikit-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.06 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.06 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@tencentcloud/chat-uikit-react",
"version": "1.0.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"license": "MIT",
"keywords": [
"react",
"chat",
"im",
"messaging",
"conversation",
"typescript",
"tencentcloud",
"uikit"
],
"scripts": {
"build": "yarn clean && yarn run rollup -c",
"start": "yarn run rollup -c -w",
"clean": "rimraf ./dist"
},
"homepage": "https://www.tencentcloud.com/document/product/1047/45912",
"repository": {
"type": "git",
"url": "https://github.com/Sam-Ni/chat-uikit-react.git"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-url": "^7.0.0",
"@types/react": "^18.0.20",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"autoprefixer": "^10.4.11",
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.16",
"react": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.79.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.54.9",
"tslib": "^2.4.1",
"typescript": "^4.8.3"
},
"dependencies": {
"date-fns": "^2.29.3",
"react-date-picker": "^9.0.0",
"tim-js-sdk": "^2.26.1",
"tim-upload-plugin": "^1.0.5"
},
"peerDependencies": {
"date-fns": "^2.29.3",
"react": "^18.2.0",
"react-date-picker": "^9.0.0",
"tim-js-sdk": "^2.24.2",
"tim-upload-plugin": "^1.0.5",
"tslib": "^2.4.1"
}
}