This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 680
/
package.json
76 lines (76 loc) · 1.99 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "blendid",
"version": "4.5.3",
"description": "A full featured configurable asset pipeline and static site builder",
"license": "MIT",
"engines": {
"node": ">=6.11.1 <10",
"npm": ">=3.10.3"
},
"main": "gulpfile.js/index.js",
"homepage": "https://github.com/vigetlabs/blendid",
"repository": {
"type": "git",
"url": "git://github.com/vigetlabs/blendid.git"
},
"bin": {
"blendid": "bin/blendid.js"
},
"scripts": {
"start": "gulp",
"gulp": "gulp",
"build": "gulp build",
"gh-pages": "gulp gh-pages",
"dev:test": "mocha ./gulpfile.js/**/*.test.js"
},
"dependencies": {
"ansi-colors": "^3.2.4",
"autoprefixer": "^9.6.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-1": "^6.24.1",
"browser-sync": "^2.26.3",
"cssnano": "^4.1.10",
"del": "4.0.0",
"es6-promise": "^4.2.6",
"fancy-log": "^1.3.3",
"gulp": "3.9.1",
"gulp-changed": "^3.2.0",
"gulp-data": "1.3.1",
"gulp-gh-pages": "0.5.4",
"gulp-htmlmin": "5.0.1",
"gulp-if": "2.0.2",
"gulp-notify": "^3.2.0",
"gulp-nunjucks-render": "^2.2.2",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-rev": "9.0.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-rewrite": "^1.1.4",
"gulp-sass": "^4.0.2",
"gulp-sequence": "1.0.0",
"gulp-sizereport": "1.2.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgstore": "7.0.1",
"gulp-twig": "^1.2.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.11",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0",
"node-fs-extra": "^0.8.2",
"node-sass-glob-importer": "^5.3.0",
"open": "0.0.5",
"plugin-error": "^1.0.1",
"pretty-hrtime": "1.0.3",
"require-dir": "1.2.0",
"webpack": "^3.4.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^6.0.2"
}
}