forked from topmonks/blendid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 3.89 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@hckr_/blendid",
"version": "9.1.1",
"description": "A full featured configurable front-end asset pipeline and static site builder",
"license": "MIT",
"main": "gulpfile.js/index.mjs",
"homepage": "https://github.com/hckr-studio/blendid",
"repository": {
"type": "git",
"url": "git://github.com/hckr-studio/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": "./bin/blendid.js",
"build": "./bin/blendid.js build --production",
"test": "mocha ./gulpfile.js/**/*.test.mjs",
"outdated": "yarn upgrade-interactive"
},
"dependencies": {
"@csstools/postcss-gamut-mapping": "2.0.7",
"@vitejs/plugin-basic-ssl": "1.2.0",
"cloudinary": "2.5.1",
"cssnano": "7.0.6",
"del": "8.0.0",
"gulp": "5.0.0",
"gulp-changed": "5.0.2",
"gulp-data": "1.3.1",
"gulp-debug": "5.0.1",
"gulp-esbuild": "0.14.0",
"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.2.1",
"gulp-mode": "1.1.0",
"gulp-nunjucks-render": "2.2.3",
"gulp-postcss": "10.0.0",
"gulp-rev-delete-original": "0.2.3",
"gulp-rev-rewrite": "=5.0.0",
"gulp-sizereport": "1.2.1",
"gulp-svgmin": "4.1.0",
"gulp-svgstore": "9.0.0",
"gulplog": "2.2.0",
"lodash-es": "4.17.21",
"marked": "15.0.5",
"marked-gfm-heading-id": "4.1.1",
"marked-highlight": "2.2.1",
"marked-mangle": "1.1.10",
"modify-filename": "2.0.0",
"nunjucks": "3.2.4",
"nunjucks-markdown": "2.0.1",
"plugin-error": "2.0.1",
"postcss": "8.4.49",
"postcss-functions": "4.0.2",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.1.3",
"rev-hash": "4.1.0",
"rev-path": "3.0.0",
"sort-keys": "5.1.0",
"through2": "4.0.2",
"undertaker-registry": "2.0.0",
"vinyl": "3.0.0",
"vinyl-file": "5.0.0",
"vite": "6.0.7"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/gulp": "4.0.17",
"@types/nunjucks": "3.2.6",
"@types/undertaker": "1.2.11",
"@types/undertaker-registry": "1.0.4",
"chai": "5.1.2",
"mocha": "11.1.0"
},
"resolutions": {
"ansi-colors": "4.1.3",
"arr-diff": "4.0.0",
"arr-union": "3.1.0",
"array-slice": "1.1.0",
"browserslist": "4.24.3",
"caniuse-lite": "1.0.30001690",
"commander": "13.0.0",
"css-select": "5.1.0",
"dom-serializer": "2.0.0",
"domhandler": "5.0.3",
"domutils": "3.2.1",
"entities": "4.5.0",
"esbuild": "0.24.2",
"escape-string-regexp": "4.0.0",
"fancy-log": "2.0.0",
"glob-parent": "6.0.2",
"kind-of": "6.0.3",
"lodash": "4.17.21",
"mdn-data": "2.14.0",
"plugin-error": "2.0.1",
"process-nextick-args": "2.0.1",
"readable-stream": "4.6.0",
"replace-ext": "2.0.0",
"rimraf": "3.0.2",
"svgo": "3.3.2",
"through2": "4.0.2",
"vinyl": "3.0.0",
"vite": "6.0.7"
},
"overrides": {
"ansi-colors": "4.1.3",
"arr-diff": "4.0.0",
"arr-union": "3.1.0",
"array-slice": "1.1.0",
"browserslist": "4.24.3",
"caniuse-lite": "1.0.30001690",
"commander": "13.0.0",
"css-select": "5.1.0",
"dom-serializer": "2.0.0",
"domhandler": "5.0.3",
"domutils": "3.2.1",
"entities": "4.5.0",
"esbuild": "0.24.2",
"escape-string-regexp": "4.0.0",
"fancy-log": "2.0.0",
"glob-parent": "6.0.2",
"kind-of": "6.0.3",
"lodash": "4.17.21",
"mdn-data": "2.14.0",
"plugin-error": "2.0.1",
"process-nextick-args": "2.0.1",
"readable-stream": "4.6.0",
"replace-ext": "2.0.0",
"rimraf": "3.0.2",
"svgo": "3.3.2",
"through2": "4.0.2",
"vinyl": "3.0.0",
"vite": "6.0.7"
},
"engines": {
"node": ">=22"
},
"packageManager": "[email protected]"
}