-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "react-m-carousel",
"version": "2.0.3",
"description": "mini carousel ui component for react",
"keywords": [
"react",
"react-component",
"react-spider",
"carousel"
],
"homepage": "https://github.com/shiye515/react-m-carousel",
"author": "shiye515@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/shiye515/react-m-carousel.git"
},
"bugs": {
"url": "https://github.com/shiye515/react-m-carousel/issues"
},
"files": [
"lib"
],
"licenses": "MIT",
"main": "./lib/ReactMCarousel.js",
"scripts": {
"dev": "webpack-dev-server --open",
"build:docs": "webpack",
"build": "webpack --config webpack.lib.js"
},
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.21.0",
"webpack": "^4.11.0",
"webpack-cli": "^3.0.2",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0"
}
}