vue3-clamp
Version:
Clamping multiline text with ease.
63 lines (62 loc) • 1.61 kB
JSON
{
"name": "vue3-clamp",
"version": "0.4.2",
"description": "Clamping multiline text with ease.",
"keywords": [
"vue",
"vue3",
"Clamp",
"multiline",
"text",
"ellipsis",
"line-clamp"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "set NODE_ENV=production & rollup -c",
"build:demo": "vue-cli-service build",
"prepublishOnly": "npm run build"
},
"main": "dist/vue-clamp.js",
"module": "dist/vue-clamp.esm.js",
"dependencies": {
"resize-detector": "^0.3.0",
"vue-loader": "^16.7.1"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.4.6",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-vue": "^6.2.2",
"highlight.js": "^9.18.3",
"prettier": "^2.0.5",
"prettier-eslint": "^9.0.2",
"qs": "^6.9.4",
"rollup": "^2.23.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-vue": "^6.0.0-beta.10",
"spectre.css": "^0.5.9",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"vue": "^3.2.38"
},
"peerDependencies": {
"vue": "^3.2.38"
},
"bugs": {
"url": "https://github.com/Justineo/vue-clamp/issues"
},
"homepage": "https://justineo.github.io/vue-clamp/demo/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/FrankZhai367/vue3-clamp.git"
}
}