Initial commit
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user