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.
26 lines
530 B
26 lines
530 B
{
|
|
"name": "pixi-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"check": "taze major",
|
|
"dev": "vite --host",
|
|
"build": "vite build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@pixi/sound": "^6.0.1",
|
|
"@pixi/ui": "^2.1.2",
|
|
"@tweenjs/tween.js": "^25.0.0",
|
|
"pixi.js": "^8.2.5",
|
|
"vite": "^5.3.5",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@pixi/devtools": "^2.0.1",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|
|
|