-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "react-hook-dragula",
"version": "1.0.6",
"description": "Provides named parameters and strong typing + declarative usage to dragula within React.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./lib && tsc",
"prepare": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpribyl/react-hook-dragula.git"
},
"keywords": [
"react",
"hook",
"hooks",
"dragula",
"dragndrop",
"drag",
"drop",
"drag and drop"
],
"author": "Johnny Pribyl",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpribyl/react-hook-dragula/issues"
},
"homepage": "https://github.com/jpribyl/react-hook-dragula#readme",
"devDependencies": {
"@types/dragula": "^3.7.0",
"@types/react": "^17.0.13",
"@types/react-dragula": "^1.1.0",
"dragula": "^3.7.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dragula": "^1.1.17",
"typescript": "^4.3.5"
}
}