1 Star 0 Fork 8

独立寒秋/gcpaas-vue-draggable-resizable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.02 KB
一键复制 编辑 原始数据 按行查看 历史
zhu.yawen 提交于 2024-01-04 14:47 . fix:版本号修改
{
"name": "@gcpaas/vue-draggable-resizable-gorkys",
"version": "1.0.2-2024010403-Alpha",
"author": "liu.shiyi",
"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 mocha-webpack --webpack-config=webpack.test.js tests/unit/specs/**/*.js",
"unit-watch": "cross-env BABEL_ENV=test mocha-webpack --watch --webpack-config=webpack.test.js tests/unit/specs/**/*.js",
"feature": "cross-env BABEL_ENV=test node_modules/karma/bin/karma start tests/feature/karma.conf.js --single-run",
"feature-watch": "cross-env BABEL_ENV=test node_modules/karma/bin/karma start tests/feature/karma.conf.js",
"test": "npm run unit && npm run feature",
"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": "^4.3.1",
"@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": "^5.0.1",
"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",
"mocha-webpack": "^2.0.0-beta.0",
"sinon": "^7.4.2",
"style-loader": "^1.0.0",
"syn": "^0.14.1",
"vue": "^2.5.21",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.42.1"
},
"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"
],
"dependencies": {
"core-js": "^2.6.11"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiao_xiao_100/gcpaas-vue-draggable-resizable.git
git@gitee.com:xiao_xiao_100/gcpaas-vue-draggable-resizable.git
xiao_xiao_100
gcpaas-vue-draggable-resizable
gcpaas-vue-draggable-resizable
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385