-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"name": "react-native-swipe-item",
"version": "0.7.0",
"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": ">=16.11.0",
"react-native": ">=0.62.0"
},
"devDependencies": {
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.5",
"@babel/preset-flow": "^7.16.7",
"flow-bin": "^0.113.0",
"flow-copy-source": "^2.0.2",
"metro-react-native-babel-preset": "^0.68.0",
"rimraf": "^2.6.2"
},
"license": "MIT",
"keywords": [
"react-component",
"react-native",
"swipe",
"swipe-item"
],
"author": "Gavin Wang <[email protected]> (https://github.com/ambisign-gavin)",
"repository": {
"type": "git",
"url": "[email protected]:ambisign-gavin/react-native-swipe-item.git"
}
}