-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 991 Bytes
/
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
{
"name": "bp-react-carousel",
"version": "1.0.0",
"description": "contents carousel",
"main": "lib/index.js",
"scripts": {
"build-lib": "babel src --out-dir lib",
"build-demo": "webpack",
"start": "webpack-dev-server"
},
"author": {
"name": "Junseong Park",
"email": "[email protected]"
},
"license": "ISC",
"dependencies": {
"lodash.throttle": "^4.1.1",
"react": "^15.4.1",
"react-dock": "^0.2.3",
"react-dom": "^15.4.1",
"react-swipeable": "^3.7.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"node-sass": "^4.1.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}