forked from vigetlabs/blendid
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
98 lines (98 loc) · 2.81 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "@topmonks/blendid",
"version": "6.0.0",
"description": "A full featured configurable front-end asset pipeline and static site builder",
"license": "MIT",
"main": "gulpfile.js/index.js",
"homepage": "https://github.com/topmonks/blendid",
"repository": {
"type": "git",
"url": "git://github.com/topmonks/blendid.git"
},
"bin": "bin/blendid.js",
"exports": {
".": "./gulpfile.js/index.mjs",
"./lib/*.mjs": "./gulpfile.js/lib/*.mjs",
"./tasks/*.mjs": "./gulpfile.js/tasks/*.mjs"
},
"scripts": {
"start": "gulp -f gulpfile.js/index.mjs",
"build": "gulp build -f gulpfile.js/index.mjs",
"test": "mocha ./gulpfile.js/**/*.test.mjs",
"outdated": "yarn upgrade-interactive"
},
"dependencies": {
"@rollup/plugin-alias": "5.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@vitejs/plugin-basic-ssl": "1.0.1",
"ansi-colors": "4.1.3",
"browser-sync": "2.29.3",
"browserslist": "4.22.1",
"caniuse-lite": "1.0.30001559",
"chalk": "5.3.0",
"cloudinary": "1.41.0",
"cssnano": "6.0.1",
"del": "7.1.0",
"fancy-log": "2.0.0",
"gulp": "4.0.2",
"gulp-changed": "4.0.3",
"gulp-data": "1.3.1",
"gulp-debug": "4.0.0",
"gulp-esbuild": "0.11.2",
"gulp-htmlmin-next": "6.0.1",
"gulp-if": "3.0.0",
"gulp-inject": "5.0.5",
"gulp-markdown-to-json": "1.1.0",
"gulp-merge-json": "2.1.2",
"gulp-mode": "1.1.0",
"gulp-noop": "1.0.1",
"gulp-notify": "4.0.0",
"gulp-nunjucks-render": "2.2.3",
"gulp-postcss": "9.0.1",
"gulp-rename": "2.0.0",
"gulp-rev-delete-original": "0.2.3",
"gulp-rev-rewrite": "6.0.0",
"gulp-sizereport": "1.2.1",
"gulp-svgmin": "4.1.0",
"gulp-svgstore": "9.0.0",
"lodash-es": "4.17.21",
"marked": "9.1.5",
"marked-gfm-heading-id": "3.1.0",
"marked-highlight": "2.0.6",
"marked-mangle": "1.1.4",
"merge-stream": "2.0.0",
"minify-html-literals": "1.3.5",
"modify-filename": "2.0.0",
"nunjucks": "3.2.4",
"nunjucks-markdown": "2.0.1",
"open": "9.1.0",
"plugin-error": "2.0.1",
"postcss": "8.4.31",
"postcss-preset-env": "9.3.0",
"pretty-hrtime": "1.0.3",
"replace-ext": "2.0.0",
"rev-hash": "4.1.0",
"rev-path": "3.0.0",
"rollup": "2.79.1",
"rollup-plugin-minify-html-literals": "1.2.6",
"sass-embedded": "1.69.5",
"sort-keys": "5.0.0",
"stream-array": "1.1.2",
"strip-ansi": "7.1.0",
"through2": "4.0.2",
"undertaker-registry": "2.0.0",
"vinyl": "3.0.0",
"vinyl-file": "5.0.0",
"vinyl-sourcemaps-apply": "0.2.1",
"vite": "4.5.0",
"workbox-build": "7.0.0"
},
"devDependencies": {
"@material/layout-grid": "14.0.0",
"@types/nunjucks": "3.2.5",
"chai": "4.3.10",
"mocha": "10.2.0",
"prettier": "3.0.3"
},
"packageManager": "[email protected]"
}