-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "schildichat-website-metalsmith",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"@metalsmith/default-values": "^3.2.0",
"@metalsmith/in-place": "^4.5.0",
"@metalsmith/js-bundle": "^0.2.0",
"@metalsmith/layouts": "^2.5.1",
"@metalsmith/postcss": "^5.0.0",
"@metalsmith/remove": "^1.1.2",
"@metalsmith/sass": "^1.0.1",
"autoprefixer": "^10.4.7",
"cheerio": "^1.0.0-rc.12",
"jstransformer-handlebars": "^1.2.0",
"jstransformer-markdown-it": "^3.0.0",
"metalsmith": "^2.5.0",
"metalsmith-ancestry": "^1.6.1",
"metalsmith-contenthash": "^0.2.1",
"metalsmith-discover-helpers": "^0.1.1",
"metalsmith-discover-partials": "^0.1.2",
"metalsmith-favicons": "^1.0.0",
"metalsmith-html-minifier": "^4.0.1",
"metalsmith-if": "^0.1.1",
"metalsmith-inline-svg": "^0.1.4",
"metalsmith-nested": "^0.3.8",
"metalsmith-prefixoid": "^1.0.3",
"postcss": "^8.4.14",
"postcss-csso": "^6.0.0",
"postcss-preset-env": "^8.0.0",
"postcss-url": "^10.1.3"
},
"resolutions": {
"minimatch": "^5.1.0",
"favicons": "^6.2.0",
"resize-img": "^2.0.0",
"jimp": "^0.16.1",
"xmldom": "^0.6.0",
"cheerio": "^1.0.0-rc.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {}
}