mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 02:25:52 -04:00
8ff4876f77
* Allow to set the position of the window, minimize/maxizime it, resize it, * Allow to enter a fullscreen and "Kiosk mode" (where the user can't disable the fullscreen), * Allow to set the window opacity, enable/disable shadow (according to the OS) and use other advanced features.
25 lines
811 B
JSON
25 lines
811 B
JSON
{
|
|
"name": "gdevelop-javascript-platform",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"homepage": "https://gdevelop-app.com",
|
|
"//": "Note that pixi.js is installed here just for its types. Be sure to keep the version in sync with the version in GDJS/Runtime/pixi-renderers/pixi.js (and the one in the IDE too if possible).",
|
|
"devDependencies": {
|
|
"@types/expect.js": "^0.3.29",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/electron": "^1.6.10",
|
|
"@types/node": "^14.11.1",
|
|
"jsdoc": "^3.6.4",
|
|
"jsdoc-autoprivate": "0.0.1",
|
|
"jsdoc-plugin-intersection": "^1.0.2",
|
|
"pixi.js": "5.3.0",
|
|
"typescript": "3.6.4"
|
|
},
|
|
"scripts": {
|
|
"check-types": "tsc",
|
|
"test": "cd tests && npm test",
|
|
"generate-doc": "jsdoc -c docs/jsdoc.conf.json docs/DocMainPage.md"
|
|
}
|
|
}
|