-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.44 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
{
"name": "githubify.me",
"version": "3.2.5",
"private": true,
"devDependencies": {
"babel-preset-es2015": "6.1.18",
"babel-preset-react": "6.1.18",
"babelify": "7.2.0",
"bootstrap": "3.3.5",
"browserify": "11.2.0",
"font-awesome": "4.5.0",
"gulp": "3.9.0",
"gulp-babel": "6.1.0",
"gulp-changed": "1.3.0",
"gulp-concat": "2.4.3",
"gulp-cssmin": "0.1.6",
"gulp-filesize": "0.0.6",
"gulp-less": "3.0.1",
"gulp-livereload": "3.6.0",
"gulp-notify": "2.1.0",
"gulp-plumber": "1.0.1",
"gulp-react": "3.0.1",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.3.0",
"gulp-uglify": "1.1.0",
"gulp-util": "3.0.6",
"history": "1.17.0",
"less-plugin-autoprefix": "1.3.0",
"lodash": "3.10.1",
"moment": "2.19.3",
"react": "0.14.6",
"react-addons-create-fragment": "0.14.2",
"react-addons-update": "0.14.2",
"react-bootstrap": "0.28.5",
"react-dom": "0.14.2",
"react-fontawesome": "0.3.3",
"react-highlighter": "0.3.1",
"react-masonry-mixin": "2.1.0",
"query-string": "4.1.0",
"react-router": "1.0.3",
"react-share": "1.4.0",
"re-base": "1.5.1",
"react-timer-mixin": "0.13.3",
"react-typeahead": "1.1.5",
"reactfire": "0.5.1",
"reactify": "1.1.1",
"reflux": "0.3.0",
"require-dir": "0.1.0",
"superagent": "1.3.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.4.0"
}
}