-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "ellipsis-tooltip-react-chan",
"version": "1.2.1",
"description": "Hi there, this package helps in truncating the overflown text or inline element with ellipsis & shows tooltip on hover.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [
"ellipsis-tooltip",
"ellipsis-tooltip-hover",
"ellipsis-react",
"ellipsis-tooltip-react",
"ellipsis-tooltip-react-chan",
"ellipsis",
"tooltip",
"hover-react",
"hover"
],
"author": "CHANDRAHAS BALLEDA",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.7",
"typescript": "^4.0.5",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0",
"@types/react": "^16.9.53",
"@types/uuid": "^8.3.0"
},
"dependencies": {
"react-tooltip": "^4.2.10",
"uuid": "^8.3.1"
},
"peerDependencies": {
"react": ">16.0.0",
"react-dom": ">16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/chandrahaswtw/ellipsis-tooltip-react-chan"
},
"homepage": "https://chandrahaswtw.github.io/ellipsis-tooltip-demo/"
}