-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.39 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "vue-grabbing-box",
"version": "1.0.0",
"description": "vue-grabbing-box is a container component that allows you to grab to change view-box and also with scaling",
"files": [
"dist",
"README**.md",
"dist/vue2",
"dist/vue3"
],
"main": "./dist/vue2/index.umd.js",
"module": "./dist/vue2/index.js",
"scripts": {
"dev": "pnpm -F '@vue-grabbing-box/vue*' build:dev && pnpm -F '@vue-grabbing-box/demo-*' dev",
"build": "pnpm -F '@vue-grabbing-box/vue*' build",
"build:publish": "pnpm build && pnpm publish",
"build:demo": "pnpm -F '@vue-grabbing-box/demo-*' build",
"deploy:gh-pages": "pnpm build:demo && ./scripts/gh-pages.sh"
},
"keywords": [
"canvas",
"svg",
"drag",
"scale",
"zoom",
"grab",
"touch",
"container",
"vue",
"画布",
"画布拖拽",
"画布缩放",
"多指缩放"
],
"author": {
"name": "maonianyou",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/CoderMonkie/vue-grabbing-box.git"
},
"homepage": "https://github.com/CoderMonkie/vue-grabbing-box.git",
"license": "ISC",
"devDependencies": {
"sass": "^1.62.1",
"vite": "^4.3.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"vue": "2.6.14"
},
"packageManager": "[email protected]"
}