forked from erichbehrens/react-animated-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.49 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.49 KB
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
{
"name": "react-animated-slider",
"version": "0.4.4",
"description": "Animated slider component for react",
"main": "build/index.js",
"scripts": {
"test": "jest",
"start": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erichbehrens/react-animated-slider.git"
},
"keywords": [
"react",
"component",
"slider",
"gallery",
"slideshow",
"react-component",
"react-slider",
"react-gallery",
"react-slideshow",
"image slider",
"image gallery",
"animations"
],
"author": "Erich Behrens <me@eb1.it>",
"license": "MIT",
"bugs": {
"url": "https://github.com/erichbehrens/react-animated-slider/issues"
},
"homepage": "https://github.com/erichbehrens/react-animated-slider#readme",
"dependencies": {
"react": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"jest": "^21.2.1",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.8",
"raw-loader": "^0.5.1",
"react-test-renderer": "^16.2.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
}