This repository was archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.29 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
{
"name": "react-image-slideshow",
"version": "1.5.1",
"description": "A simple image slideshow components with react.js",
"author": "Caldis",
"license": "MIT",
"keywords": [
"react",
"react-component",
"image",
"gallery",
"image slideshow",
"slideshow"
],
"repository": {
"type": "git",
"url": "https://github.com/Caldis/react-image-slideshow"
},
"bugs": {
"url": "https://github.com/Caldis/react-image-slideshow/issues"
},
"homepage": "https://github.com/Caldis/react-image-slideshow",
"dependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-portal": "^3.0.0",
"tween.js": "^16.3.5"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.8.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"css-loader": "^0.26.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"dev": "webpack-dev-server --content-base example --devtool eval",
"build": "webpack --progress --colors --watch --config webpack.config.js",
"prePublishs": "webpack --progress --colors --config webpack.prepublish.config.js"
}
}