2 Star 37 Fork 14

凌晨三点/vue-draggable-resizable-gorkys

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.63 KB
一键复制 编辑 原始数据 按行查看 历史
gorkys 提交于 2019-09-10 13:16 . 删除core-js
{
"name": "vue-draggable-resizable-gorkys",
"version": "2.2.1",
"author": "Maurizio Bonani <maurizio.bonani@gmail.com>",
"main": "dist/VueDraggableResizable.umd.min.js",
"unpkg": "dist/VueDraggableResizable.umd.min.js",
"browser": {
"./sfc": "src/vue-draggable-resizable.vue"
},
"private": false,
"description": "Vue 用于可调整大小和可拖动元素的组件并支持冲突检测与吸附对齐",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name VueDraggableResizable ./src/index.js",
"unit": "cross-env BABEL_ENV=test node_modules/karma/bin/karma start tests/unit/karma.conf.js --single-run",
"unit-watch": "cross-env BABEL_ENV=test node_modules/karma/bin/karma start tests/unit/karma.conf.js",
"storybook": "start-storybook -p 9001 -c .storybook",
"gh-pages:clean": "rm -rf docs",
"gh-pages:build": "build-storybook -c .storybook -o docs",
"gh-pages:publish": "$(npm bin)/git-directory-deploy --directory docs",
"gh-pages": "npm run gh-pages:clean && npm run gh-pages:build && npm run gh-pages:publish"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@storybook/addon-notes": "^5.1.11",
"@storybook/vue": "^5.1.11",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-plugin-istanbul": "^5.2.0",
"babel-preset-vue": "^2.0.2",
"chai": "^4.1.2",
"cross-env": "^5.2.1",
"git-directory-deploy": "^1.5.1",
"karma": "^4.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"mocha": "^6.2.0",
"sinon": "^7.4.2",
"style-loader": "^1.0.0",
"syn": "^0.14.1",
"vue": "^2.5.21",
"vue-template-compiler": "^2.5.21"
},
"files": [
"/dist/*",
"/src/*",
"*.json",
"*.js"
],
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gorkys/vue-draggable-resizable-gorkys.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gorkys/vue-draggable-resizable-gorkys/issues"
},
"homepage": "https://github.com/gorkys/vue-draggable-resizable-gorkys",
"keywords": [
"vue",
"component",
"dragabble",
"resizable"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/charact/vue-draggable-resizable-gorkys.git
git@gitee.com:charact/vue-draggable-resizable-gorkys.git
charact
vue-draggable-resizable-gorkys
vue-draggable-resizable-gorkys
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385