Files
danbooru/package.json
evazion b43008a506 notes: add multiple new fonts (#4212).
Add the following fonts:

* Comic (Comic Relief)
* Slab Sans (Anton)
* Slab Serif (Rokkitt)
* Formal Serif (Lora)
* Formal Cursive (Petit Formal Script)
* Print (Kalam)
* Hand (Indie Flower)
* Narrow (Archivo Narrow)
* Blackletter (Unifraktur Maguntia)

Add the following font aliases:

* Comic Sans MS is aliased to Comic Relief.
* Arial Narrow is aliased to Archivo Narrow.
* Rockwell is aliased to Rokkitt.
* Impact is aliased to Anton.
2019-11-26 01:27:41 -06:00

45 lines
1.3 KiB
JSON

{
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"@rails/webpacker": "^4.0.0",
"debug-loader": "^0.0.1",
"dropzone": "^5.5.1",
"expose-loader": "^0.7.5",
"hammerjs": "^2.0.8",
"jquery-hotkeys": "^0.2.2",
"jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.2",
"qtip2": "^3.0.3",
"rails-erb-loader": "^5.5.0",
"script-loader": "^0.7.2",
"spark-md5": "^3.0.0",
"stupid-table-plugin": "^1.1.3",
"typeface-anton": "^0.0.72",
"typeface-archivo-narrow": "^0.0.72",
"typeface-indie-flower": "^0.0.72",
"typeface-lora": "^0.0.72",
"typeface-petit-formal-script": "^0.0.72",
"typeface-rokkitt": "^0.0.72",
"typeface-unifrakturmaguntia": "^0.0.72",
"typopro-web": "^4.2.2",
"webpack-cli": "^3.3.0"
},
"devDependencies": {
"eslint": "^6.0.0",
"eslint-loader": "^2.2.0",
"eslint-plugin-ignore-erb": "^0.1.1",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0",
"webpack-dev-server": "^3.8.0"
},
"browserslist": [
"defaults",
"since 2012"
],
"scripts": {
"eslint-all": "yarn run eslint --plugin eslint-plugin-ignore-erb --ext .js,.js.erb app/javascript/src/javascripts",
"stylelint-all": "yarn run stylelint 'app/javascript/src/styles/**/*.scss'"
}
}