You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
446 B
23 lines
446 B
{
|
|
"name": "pixi-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@pixi/sound": "^4.3.0",
|
|
"@tweenjs/tween.js": "^18.6.4",
|
|
"pixi.js": "^6.5.3",
|
|
"vite": "^2.9.15",
|
|
"vite-tsconfig-paths": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.8.3"
|
|
}
|
|
}
|
|
|