-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
36 lines (36 loc) · 883 Bytes
/
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
{
"name": "react-native-web-swiper",
"version": "2.2.4",
"homepage": "https://github.com/reactrondev/react-native-web-swiper#readme",
"types": "./index.d.ts",
"main": "build/index.js",
"license": "MIT",
"keywords": [
"react-native",
"react-native-web",
"swipe",
"swiper",
"slider"
],
"repository": {
"type": "git",
"url": "git+https://github.com/reactrondev/react-native-web-swiper.git"
},
"scripts": {
"build": "rm -rf build && babel src --out-dir build",
"prepare": "npm run build"
},
"dependencies": {
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"babel-preset-minify": "^0.5.0"
}
}