adventureland-gui
Version:
Basic UI for headless AdventureLand clients
71 lines (70 loc) • 2.69 kB
JSON
{
"name": "adventureland-gui",
"version": "0.1.5",
"description": "Basic UI for headless AdventureLand clients",
"main": "build/alui/index.js",
"files": [
"build/**/*",
"package.json",
"README.md"
],
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && tsc && copyfiles --up 1 source/definitions/*.d.ts build",
"clean": "rimraf build/*",
"updateReqs": "npm i @pixi/layers@latest @types/express@latest axios@latest express@latest pixi.js@latest pixi-viewport@latest socket.io@latest socket.io-client@latest",
"updateDevs": "npm i --save-dev @typescript-eslint/eslint-plugin@latest @typescript-eslint/parser@latest alclient@latest copy-webpack-plugin@latest copyfiles@latest css-loader@latest eslint@latest file-loader@latest html-inline-css-webpack-plugin@latest html-webpack-plugin@latest mini-css-extract-plugin@latest rimraf@latest ts-loader@latest typescript@latest url-loader@latest webpack@latest webpack-cdn-plugin@latest webpack-cli@latest webpack-dev-server@latest",
"update": "npm run updateReqs && npm run updateDevs",
"prepare": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StormSurge95/ALUI.git"
},
"keywords": [
"adventureland",
"alui",
"adventure",
"land",
"node",
"typescript",
"gui",
"alclient",
"algui"
],
"author": "Storm Cassidy",
"license": "GPL-3.0-or-later",
"dependencies": {
"@pixi/layers": "^1.0.11",
"@types/express": "^4.17.13",
"axios": "^0.27.2",
"express": "^4.18.1",
"pixi-viewport": "^4.35.0",
"pixi-webfont-loader": "^1.0.2",
"pixi.js": "^6.5.1",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"alclient": "^0.15.23",
"copy-webpack-plugin": "^11.0.0",
"copyfiles": "^2.4.1",
"css-loader": "^6.7.1",
"eslint": "^8.22.0",
"file-loader": "^6.2.0",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"rimraf": "^3.0.2",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cdn-plugin": "^3.3.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
}
}