forked from TencentCloud/chat-uikit-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.53 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
79
80
81
82
83
84
85
86
{
"name": "@tencentcloud/chat-uikit-react",
"version": "2.2.6",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"license": "MIT",
"keywords": [
"react",
"chat",
"im",
"messaging",
"conversation",
"typescript",
"tencentcloud",
"uikit"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"start": "rimraf dist && rollup -c -w",
"clean": "rimraf -g ./dist node_modules examples/*/node_modules",
"prepare": "husky install"
},
"homepage": "https://www.tencentcloud.com/document/product/1047/45912",
"repository": {
"type": "git",
"url": "https://github.com/TencentCloud/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",
"@stylistic/eslint-plugin": "^2.3.0",
"@stylistic/stylelint-config": "^1.0.1",
"@types/node": "^20.10.5",
"@types/react": "^18.0.20",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"autoprefixer": "^10.4.11",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-react-refresh": "^0.4.9",
"husky": "^8.0.3",
"lint-staged": "^15.2.7",
"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.77.8",
"stylelint": "^16.7.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.1",
"tslib": "^2.4.1",
"typescript": "^4.8.3",
"typescript-eslint": "^7.16.0"
},
"dependencies": {
"@tencentcloud/chat": "latest",
"@tencentcloud/chat-uikit-engine": "latest",
"@tencentcloud/tui-core": "latest",
"@tencentcloud/universal-api": "latest",
"date-fns": "^2.29.3",
"react-date-picker": "^9.0.0",
"react-dom": "^18.2.0",
"rollup-plugin-copy": "^3.5.0"
},
"peerDependencies": {
"date-fns": "^2.29.3",
"i18next": "^23.7.11",
"react": "^18.2.0",
"react-date-picker": "^9.0.0",
"react-i18next": "^13.5.0",
"tslib": "^2.4.1"
}
}