forked from WikiEducationFoundation/WikiEduDashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.84 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
{
"name": "wintr-gulp-template",
"devDependencies": {
"browserify": "^9.0.8",
"chai": "^1.9.1",
"coffee-reactify": "^3.0.0",
"coffee-script": "^1.7.1",
"coffeeify": "^0.6.0",
"event-stream": "^3.1.7",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.7",
"gulp-clean": "^0.3.0",
"gulp-coffee": "~2.0.0",
"gulp-coffeelint": "^0.3.3",
"gulp-combine-media-queries": "^0.1.0",
"gulp-concat": "^2.2.0",
"gulp-consolidate": "^0.1.2",
"gulp-css-flipper": "^1.0.2",
"gulp-csslint": "^0.1.4",
"gulp-exec": "^2.0.1",
"gulp-htmlhint": "0.0.9",
"gulp-iconfont": "^0.1.1",
"gulp-imagemin": "^0.5.1",
"gulp-jshint": "^1.8.0",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-css": "^0.3.4",
"gulp-mocha-phantomjs": "^0.3.0",
"gulp-newer": "^0.5.0",
"gulp-notify": "^1.3.1",
"gulp-plumber": "~0.6.2",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.5.2",
"gulp-sketch": "0.0.3",
"gulp-sourcemaps": "^1.2.8",
"gulp-stylus": "^1.0.2",
"gulp-uglify": "^0.3.0",
"gulp-watch": "^3.0.0",
"gulp-webserver": "^0.8.2",
"handleify": "^0.1.2",
"jeet": "^6.1.2",
"lodash": "^2.4.1",
"main-bower-files": "^2.0.0",
"merge-stream": "^0.1.6",
"mocha": "^1.21.0",
"reactify": "^1.1.0",
"require-dir": "^0.1.0",
"run-sequence": "~0.3.6",
"rupture": "^0.1.0",
"stylus": "0.49.2"
},
"dependencies": {
"gulp-browserify": "^0.5.1",
"i18n-js": "http://github.com/fnando/i18n-js/archive/v3.0.0.rc8.tar.gz",
"marked": "^0.3.3",
"mcfly": "0.0.10",
"moment": "^2.10.3",
"react": "^0.13.2",
"react-datepicker": "^0.9.0",
"react-day-picker": "^1.0.1",
"react-dnd": "^1.0.0",
"react-router": "^0.13.2",
"react-typeahead": "^1.1.1",
"react-weekday-picker": "^1.0.0"
}
}