This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

View File

@@ -0,0 +1,82 @@
{
"name": "foundryvtt",
"productName": "Foundry Virtual Tabletop",
"description": "Foundry Virtual Tabletop: A standalone application for online tabletop role-playing games.",
"release": {
"generation": 12,
"channel": "stable",
"suffix": "Stable",
"build": 331,
"node_version": 18
},
"author": {
"name": "Foundry Gaming LLC",
"email": "admin@foundryvtt.com",
"url": "https://foundryvtt.com"
},
"homepage": "https://foundryvtt.com",
"license": "SEE LICENSE IN license.html",
"private": true,
"repository": "https://github.com/foundryvtt/foundryvtt",
"bugs": "https://github.com/foundryvtt/foundryvtt/issues",
"main": "main.js",
"engines": {
"node": ">=18.15.0 <22.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.577.0",
"@aws-sdk/s3-request-presigner": "^3.577.0",
"@foundryvtt/pdfjs": "4.0.379-1",
"@pixi/basis": "^7.4.2",
"@pixi/graphics-smooth": "^1.1.0",
"@pixi/particle-emitter": "^5.0.8",
"abort-controller": "^3.0.0",
"abstract-level": "^1.0.4",
"archiver": "^6.0.2",
"chokidar": "^3.6.0",
"classic-level": "^1.4.1",
"compression": "^1.7.4",
"cookie": "^0.6.0",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"express-handlebars": "^7.1.2",
"express-session": "^1.18.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"handlebars-intl": "^1.1.2",
"jquery": "^3.7.1",
"mime-types": "^2.1.35",
"minimatch": "^9.0.4",
"nat-upnp": "^1.1.1",
"nedb": "^1.8.0",
"nedb-session-store": "^1.1.2",
"parse5": "^7.1.2",
"peggy": "^4.0.2",
"pixi.js": "^7.4.2",
"proper-lockfile": "^4.1.2",
"prosemirror-collab": "^1.3.1",
"prosemirror-commands": "^1.5.2",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.4.0",
"prosemirror-inputrules": "^1.4.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.21.0",
"prosemirror-schema-list": "^1.3.0",
"prosemirror-state": "^1.4.3",
"prosemirror-tables": "^1.3.7",
"prosemirror-transform": "^1.9.0",
"prosemirror-view": "^1.33.6",
"sanitize-html": "^2.13.0",
"showdown": "^2.1.0",
"simple-peer": "^9.11.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"spark-md5": "^3.0.2",
"tinymce": "^6.8.3",
"unzipper": "^0.12.3",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"version": "12.331.0"
}