-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.73 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
{
"name": "truncate-element",
"version": "2.4.1",
"description": "With this package, you can make any changes you want on the text. Don't worry about the framework. It is a custom element and is compatible with all JavaScript frameworks.",
"main": "truncate-element.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open",
"webpack": "webpack --config webpack.config.prod.js",
"dev": "webpack-dev-server --config webpack.config.js",
"build": "tsc && tsc -m es6 --outDir dist && npm run webpack"
},
"keywords": [
"truncate text",
"truncate-text",
"shortening text",
"shortening-text",
"truncate",
"shortening",
"finding hashtag",
"find hashtag",
"finding-hashtag",
"recognize hashtag",
"recognize-hashtag",
"hashtag",
"mention",
"find mention",
"find-mention",
"highlight",
"highlight word",
"highlight-word",
"word coloring",
"word-coloring",
"custom element",
"custom-element",
"web component",
"web-component",
"react",
"angular",
"vue",
"identifying url",
"recongnizing url",
"identifying-url",
"recognizing-url"
],
"author": {
"name": "Rouhollah Torshizi",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Rouhollah/truncate-element/issues"
},
"license": "ISC",
"homepage": "https://github.com/Rouhollah/truncate-element#readme",
"devDependencies": {
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}