-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.9 KB
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
{
"name": "damien.pobel.fr",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/dpobel/damien.pobel.fr.git"
},
"description": "",
"main": "build.js",
"private": true,
"directories": {
"test": "tests"
},
"type": "module",
"scripts": {
"test": "node --test-reporter spec --test 'damien.pobel.fr/tests/**/*.js'",
"lint": " biome ci",
"dp:restorecache": "SITE=damien.pobel.fr npm run restorecache",
"restorecache": "./bin/restore_cache.sh",
"dp:deploy": "SITE=damien.pobel.fr npm run deploy",
"deploy": "./bin/deploy.sh",
"dp:build": "damien.pobel.fr/build.js",
"dp:build:dev": "damien.pobel.fr/build.js --dev"
},
"author": "Damien Pobel",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@metalsmith/collections": "^1.3.1",
"@metalsmith/layouts": "^3.0.0",
"@metalsmith/markdown": "^1.10.0",
"@metalsmith/permalinks": "^3.2.0",
"@metalsmith/postcss": "^5.4.1",
"@metalsmith/remove": "^1.4.0",
"async": "^3.2.6",
"cheerio": "^1.2.0",
"consolidate": "^1.0.4",
"cssnano": "^8.0.1",
"detect-port": "^2.1.0",
"highlight.js": "^11.11.1",
"jstransformer-nunjucks": "^1.2.0",
"metalsmith": "^2.6.3",
"metalsmith-assets-2": "github:dpobel/metalsmith-assets-2#no-more-merge",
"metalsmith-brotli": "^2.0.0",
"metalsmith-feed": "^1.0.0",
"metalsmith-filemetadata": "^6.0.0",
"metalsmith-gzip": "^2.0.0",
"metalsmith-html-minifier": "^4.0.1",
"metalsmith-moment": "^6.0.0",
"metalsmith-pagination": "^1.5.0",
"metalsmith-pdfize": "^5.0.0",
"metalsmith-renamer": "^0.5.25",
"metalsmith-tags": "^2.1.0",
"modern-normalize": "^3.0.1",
"nunjucks": "^3.2.4",
"open": "^11.0.0",
"postcss": "^8.5.14",
"postcss-import": "^16.1.1",
"postcss-preset-env": "^11.2.1",
"sharp": "^0.34.5",
"static-server": "^3.0.0"
}
}