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.
 
 

20 lines
355 B

{
"name": "pixi-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite --host"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"pixi.js": "^6.2.0",
"vite": "^2.6.14",
"vite-tsconfig-paths": "^3.3.17"
},
"devDependencies": {
"typescript": "^4.5.2"
}
}