2021-03-16 22:02:09 -04:00
|
|
|
{
|
2021-08-05 12:21:35 -04:00
|
|
|
"name": "@nitrots/nitro-renderer",
|
2021-12-25 22:07:57 -05:00
|
|
|
"description": "Javascript library for rendering Nitro in the browser using PixiJS",
|
2022-05-25 19:02:04 -04:00
|
|
|
"version": "1.2.6",
|
2021-12-25 22:07:57 -05:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2021-08-05 12:21:35 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-12-25 22:07:57 -05:00
|
|
|
"url": "https://git.krews.org/nitro/nitro-renderer.git"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://git.krews.org/nitro/nitro-renderer/issues"
|
2021-08-05 12:21:35 -04:00
|
|
|
},
|
2021-12-25 22:07:57 -05:00
|
|
|
"homepage": "https://git.krews.org/nitro/nitro-renderer",
|
2021-12-08 06:48:46 -05:00
|
|
|
"type": "module",
|
2021-07-27 16:08:18 -05:00
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc --project ./tsconfig.json",
|
2021-12-08 06:48:46 -05:00
|
|
|
"eslint": "eslint ./src --fix",
|
|
|
|
"postinstall": "node ./post-install.js"
|
2021-07-27 16:08:18 -05:00
|
|
|
},
|
2021-03-16 22:02:09 -04:00
|
|
|
"dependencies": {
|
2022-07-18 21:52:04 -04:00
|
|
|
"@pixi/app": "^6.4.2",
|
|
|
|
"@pixi/basis": "^6.4.2",
|
|
|
|
"@pixi/canvas-display": "^6.4.2",
|
|
|
|
"@pixi/canvas-extract": "^6.4.2",
|
|
|
|
"@pixi/canvas-renderer": "^6.4.2",
|
|
|
|
"@pixi/constants": "^6.4.2",
|
|
|
|
"@pixi/core": "^6.4.2",
|
|
|
|
"@pixi/display": "^6.4.2",
|
|
|
|
"@pixi/events": "^6.4.2",
|
|
|
|
"@pixi/extract": "^6.4.2",
|
2021-07-13 16:34:41 -04:00
|
|
|
"@pixi/filter-adjustment": "^4.1.3",
|
2022-07-18 21:52:04 -04:00
|
|
|
"@pixi/filter-alpha": "^6.4.2",
|
|
|
|
"@pixi/filter-color-matrix": "^6.4.2",
|
|
|
|
"@pixi/graphics": "^6.4.2",
|
|
|
|
"@pixi/graphics-extras": "^6.4.2",
|
|
|
|
"@pixi/interaction": "^6.4.2",
|
|
|
|
"@pixi/loaders": "^6.4.2",
|
|
|
|
"@pixi/math": "^6.4.2",
|
|
|
|
"@pixi/math-extras": "^6.4.2",
|
|
|
|
"@pixi/mixin-cache-as-bitmap": "^6.4.2",
|
|
|
|
"@pixi/mixin-get-child-by-name": "^6.4.2",
|
|
|
|
"@pixi/mixin-get-global-position": "^6.4.2",
|
|
|
|
"@pixi/polyfill": "^6.4.2",
|
|
|
|
"@pixi/runner": "^6.4.2",
|
|
|
|
"@pixi/settings": "^6.4.2",
|
|
|
|
"@pixi/sprite": "^6.4.2",
|
|
|
|
"@pixi/sprite-tiling": "^6.4.2",
|
|
|
|
"@pixi/spritesheet": "^6.4.2",
|
|
|
|
"@pixi/text": "^6.4.2",
|
|
|
|
"@pixi/ticker": "^6.4.2",
|
2021-10-31 15:38:56 -05:00
|
|
|
"@pixi/tilemap": "^3.2.2",
|
2022-07-18 21:52:04 -04:00
|
|
|
"@pixi/utils": "^6.4.2",
|
2022-04-10 02:58:13 -04:00
|
|
|
"gifuct-js": "^2.1.2",
|
|
|
|
"pako": "^2.0.4"
|
2021-03-16 22:02:09 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-02 19:12:39 -05:00
|
|
|
"@types/pako": "^1.0.3",
|
2022-07-18 21:52:04 -04:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
|
|
"@typescript-eslint/parser": "^5.30.7",
|
|
|
|
"eslint": "^8.20.0",
|
2021-12-25 22:25:24 -05:00
|
|
|
"tslib": "^2.3.1",
|
2021-12-08 06:48:46 -05:00
|
|
|
"typescript": "~4.4.4"
|
2021-03-16 22:02:09 -04:00
|
|
|
}
|
|
|
|
}
|