-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.59 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
{
"name": "FantasyBach",
"version": "2.1.8",
"repository": "https://github.com/thans/fantasybachelor.git",
"dependencies": {
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-touch": "^1.5.5",
"angular-ui-router": "^0.2.18",
"fantasybach-sdk": "0.0.10",
"fastclick": "^1.0.6",
"gulp-browserify": "^0.5.1",
"gulp-livereload": "^3.8.1",
"gulp-server-livereload": "^1.7.3",
"lodash": "^4.11.1",
"moment": "^2.12.0",
"ng-redux": "^3.3.3",
"react": "^15.0.2",
"redux": "^3.5.1",
"redux-thunk": "^2.0.1",
"reselect": "^2.5.1"
},
"devDependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.3.14",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"cheerio": "^0.20.0",
"del": "^2.2.0",
"envify": "^3.4.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.4",
"gulp-compass": "^2.1.0",
"gulp-ejs": "^2.1.1",
"gulp-imagemin": "^2.4.0",
"gulp-inline-svg": "^1.0.3",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.2.19",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.2.1",
"mathsass": "^0.9.5",
"mime-types": "^2.1.11",
"request": "^2.72.0",
"shortid": "^2.2.6",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}