-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 2.61 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
{
"scripts": {
"test": "ajv validate -s ./json-schema/csv-metadata.json -d \"./app/data/*/yt-*.json\"",
"error_docs": "eleventy --config=./.eleventy.error_docs.js && gulp html-error_docs",
"typescript": "tsc -p ./src-tsconfig.json && gulp fixtsc",
"typescript-tasks": "ts-node ./app/topics-without-structured-data.ts && ts-node ./app/title-pattern-check.ts",
"update-playlists-html-cache": "ts-node ./app/update-playlists-html-cache.ts",
"update": "php app/app.php && npm run -s typescript && npm run -s typescript-tasks && php app/update-q-and-a.php && php app/part-continued.php && php app/lunr-docs-preload.php && php app/statistics.php && gulp charts 11ty-data && npm run -s nginx-config-for-topics",
"images-svg": "eleventy --config=./.eleventy.images.js && gulp images-svg",
"native-clip-needed": "ts-node ./app/native-clip-needed.ts",
"generate-blamehannah.com-data": "ts-node ./app/blamehannah.com.ts",
"tweets": "ts-node ./app/tweets.ts",
"nginx-config-for-topics": "ts-node ./app/nginx-conf-for-topics.ts",
"eleventy": "eleventy --config=./.eleventy.tweets.js && eleventy && eleventy --config=./.eleventy.pages.js && eleventy --config=./.eleventy.pages-alt-layout.js",
"build": "npm run -s tweets && npm run -s update && gulp topics && npm run -s images-svg && npm run -s eleventy && gulp build"
},
"dependencies": {
"lunr": "^2.3.9"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@gfx/zopfli": "^1.0.15",
"@types/lunr": "^2.3.4",
"@types/node": "^16.11.4",
"@types/node-fetch": "^2.6.4",
"ajv-cli": "^5.0.0",
"cssnano": "^4.1.10",
"csv-parse": "^4.16.3",
"eleventy-plugin-svg-contents": "^0.7.0",
"glob": "^7.1.7",
"gulp": "^4.0.2",
"gulp-brotli": "^3.0.0",
"gulp-changed": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^8.0.0",
"gulp-inline-source": "^4.0.0",
"gulp-json-transform": "^0.4.7",
"gulp-libsquoosh": "^1.1.2",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-sitemap": "^8.0.0",
"gulp-svg2png-update": "^2.2.1",
"html-minifier": "^4.0.0",
"imagemin": "^8.0.1",
"imagemin-oxipng": "^1.0.0",
"node-fetch": "^2.6.1",
"postcss": "^8.4.14",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"puppeteer": "^14.3.0",
"svg-to-img": "^2.0.9",
"svg2png": "^4.1.1",
"ts-node": "^10.8.1",
"twitter-api-v2": "^1.12.2",
"twitter-text": "^3.1.0",
"typescript": "^4.7.3"
}
}