-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·119 lines (119 loc) · 3.21 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
118
119
{
"name": "react-attach-handler",
"moduleName": "AttachHandler",
"version": "0.2.0",
"description": "React attach event handlers to targets.",
"main": "lib/AttachHandler.js",
"browser": "lib/AttachHandler.js",
"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": "^8.2.0",
"babel": "^6.5.2",
"babel-cli": "^6.16.0",
"babel-core": "^6.16.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-react-transform": "^3.0.0",
"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": "^8.0.0",
"bootstrap": "^4.0.0",
"browserify": "^16.1.1",
"camelcase": "^4.1.0",
"core-js": "^2.4.1",
"css-loader": "^0.28.11",
"cssnano": "^3.7.5",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-react": "^7.7.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.5.0",
"gulp-eslint": "^4.0.2",
"gulp-filter": "^5.1.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.2.1",
"gulp-uglify": "^3.0.0",
"gulp-wrap": "^0.13.0",
"gulp-wrap-umd": "^0.2.1",
"history": "^4.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.1.0",
"http-proxy": "^1.15.1",
"json-loader": "^0.5.4",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"node-sass": "^4.8.3",
"opn": "^5.3.0",
"postcss-loader": "^2.1.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-transform-hmr": "^1.0.4",
"run-sequence": "^2.2.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"task-dir": "^0.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.3.0",
"webpack-dev-middleware": "^3.1.0",
"webpack-hot-middleware": "^2.12.2",
"webpack-manifest-plugin": "^2.0.0-rc.2",
"webpack-stream": "^4.0.3"
},
"precommit": [],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react-addons-shallow-compare": "^15.4.1",
"react-attach-handler": "0.2.0"
}
}