-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "specious-github-io",
"version": "2.0.0",
"description": "Ildar Sagdejev (microwebsite)",
"homepage": "http://specious.github.io",
"author": "Ildar Sagdejev",
"private": true,
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/specious/specious.github.io.git"
},
"bugs": {
"url": "https://github.com/specious/specious.github.io/issues"
},
"scripts": {
"pre": "gulp analyze",
"build": "gulp build",
"postbuild": "cp -v build/index.html ./",
"watch": "gulp watch",
"gulp": "gulp",
"clean": "rm -rfv build/"
},
"devDependencies": {
"@specious/htmlflow": "^1.1.0",
"fancy-log": "^2.0.0",
"fontmin": "^1.1.0",
"glob-base": "^0.3.0",
"gulp": "^4.0.2",
"gulp-base64": "^0.1.3",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-if": "^3.0.0",
"gulp-inline-image-html": "^0.2.5",
"gulp-pug": "^5.0.0",
"gulp-replace": "^1.1.4",
"gulp-stylus": "^3.0.1",
"gulp-tap": "^2.0.0",
"gulp-transform": "^3.0.5",
"merge2": "^1.4.1",
"plugin-error": "^2.0.1",
"puppeteer": "^22.13.1",
"through2-concurrent": "^2.0.0"
},
"resolutions": {
"gulp-inline-image-html>inline-images": "specious/inline-images#svg-support"
}
}