-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
45 lines (45 loc) · 890 Bytes
/
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
{
"name": "zoomist-src",
"version": "2.1.1",
"description": "A TypeScript library for zooming any element. Also supports mobile devices.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://github.com/cotton123236/zoomist.git"
},
"bugs": {
"url": "https://github.com/cotton123236/zoomist/issues"
},
"keywords": [
"image",
"move",
"darg",
"scale",
"zoom",
"zoomist",
"zoomer",
"zooming",
"pinch",
"pinchzoom",
"gesture",
"touch",
"touchzoom",
"touchmove",
"mobile",
"javascript",
"front-end"
],
"author": "Wilson Wu",
"license": "MIT",
"devDependencies": {
"sass": "^1.64.1",
"typescript": "^5.0.2",
"vite": "^4.3.0",
"vite-plugin-dts": "^3.5.4"
}
}