(Dis)Allow dragging between grids
parent
5321953b
No related branches found
No related tags found
... | ... | @@ -23,10 +23,6 @@ |
"vue": "^2.7.14" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^3.12.1", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-vue": "^6.0.0", | ||
"vuepress": "^1.9.8", | ||
"@rushstack/eslint-patch": "^1.1.0", | ||
"@vitejs/plugin-legacy": "^2.0.0", | ||
"@vitejs/plugin-vue2": "^1.1.2", | ||
... | ... | @@ -34,7 +30,14 @@ |
"eslint": "^8.5.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
"prettier": "^2.5.1", | ||
"rollup": "^3.12.1", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-vue": "^6.0.0", | ||
"terser": "^5.14.2", | ||
"vite": "^3.0.2" | ||
"vite": "^3.0.2", | ||
"vuepress": "^1.9.8" | ||
}, | ||
"dependencies": { | ||
"uuid": "^9.0.0" | ||
} | ||
} |
Please register or sign in to comment