You've already forked vue-clamp
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "vue-clamp",
|
|
"version": "0.3.0",
|
|
"description": "Clamping multiline text with ease.",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "NODE_ENV=production rollup -c",
|
|
"lint": "vue-cli-service lint",
|
|
"build:demo": "vue-cli-service build",
|
|
"prepublishOnly": "cp ./src/components/Clamp.js .",
|
|
"publish": "rm ./Clamp.js"
|
|
},
|
|
"main": "dist/vue-clamp.js",
|
|
"module": "Clamp.js",
|
|
"dependencies": {
|
|
"core-js": "^3.6.4",
|
|
"resize-detector": "^0.1.10"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-buble": "^0.21.1",
|
|
"@rollup/plugin-node-resolve": "^7.1.1",
|
|
"@vue/cli-plugin-babel": "^4.2.3",
|
|
"@vue/cli-plugin-eslint": "^4.2.3",
|
|
"@vue/cli-service": "^4.2.3",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.1",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"highlight.js": "^9.18.1",
|
|
"prettier": "^2.0.2",
|
|
"prettier-eslint": "^9.0.1",
|
|
"qs": "^6.9.3",
|
|
"rollup": "^2.2.0",
|
|
"rollup-plugin-terser": "^5.3.0",
|
|
"rollup-plugin-vue": "^5.1.6",
|
|
"spectre.css": "^0.5.8",
|
|
"stylus": "^0.54.7",
|
|
"stylus-loader": "^3.0.2",
|
|
"vue": "^2.6.11",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^2.5.17"
|
|
},
|
|
"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/Justineo/vue-clamp.git"
|
|
}
|
|
}
|