-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "mishka",
"version": "0.1.0",
"private": true,
"description": "Личный проект «Мишка» от HTML Academy",
"repository": {
"type": "git",
"url": "https://github.com/xdevelx/site.git"
},
"keywords": [
"sass",
"gulp",
"html",
"browsersync"
],
"bugs": {
"url": "https://github.com/xdevelx/site/issues"
},
"homepage": "https://xdevelx.github.io/site/",
"devDependencies": {
"@htmlacademy/editorconfig-cli": "0.1.x",
"browser-sync": "^2.18.8",
"dateformat": "^2.0.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-csscomb": "^3.0.8",
"gulp-csso": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^3.1.1",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-svgmin": "^1.2.3",
"gulp-svgstore": "^6.1.0",
"gulp-watch": "^4.3.11",
"run-sequence": "^1.2.2",
"streamqueue": "^1.1.1"
},
"scripts": {
"deploy": "gulp build && gulp deploy",
"build": "gulp build",
"start": "gulp build && gulp serve"
}
}