-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.02 KB
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
{
"name": "react-native-carousel-component",
"version": "0.2.17",
"description": "React Native Carousel Component for IOS and Android",
"main": "dist/index.js",
"repository": "git@github.com:jacklam718/react-native-carousel-component.git",
"author": "Jack Lam <jacklam718@gmail.com>",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && babel src/ -d dist/"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-flow-react-proptypes": "^3.4.3",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.51.1",
"prop-types": "^15.5.10",
"rimraf": "^2.6.1"
},
"dependencies": {
"babel-preset-es2016": "^6.24.1",
"babel-preset-react-native": "^2.1.0",
"react-native-animated-overlay": "^0.0.10",
"react-native-deprecated-custom-components": "^0.1.1",
"react-native-root-siblings": "^1.2.1"
}
}