forked from sylvesteraswin/react-attach-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·117 lines (117 loc) · 3.16 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "react-attach-handler",
"moduleName": "AttachHandler",
"version": "0.1.3",
"description": "React attach event handlers to targets.",
"main": "build/react-attach-handler",
"browser": "build/react-attach-handler",
"devServer": {
"host": "0.0.0.0",
"port": 4002,
"root": [
"example"
],
"livereload": true
},
"exampleConfig": {
"containerID": "container"
},
"scripts": {
"start": "NODE_ENV=production gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/sylvesteraswin/react-attach-handler.git"
},
"keywords": [
"react",
"carousel",
"react-carousel",
"react-component",
"react-gallery",
"react slideshow",
"react gallery"
],
"author": "Sylvester Aswin",
"license": "MIT",
"bugs": {
"url": "https://github.com/sylvesteraswin/react-attach-handler/issues"
},
"homepage": "https://github.com/sylvesteraswin/react-attach-handler",
"devDependencies": {
"autoprefixer": "^6.5.0",
"babel": "^6.5.2",
"babel-cli": "^6.16.0",
"babel-core": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-register": "^6.16.3",
"babelify": "^7.3.0",
"bootstrap": "^3.3.7",
"browserify": "^13.1.0",
"camelcase": "^3.0.0",
"core-js": "^2.4.1",
"css-loader": "^0.25.0",
"cssnano": "^3.7.5",
"del": "^2.2.2",
"eslint": "^3.7.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-react": "^6.3.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.2.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-wrap": "^0.13.0",
"gulp-wrap-umd": "^0.2.1",
"history": "^4.3.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"http-proxy": "^1.15.1",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"node-sass": "^3.10.1",
"opn": "^4.0.2",
"postcss-loader": "^0.13.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.8.1",
"react-transform-hmr": "^1.0.4",
"run-sequence": "^1.2.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"task-dir": "^0.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.3",
"webpack-hot-middleware": "^2.12.2",
"webpack-manifest-plugin": "^1.0.1",
"webpack-stream": "^3.2.0"
},
"precommit": [],
"dependencies": {
"classnames": "^2.2.5",
"react-addons-shallow-compare": "^15.4.1"
}
}