Initial commit

This commit is contained in:
MiltonCandelero
2020-09-03 22:58:43 -03:00
commit 28901ad7c3
8 changed files with 7408 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"license": "",
"scripts": {
"start": "parcel serve src/index.html --open",
"build": "parcel build src/index.html"
},
"dependencies": {
"pixi.js": "^5.3.3"
},
"devDependencies": {
"parcel-bundler": "1.12.4",
"parcel-plugin-static-files-copy": "^2.5.0",
"typescript": "^4.0.2"
}
}