forked from Bhoos/react-native-coverflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
44
45
46
{
"name": "react-native-coverflow-abriceno",
"version": "1.1.9",
"description": "Coverflow component for React Native",
"main": "lib/Coverflow.js",
"files": [
"docs",
"lib"
],
"scripts": {
"build": "babel --out-dir lib --ignore __tests__ src --source-maps",
"clean": "rimraf lib && mkdir lib",
"prepublish": "rimraf lib && babel --out-dir lib --ignore __tests__ src",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alanBriceno/react-native-coverflow.git"
},
"author": "Ranjan Shrestha",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bhoos/react-native-coverflow/issues"
},
"homepage": "https://github.com/Bhoos/react-native-coverflow#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-jest": "^27.2.4",
"babel-preset-react-native": "^1.9.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"jest": "^27.2.4",
"rimraf": "^2.6.1"
},
"peerDependencies": {
"react": "17.0.2",
"react-native": "0.65.1"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}