-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.58 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "vuegridlayout-scalecompatibility-1.0",
"version": "1.0.4",
"description": "改造自https://github.com/jbaysolutions/vue-grid-layout插件,解决插件因为transform:scale(xx)缩放后对拖拽,缩放,最大最小值偏差的Bug。\r 详细使用方式查看:https://github.com/jbaysolutions/vue-grid-layout",
"main": "dist/vuegridlayout-scalecompatibility-1.0.common.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.1",
"@vue/cli-plugin-eslint": "^3.4.1",
"@vue/cli-service": "^3.4.1",
"@vue/eslint-config-standard": "^3.0.5",
"babel-plugin-transform-flow-comments": "^6.7.0",
"node-sass": "^4.13.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.4.1"
},
"dependencies": {
"element-resize-detector": "^1.1.15",
"interactjs": "^1.6.3"
},
"scripts": {
"build": "rimraf dist && vue-cli-service build",
"build-lib": "rimraf dist && vue-cli-service build --target lib ./src/components/index.js",
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaberSama6/vueGridLayout-scaleCompatibility.git"
},
"author": "yangzhiwen5308331",
"license": "ISC",
"bugs": {
"url": "https://github.com/SaberSama6/vueGridLayout-scaleCompatibility/issues"
},
"homepage": "https://github.com/SaberSama6/vueGridLayout-scaleCompatibility#readme"
}