-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
60 lines (60 loc) · 1.71 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
{
"name": "vue-truncate-collapsed",
"version": "2.1.0",
"description": "A simple component that truncates your text and adds a 'Read More/Show Less' clickable.",
"main": "dist/vue-truncate-collapsed.min.js",
"module": "dist/vue-truncate-collapsed.es.js",
"unpkg": "dist/index.min.js",
"files": [
"dist"
],
"scripts": {
"build:plugin": "webpack --config ./webpack.plugin.config.js --progress --hide-modules",
"build": "rm -rf ./dist && bili && npm run build:plugin",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kavalcante/vue-truncate-collapsed.git"
},
"keywords": [
"vue",
"vue2",
"vue-component",
"vue.js",
"truncate",
"collapsed"
],
"author": "João Vitor Cavalcante",
"license": "MIT",
"bugs": {
"url": "https://github.com/kavalcante/vue-truncate-collapsed/issues"
},
"dependencies": {
"html-truncate": "^1.2.2"
},
"homepage": "https://github.com/kavalcante/vue-truncate-collapsed#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"bili": "2.2.6",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^5.2.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-vue": "^4.7.1",
"file-loader": "^1.1.4",
"rollup-plugin-vue": "^3.0.0",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.3"
}
}