forked from kidjp85/react-id-swiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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-id-swiper",
"version": "1.5.5",
"description": "ReactJs component for iDangerous Swiper",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib",
"lint": "eslint -c .eslintrc src/"
},
"keywords": [
"iDangerous",
"Swiper",
"Reactjs"
],
"engines": {
"node": ">= 4.7.0"
},
"repository": {
"type": "git",
"url": "git://github.com/kidjp85/react-id-swiper.git"
},
"author": "Phuc Nguyen Hoang<[email protected]>",
"dependencies": {
"object-assign": "^4.1.1",
"prop-types": "15.6.0",
"swiper": "4.0.6"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
},
"license": "MIT"
}