@7anshuai/vue-auto-sizer
Version:
Vue component that automatically adjusts the width and height of a single child.
46 lines (45 loc) • 1.43 kB
JSON
{
"name": "@7anshuai/vue-auto-sizer",
"version": "0.1.2",
"description": "Vue component that automatically adjusts the width and height of a single child.",
"homepage": "https://github.com/7anshuai/vue-auto-sizer",
"repository": "7anshuai/vue-auto-sizer",
"author": "Tan Shuai <7anshuai@gmail.com>",
"license": "MIT",
"keywords": [
"auto-size",
"auto-sizer",
"vue"
],
"main": "dist/vue-auto-sizer.common.js",
"umd": "dist/vue-auto-sizer.umd.js",
"scripts": {
"serve": "vue-cli-service serve",
"build:app": "vue-cli-service build",
"build:lib": "vue-cli-service build --modern --target lib src/index.js",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/server-test-utils": "^1.2.1",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.11"
}
}