mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
97 lines
2.9 KiB
JSON
97 lines
2.9 KiB
JSON
{
|
|
"name": "genderdysphoria.fyi",
|
|
"version": "1.0.0",
|
|
"description": "Code for construction of the GenderDysphoria.fyi website",
|
|
"scripts": {
|
|
"test": "eslint ./ --fix"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.14.0"
|
|
},
|
|
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
|
|
"siteInfo": {
|
|
"title": "That's Gender Dysphoria, FYI",
|
|
"domain": "genderdysphoria.fyi",
|
|
"siteUrl": "https://genderdysphoria.fyi",
|
|
"description": "A resource for those questioning their gender, already on a gender journey, or simply wanting to learn more about what it is to be transgender.",
|
|
"rss": {
|
|
"title": "That's Gender Dysphoria, FYI",
|
|
"feed_url": "https://genderdysphoria.fyi/atom.xml",
|
|
"site_url": "https://genderdysphoria.fyi",
|
|
"image_url": "https://genderdysphoria.fyi/favicon228.png"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"autoprefixer": "~9.7.4",
|
|
"aws-sdk": "~2.624.0",
|
|
"backbone": "~1.4.0",
|
|
"bluebird": "~3.7.2",
|
|
"bootstrap": "~4.4.1",
|
|
"concurrent-transform": "~1.0.0",
|
|
"crass": "~0.12.3",
|
|
"date-fns": "~2.9.0",
|
|
"eslint": "~6.8.0",
|
|
"eslint-config-twipped": "~3.3.0",
|
|
"eslint-plugin-node": "~11.0.0",
|
|
"eslint-plugin-promise": "~4.2.1",
|
|
"express": "~4.17.1",
|
|
"fancy-log": "~1.3.3",
|
|
"forever": "~2.0.0",
|
|
"front-matter": "~3.1.0",
|
|
"fs-extra": "~8.1.0",
|
|
"get-video-dimensions": "~1.0.0",
|
|
"glob": "~7.1.6",
|
|
"gm": "~1.23.1",
|
|
"gulp": "~4.0.2",
|
|
"gulp-awspublish": "~4.1.1",
|
|
"gulp-awspublish-router": "~0.2.0",
|
|
"gulp-better-rollup": "~4.0.1",
|
|
"gulp-changed": "~4.0.2",
|
|
"gulp-clean": "~0.4.0",
|
|
"gulp-cloudfront-invalidate-aws-publish": "~1.0.0",
|
|
"gulp-concat": "~2.6.1",
|
|
"gulp-filter": "~6.0.0",
|
|
"gulp-minify": "~3.1.0",
|
|
"gulp-postcss": "~8.0.0",
|
|
"gulp-rev": "~9.0.0",
|
|
"gulp-sass": "~4.0.2",
|
|
"handlebars": "~4.7.3",
|
|
"hbs-kit": "~1.2.0",
|
|
"html-minifier-terser": "~5.0.4",
|
|
"image-size": "~0.8.3",
|
|
"jquery": "~3.4.1",
|
|
"lodash": "~4.17.15",
|
|
"magnific-popup": "~1.1.0",
|
|
"make-fetch-happen": "~8.0.1",
|
|
"markdown-it": "~10.0.0",
|
|
"markdown-it-anchor": "~5.2.5",
|
|
"memoizepromise": "~2.0.0",
|
|
"merge-stream": "~2.0.0",
|
|
"minimist": "~1.2.0",
|
|
"morgan": "~1.9.1",
|
|
"node-sass": "~4.13.1",
|
|
"plugin-error": "~1.0.1",
|
|
"png-to-ico": "~2.0.6",
|
|
"popper.js": "~1.16.0",
|
|
"rev-hash": "~3.0.0",
|
|
"rev-path": "~2.0.0",
|
|
"rollup": "~1.31.1",
|
|
"rollup-plugin-alias": "~2.2.0",
|
|
"rollup-plugin-commonjs": "~10.1.0",
|
|
"rollup-plugin-json": "~4.0.0",
|
|
"rollup-plugin-node-resolve": "~5.2.0",
|
|
"rollup-plugin-string": "~3.0.0",
|
|
"rss": "~1.2.2",
|
|
"serve-index": "~1.9.1",
|
|
"slugify": "~1.3.6",
|
|
"string-strip-html": "~4.3.16",
|
|
"through2": "~3.0.1",
|
|
"twemoji": "~12.1.5",
|
|
"twitter-lite": "~0.9.4",
|
|
"uuid": "~3.4.0",
|
|
"vinyl": "~2.2.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|