-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·61 lines (61 loc) · 1.65 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
{
"name": "RAKETA-start",
"version": "1.0.0",
"description": "RAKETA Start - Start HTML Template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kolya Raketa",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"browser-sync": "^2.26.13",
"del": "^2.2.2",
"fs": "^0.0.1-security",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^8.0.0",
"gulp-cache": "^0.4.6",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-file-include": "^1.1.0",
"gulp-inject": "^4.2.0",
"gulp-newer": "^1.3.0",
"gulp-notify": "^3.0.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-remove-html": "^1.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-sass": "^3.1.0",
"gulp-svg-sprite": "^1.3.7",
"gulp-svgmin": "^1.2.4",
"gulp-tinypng-unlimited": "^1.0.3",
"gulp-twig": "^0.7.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"gulp-wait": "0.0.2",
"path": "^0.12.7",
"run-sequence": "^1.2.2",
"sass-lint": "^1.10.2"
},
"dependencies": {
"chokidar": "^1.7.0",
"gulp-cache-bust": "^1.4.1",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.9.0",
"gulp-front-matter": "^1.3.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-nunjucks": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-prettify": "^0.5.0",
"gulp-replace": "^0.6.1",
"gulp-run-command": "0.0.9",
"gulp-run-sequence": "^0.3.2",
"gulp-watch": "^4.3.11",
"lodash": "^4.17.20",
"vanilla-text-mask": "^5.0.1"
}
}