forked from akiran/react-slick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.41 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "react-slick",
"version": "0.14.4",
"description": " React port of slick carousel",
"main": "./lib",
"scripts": {
"start": "gulp server",
"prepublish": "babel ./src --out-dir ./lib && gulp dist",
"test": "karma start --single-run",
"dev-test": "karma start"
},
"author": "Kiran Abburi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/akiran/react-slick"
},
"keywords": [
"slick",
"carousel",
"Image slider",
"orbit",
"slider",
"react-component"
],
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"babel-cli": "^6.10.1",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-preset-airbnb": "^2.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"deepmerge": "^0.2.10",
"del": "^2.2.0",
"enzyme": "^2.3.0",
"es5-shim": "^4.5.8",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"express": "^4.13.4",
"foundation-apps": "^1.2.0",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.1",
"jasmine-core": "^2.4.1",
"json-loader": "^0.5.4",
"karma": "^0.13",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"mocha": "^2.5.3",
"node-sass": "^3.7.0",
"phantomjs-prebuilt": "^2.1.7",
"postcss-loader": "^0.9.1",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^15.1.0",
"run-sequence": "^1.2.1",
"sass-loader": "^3.2.0",
"should": "^8.4.0",
"sinon": "^1.17.4",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"classnames": "^2.2.5",
"json2mq": "^0.2.0",
"object-assign": "^4.1.0",
"react-responsive-mixin": "^0.4.0",
"slick-carousel": "^1.6.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.1",
"react-dom": "^0.14.0 || ^15.0.1"
},
"npmName": "react-slick",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
],
"bugs": {
"url": "https://github.com/akiran/react-slick/issues"
},
"homepage": "https://github.com/akiran/react-slick"
}