build: add any scripts

This commit is contained in:
2024-05-27 11:09:02 +03:00
parent f6f729e8d4
commit 4319d66c61
8 changed files with 105 additions and 24 deletions

View File

@@ -1,24 +1,25 @@
{
"name": "tankz",
"version": "0.17.6",
"private": true,
"devDependencies": {
"dateformat": "^3.0.3",
"gulp": "^4.0.0",
"gulp-add": "0.0.2",
"gulp-clean": "^0.4.0",
"gulp-haxetool": "^0.1.9",
"yargs": "^13.2.4"
},
"haxeDependencies": {
"haxework": "1.3.0",
"lime": "8.0.0",
"openfl": "9.2.0",
"hxcpp": "4.2.1",
"protohx": "0.4.6",
"orm": "2.1.0",
"haxe-crypto": "0.0.8",
"svg": "1.1.3"
},
"haxe": "4.2.5"
"name": "tankz",
"version": "0.17.6",
"private": true,
"devDependencies": {
"dateformat": "^3.0.3",
"gulp": "^4.0.0",
"gulp-add": "0.0.2",
"gulp-clean": "^0.4.0",
"gulp-haxetool": "^0.1.9",
"yargs": "^13.2.4"
},
"haxeDependencies": {
"haxework": "1.3.0",
"lime": "8.0.0",
"openfl": "9.2.0",
"hxcpp": "4.2.1",
"protohx": "0.4.6",
"orm": "2.1.0",
"haxe-crypto": "0.0.8",
"svg": "1.1.3",
"formatter": "1.16.0"
},
"haxe": "4.2.5"
}