Adjust deps

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-29 19:41:24 -08:00
parent 085e131b3d
commit 51bd80f697

View File

@ -2,7 +2,6 @@
"name": "engine", "name": "engine",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
@ -14,10 +13,12 @@
"@parcel/transformer-yaml": "^2.2.1", "@parcel/transformer-yaml": "^2.2.1",
"parcel": "^2.2.1", "parcel": "^2.2.1",
"parcel-reporter-static-files-copy": "^1.3.4", "parcel-reporter-static-files-copy": "^1.3.4",
"pixi.js": "^6.2.2",
"planck": "^1.0.0-alpha.3",
"typescript": "^4.5.5" "typescript": "^4.5.5"
}, },
"dependencies": {
"pixi.js": "^6.2.2",
"planck": "^1.0.0-alpha.3"
},
"staticFiles": { "staticFiles": {
"staticPath": "../Assets", "staticPath": "../Assets",
"staticOutPath": "Assets" "staticOutPath": "Assets"