-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.6 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": "teamplate",
"version": "0.8.0",
"description": "Start HTML Template",
"author": "Alexander Velichko",
"license": "ISC",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/VelichkoAlexander/gulp4"
},
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"lint": "gulp lint",
"surge": "gulp build --production && surge --project ./dist --domain name.surge.sh"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"autoprefixer": "^9.7.5",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.7",
"cheerio": "^1.0.0-rc.3",
"del": "^5.1.0",
"global": "^4.4.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-changed": "^4.0.2",
"gulp-cheerio": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-consolidate": "^0.2.0",
"gulp-front-matter": "^1.3.0",
"gulp-htmlhint": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgmin": "^2.2.0",
"gulp-svgstore": "^7.0.1",
"gulp-uglify": "^3.0.2",
"postcss-advanced-variables": "^3.0.1",
"postcss-csso": "^4.0.0",
"postcss-easy-import": "^3.0.0",
"postcss-node-sass": "^2.1.8",
"postcss-sort-media-queries": "^1.4.23",
"postcss-svgo": "^4.0.2",
"require-dir": "^1.2.0",
"require-yaml": "^0.0.1",
"through2": "^3.0.1"
},
"dependencies": {
"normalizecss": "^3.0.0",
}
}