-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
112 lines (112 loc) · 4.03 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
{
"name": "kristinitas-search",
"description": "Kristinita’s Search site",
"version": "0.4.0",
"homepage": "https://Kristinita.netlify.app",
"author": "Sasha Chernykh (http://uid.me/sasha_chernykh)",
"repository": "github:Kristinita/KristinitaPelican",
"bugs": {
"url": "https://github.com/Kristinita/KristinitaPelican/issues"
},
"license": "MIT",
"files": [
"README.md"
],
"engines": {
"node": ">=18"
},
"keywords": [
"Kristinita",
"Pelican",
"Grunt"
],
"contributors": [
"Sasha Chernykh"
],
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/travis-cli": "^17.1.2",
"@lodder/grunt-postcss": "^3.0.0",
"autoprefixer": "^10.4.12",
"browser-sync": "^2.26.13",
"bs-html-injector": "^3.0.3",
"bulma-stylus": "^0.9.2-rc.1",
"coffeescript": "^2.7.0",
"covgen": "^3.1.4",
"cssnano": "^5.1.13",
"doiuse": "^4.4.0",
"eclint": "^2.8.1",
"gemini-scrollbar": "github:Kristinita/gemini-scrollbar#KiraPatchObjectAltText",
"google-closure-compiler": "^20220905.0.0",
"grunt": "^1.5.3",
"grunt-browser-sync": "^2.2.0",
"grunt-cache-bust": "^1.7.0",
"grunt-check-pages": "^0.10.0",
"grunt-checkbranch": "^1.0.4",
"grunt-clean-console": "^0.4.0",
"grunt-coffeelint": "0.0.16",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-critical": "^3.0.1",
"grunt-css-purge": "^1.1.0",
"grunt-curl": "^2.5.1",
"grunt-cwebp": "^3.0.3",
"grunt-dev-update": "^2.3.0",
"grunt-git-them-all": "github:Kristinita/grunt-git-them-all",
"grunt-html": "^15.2.2",
"grunt-html5-validate": "^0.1.1",
"grunt-htmlhint": "^0.9.13",
"grunt-htmllint": "^0.3.0",
"grunt-htmltidy": "^0.2.2",
"grunt-http-server": "github:Kristinita/node-grunt-http-server#patch-1",
"grunt-humans-txt": "github:Kristinita/grunt-humans-txt",
"grunt-indentator": "^0.1.6",
"grunt-jsbeautifier": "github:Kristinita/grunt-jsbeautifier",
"grunt-license-finder": "^2.0.0",
"grunt-markdownlint": "^3.1.1",
"grunt-move": "^2.0.0",
"grunt-newer": "^1.3.0",
"grunt-notify": "^0.4.5",
"grunt-pagespeed": "github:Kristinita/grunt-pagespeed#KiraPatchPSI4Support",
"grunt-path-validator": "^2.0.2",
"grunt-posthtml": "^0.5.2",
"grunt-prettify": "^0.4.0",
"grunt-project-update": "^0.2.4",
"grunt-purgecss": "^5.0.0",
"grunt-pylint": "^2.0.1",
"grunt-real-favicon": "^0.2.4",
"grunt-robots-txt": "^1.0.1",
"grunt-shell": "^4.0.0",
"grunt-string-replace": "^1.3.1",
"grunt-stylint": "^0.2.0",
"grunt-unused": "^0.2.3",
"husky": "^8.0.1",
"imagemin-webp": "^6.0.0",
"js-yaml": "^4.1.0",
"license-generator": "0.0.13",
"load-grunt-config": "^4.0.1",
"merge-source-maps": "^0.6.1",
"postcss": "^8.4.16",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-combine-media-query": "^1.0.1",
"postcss-html": "^1.5.0",
"postcss-preset-env": "^7.8.2",
"posthtml-lazyload": "^1.0.10",
"remark-cli": "^11.0.0",
"remark-lint-write-good": "^1.2.0",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.2",
"stylelint": "^14.12.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^9.0.0",
"stylelint-no-unsupported-browser-features": "^5.0.4",
"time-grunt": "^2.0.0"
}
}