forked from akiran/react-slick
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.02 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
{
"name": "react-slick",
"version": "0.9.0-rc1",
"description": " React port of slick carousel",
"main": "./lib",
"scripts": {
"start": "./node_modules/.bin/gulp server",
"prepublish": "./node_modules/.bin/babel ./src --out-dir ./lib && ./node_modules/.bin/gulp dist",
"test": "./node_modules/.bin/karma start --single-run"
},
"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": "^5.1.11",
"babel": "^5.4.7",
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.10",
"babel-loader": "^5.1.3",
"css-loader": "^0.14.4",
"deepmerge": "^0.2.10",
"del": "^1.2.0",
"es5-shim": "^4.1.7",
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.4.0",
"express": "^5.0.0-alpha.1",
"foundation-apps": "^1.1.0",
"gulp": "^3.8.11",
"gulp-sass": "^2.0.1",
"karma": "^0.13",
"karma-chrome-launcher": "^0.1.12",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-webpack": "^1.6.0",
"mocha": "^2.2.5",
"node-sass": "^3.1.2",
"phantomjs": "^1.9.17",
"postcss-loader": "^0.4.4",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"run-sequence": "^1.1.0",
"sass-loader": "^1.0.2",
"should": "^7.0.2",
"sinon": "^1.14.1",
"style-loader": "^0.12.3",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"classnames": "^2.1.1",
"json2mq": "^0.2.0",
"object-assign": "^2.0.0",
"react-dom": "^0.14.0",
"react-responsive-mixin": "^0.3.5",
"slick-carousel": "^1.5.5"
},
"npmName": "react-slick",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
],
"bugs": {
"url": "https://github.com/akiran/react-slick/issues"
},
"homepage": "https://github.com/akiran/react-slick"
}