-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.15 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-swipe-to-dismiss",
"version": "2.0.3",
"description": "Swipe to dismiss hook for notifications",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-dir dist",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hosembafer/react-swipe-to-dismiss.git"
},
"keywords": [
"animation",
"react",
"react-component",
"swipe",
"swipe-to-dismiss",
"swipe-to-delete",
"swipe-to-remove",
"swipe-to-hide"
],
"author": "Rafael Hovhannisyan <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hosembafer/react-swipe-to-dismiss/issues"
},
"homepage": "https://github.com/hosembafer/react-swipe-to-dismiss#readme",
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4"
}
}