forked from ambisign-gavin/react-native-swipe-item
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.09 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-native-swipeable-item2",
"version": "0.4.2",
"description": "The swipeale item for react-native",
"main": "dist/index.js",
"type": "index.d.ts",
"scripts": {
"clean": "rimraf dist",
"build:es5": "babel src -d dist",
"build:flow": "flow-copy-source -v src dist",
"prepublish": "npm run clean && npm run build:es5 && npm run build:flow"
},
"peerDependencies": {
"react": ">=15.2.0",
"react-native": ">=0.46.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-jest": "23.6.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "4.0.1",
"babel-preset-stage-0": "^6.24.1",
"flow-bin": "^0.56.0",
"flow-copy-source": "^2.0.2",
"rimraf": "^2.6.2"
},
"license": "MIT",
"keywords": [
"react-component",
"react-native",
"swipe",
"swipe-item",
"swipeable"
],
"author": "Michael Konstantynovskyi <[email protected]> (https://github.com/mikykonst)",
"repository": {
"type": "git",
"url": "[email protected]:mikykonst/react-native-swipe-item.git"
}
}