-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
izure
committed
Jun 30, 2021
1 parent
eb01d06
commit bdc7104
Showing
5 changed files
with
578 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "@eriengine/plugin-inventory", | ||
"version": "1.0.0", | ||
"description": "Inventory system plugin for Phaser 3", | ||
"main": "dist/inventory/src/eriengine-core-plugin-inventory.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack" | ||
}, | ||
"author": "izure <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-typescript": "^7.12.7", | ||
"@types/easystarjs": "0.3.1", | ||
"@zerollup/ts-transform-paths": "1.7.18", | ||
"babel-loader": "^8.2.2", | ||
"phaser": "^3.54.0", | ||
"ts-loader": "^8.0.7", | ||
"typescript": "^4.0.5", | ||
"webpack": "^5.8.0", | ||
"webpack-cli": "^4.2.0" | ||
}, | ||
"peerDependencies": { | ||
"phaser": "^3.54.0" | ||
} | ||
} |
Oops, something went wrong.