-
-
Notifications
You must be signed in to change notification settings - Fork 658
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.82 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "preact-moveable",
"version": "0.55.0",
"description": "A Preact Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Pinchable, Groupable, Snappable.",
"main": "./dist/moveable.cjs.js",
"module": "./dist/moveable.esm.js",
"sideEffects": false,
"types": "declaration/index.d.ts",
"scripts": {
"start": "open ./demo/index.html && rollup -c rollup.config.demo.js -w",
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
},
"files": [
"./*",
"src/*",
"dist/*",
"declaration/*"
],
"keywords": [
"moveable",
"resizable",
"scalable",
"draggable",
"rotatable",
"groupable",
"movable",
"warpable",
"pinchable",
"snappable",
"throttle",
"ratio",
"dom",
"resize",
"scale",
"drag",
"move",
"rotate",
"warp",
"preact",
"pinch",
"snap"
],
"repository": {
"type": "git",
"url": "https://github.com/daybrush/moveable/blob/master/packages/preact-moveable"
},
"author": "Daybrush",
"license": "MIT",
"bugs": {
"url": "https://github.com/daybrush/moveable/issues"
},
"homepage": "https://daybrush.com/moveable",
"devDependencies": {
"@daybrush/builder": "^0.2.4",
"keycon": "^0.3.0",
"preact": "^10.0.0",
"print-sizes": "^0.2.0",
"pvu": "^0.3.1",
"rollup-plugin-css-bundle": "^1.0.4",
"rollup-plugin-preact": "^0.5.2",
"typescript": "^4.8 <4.9"
},
"dependencies": {
"preact-css-styled": "^1.1.9",
"react-moveable": "~0.56.0"
}
}