-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 997 Bytes
/
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
{
"name": "pikachu-s-pastry-catch",
"version": "0.0.1",
"description": "Pikachu's Pastry Catch",
"main": "gulpfile.js",
"author": "DimaGashko",
"devDependencies": {
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "4.1.0",
"gulp-browserify": "^0.5.1",
"gulp-clean": "0.3.2",
"gulp-connect": "5.2.0",
"gulp-htmlmin": "4.0.0",
"gulp-if": "2.0.2",
"gulp-imagemin": "4.1.0",
"gulp-jsdoc3": "2.0.0",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.5.0",
"gulp-minify-css": "1.2.4",
"gulp-newer": "^1.4.0",
"gulp-notify": "3.1.0",
"gulp-pug": "3.3.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.6.1",
"gulp-rev-append": "0.1.8",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.0-alpha.3",
"gulp-uglify": "3.0.0",
"gulp-useref": "3.1.4",
"gulp.spritesmith": "6.9.0",
"typescript": "^3.0.3"
},
"dependencies": {
"normalize.sass": "^3.0.3-2"
}
}