mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
31 lines
868 B
JSON
31 lines
868 B
JSON
{
|
|
"name": "gdevelop",
|
|
"productName": "GDevelop 5",
|
|
"description": "GDevelop 5 IDE - the open-source, cross-platform game engine designed for everyone",
|
|
"version": "5.5.223",
|
|
"author": "GDevelop Team <hello@gdevelop.io>",
|
|
"license": "MIT",
|
|
"homepage": "https://gdevelop.io",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@electron/remote": "^2.0.8",
|
|
"archiver": "^2.1.1",
|
|
"async": "^2.6.0",
|
|
"axios": "^0.19.1",
|
|
"chokidar": "3.5.3",
|
|
"discord-rich-presence": "^0.0.8",
|
|
"dotenv": "^4.0.0",
|
|
"electron-editor-context-menu": "^1.1.1",
|
|
"electron-is-dev": "^2.0.0",
|
|
"electron-log": "^4.1.1",
|
|
"electron-updater": "4.2.0",
|
|
"fs-extra": "^3.0.1",
|
|
"live-server": "^1.2.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.throttle": "^4.1.1",
|
|
"minimist": "^1.2.3",
|
|
"steamworks.js": "0.3.1",
|
|
"ws": "^5.1.1"
|
|
}
|
|
}
|