-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"scripts": {
"test": "ajv validate -s ./src/data-schema.json -d \"./data/**/*.json\"",
"build": "gulp sync-images && eleventy && gulp"
},
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@squoosh/lib": "^0.4.0",
"@types/luxon": "^2.0.5",
"@types/node": "^16.11.6",
"ajv": "^8.6.3",
"cssnano": "^5.0.8",
"fluent-ffmpeg": "^2.1.2",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"gulp-brotli": "^3.0.0",
"gulp-changed": "^4.0.3",
"gulp-cli": "^2.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4",
"luxon": "^2.0.2",
"node-fetch": "^3.0.0",
"postcss-calc": "^8.0.0",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"ts-node": "^10.9.1",
"typescript": "^4.4.4",
"yt-dlp-wrap": "^2.3.12"
},
"devDependencies": {
"ajv-cli": "^5.0.0"
}
}