-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 871 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
{
"name": "promo-slider",
"version": "1.0.2",
"description": "Slider component with dismiss functionality for React Native",
"main": "src/index.js",
"dependencies": {
"prop-types": "^15.6.2"
},
"devDependencies": {
"react": "^16.4.1",
"react-native": "^0.58",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-preset-react-native": "^4.0.1",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "^1.15.3"
},
"keywords": [
"react-native",
"carousel",
"slider",
"banner",
"promo"
],
"author": "Danijel Grabez <danijel.grabez@gmail.com> (https://www.danijelgrabez.com)",
"repository": "https://github.com/danijelgrabez/promo-slider",
"license": "MIT"
}