forked from valentsea/draggable-resizable-vue3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 KB
/
package.json
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
{
"name": "draggable-resizable-vue3",
"version": "1.0.94-beta",
"license": "MIT",
"description": "Vue 3 Component to drag and resize.",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"babel-loader": "^8.2.5",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"vite": "^3.0.4",
"vue": "^3.2.37",
"vue-eslint-parser": "^9.0.3",
"vue-loader": "^16.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zavalen/draggable-resizable-vue3.git"
},
"bugs": {
"url": "https://github.com/zavalen/draggable-resizable-vue3/issues"
},
"homepage": "https://github.com/zavalen/draggable-resizable-vue3",
"keywords": [
"vue3",
"component",
"draggable",
"resizable"
],
"main": "src/index.js",
"module": "src/index.js",
"unpkg": "src/index.js"
}