-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "vue-overflow-ellipsis",
"version": "1.0.7",
"description": "Vue组件,多行文字溢出省略折叠,...[查看更多]",
"keywords": [
"多行溢出",
"省略多余内容",
"折叠",
"展开"
],
"author": "Mumaa <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/Lushenggang/vue-overflow-ellipsis"
},
"license": "MIT",
"main": "dist/index.common.js",
"files": [
"dist"
],
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name index ./src/index.js",
"prepublishOnly": "git push && npm run build"
},
"dependencies": {
"core-js": "^3.6.5",
"element-resize-detector": "^1.2.1",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"stylus": "^0.54.8",
"stylus-loader": "3.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}