graphic-pixi/package.json

37 lines
936 B
JSON
Raw Normal View History

{
"name": "graphic-pixi",
"version": "0.0.1",
"description": "基于pixijs的图形应用、绘制应用框架",
"productName": "Graphic-pixi",
"author": "walker <shengxuqiang@joylink.club>",
"private": true,
2023-12-12 15:29:52 +08:00
"type": "module",
2023-12-13 14:26:31 +08:00
"main": "lib/index.js",
"scripts": {
2023-12-12 15:29:52 +08:00
"build": "rollup -c rollup.config.ts --configPlugin typescript"
},
"dependencies": {
2023-12-13 10:39:56 +08:00
"@pixi/graphics-extras": "^7.3.2",
2023-12-12 15:29:52 +08:00
"@pixi/utils": "^7.3.2",
"@stomp/stompjs": "^7.0.0",
2023-12-12 15:29:52 +08:00
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"mqtt": "^5.2.1",
"pixi-viewport": "^5.0.1",
2023-12-12 15:29:52 +08:00
"pixi.js": "^7.3.2"
},
"devDependencies": {
2023-12-12 15:29:52 +08:00
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^12.20.21",
2023-12-12 15:29:52 +08:00
"prettier": "^3.1.1",
"rollup": "^4.8.0",
"typescript": "^5.3.3"
},
"engines": {
2023-12-12 15:29:52 +08:00
"node": ">= 14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}