-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "react-clamp-lines",
"version": "3.0.3",
"description": "Responsive and accessible clamping component with Read more/Read less buttons built for React.",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"build": "webpack"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^15 || ^16 || ^17 || ^18"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.5",
"react": "^16.8.6",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zoltantothcom/react-clamp-lines.git"
},
"author": "Zoltan Toth",
"license": "Unlicense",
"keywords": [
"clamp",
"clamping",
"react clamp",
"clamp lines",
"react clamp lines",
"react clamping component",
"react ellipsis"
],
"bugs": {
"url": "https://github.com/zoltantothcom/react-clamp-lines/issues"
},
"homepage": "https://stackblitz.com/edit/react-clamp-lines"
}