forked from dancormier/react-native-swipeout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "react-native-swipeout",
"version": "2.3.7",
"description": "iOS-style swipeout buttons behind component",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"build": "rm -rf dist && cross-env BABEL_ENV=commonjs babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:ExtrackerInc/react-native-swipeout.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"swipeout",
"button",
"swipe",
"ui"
],
"author": "Dan Cormier",
"license": "MIT",
"bugs": {
"url": "https://github.com/ExtrackerInc/react-native-swipeout/issues"
},
"homepage": "https://github.com/ExtrackerInc/react-native-swipeout",
"dependencies": {
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10",
"react-tween-state": "^0.1.5"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^8.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.0.5"
}
}