forked from andyyou/react-coverflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.15 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
{
"name": "react-coverflow",
"version": "0.2.3",
"description": "Carousel of coverflow effect",
"main": "main.js",
"scripts": {
"test": "make test",
"prepublish": "rm -rf dist && webpack --progress --colors -d",
"clean": "rm -rf dist && rm -rf site/javascripts/*.bundle.js",
"build-npm": "rm -rf dist && webpack --progress --colors -d",
"build-site": "rm -rf site/javascripts/*.bundle.js && webpack --config site/webpack.config.js",
"dev": "rm -rf site/javascripts/*.bundle.js && NODE_ENV=react-hot webpack-dev-server --config site/webpack.config.js --progress --colors --inline --hot --port 3000 --host 0.0.0.0 --content-base site"
},
"keywords": [
"Carousel",
"Coverflow",
"Image slider",
"3D",
"React",
"react-component"
],
"author": {
"name": "andyyou",
"email": "andyyu0920@gmail.com",
"url": "http://andyyou.github.io/"
},
"license": "MIT",
"dependencies": {
"radium": "^0.18.0"
},
"peerDependencies": {
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-tap-event-plugin": "^0.2.1 || ^1.0.0 || ^2.0.0"
},
"url": "https://github.com/andyyou/react-coverflow.git",
"devDependencies": {
"react": "^15.3.1",
"react-dom": "^15.3.1",
"autoprefixer": "^6.4.1",
"react-tap-event-plugin": "^2.0.0",
"autoprefixer-loader": "^3.1.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"eslint": "^1.4.3",
"eslint-loader": "^1.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"glob": "^7.0.6",
"mocha": "^3.0.2",
"node-sass": "^3.9.3",
"postcss-loader": "^0.13.0",
"precss": "^1.4.0",
"react-hot-loader": "^1.3.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1"
}
}