forked from maxmarinich/react-alice-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.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
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
{
"name": "react-alice-carousel",
"version": "1.9.5",
"description": "React image gallery, react slideshow carousel, react content rotator",
"main": "./source/js/structure/react-alice-carousel.js",
"types": "./source/types/react-alice-carousel.d.ts",
"scripts": {
"start": "node server.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxmarinich/react-alice-carousel.git"
},
"keywords": [
"react",
"carousel",
"gallery",
"slider",
"slideshow",
"rotator",
"react-slideshow",
"react-gallery",
"react carousel",
"react slideshow",
"react gallery",
"image gallery",
"image slider",
"image carousel",
"image rotator",
"content gallery",
"content rotator"
],
"author": "Max Marinich",
"maintainers": [
{
"name": "Max Marinich",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/maxmarinich/react-alice-carousel/issues"
},
"homepage": "https://github.com/maxmarinich/react-alice-carousel#readme",
"dependencies": {
"prop-types": "^15.5.10",
"react": ">=15.4",
"react-dom": ">=15.4",
"react-swipeable": "^4.0.0"
},
"devDependencies": {
"autoprefixer": "^6.7.3",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-react": "^6.10.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"node-sass": "^4.5.0",
"postcss-loader": "^1.3.1",
"pug": "^2.0.0-beta11",
"react-hot-loader": "^4.0.0",
"sass-loader": "^6.0.1",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.0"
}
}