55 lines
2.1 KiB
JSON
55 lines
2.1 KiB
JSON
{
|
|
"name": "lanraragi",
|
|
"version": "0.9.10",
|
|
"version_name": "Dead Man Walking",
|
|
"description": "I'm under Japanese influence and my honor's at stake!",
|
|
"scripts": {
|
|
"test": "prove -r -l -v tests/",
|
|
"lanraragi-installer": "perl ./tools/install.pl",
|
|
"lint": "eslint --ext .js public/",
|
|
"start": "perl ./script/launcher.pl -f ./script/lanraragi",
|
|
"dev-server": "perl ./script/launcher.pl -m -v ./script/lanraragi",
|
|
"dev-server-verbose": "export LRR_DEVSERVER=1 && perl ./script/launcher.pl -m -v ./script/lanraragi",
|
|
"kill-workers": "(kill -15 `cat ./public/temp/shinobu.pid-s6` || true) && (kill -15 `cat ./public/temp/minion.pid-s6` || true) && (pkill -9 -f ./script/lanraragi || true)",
|
|
"docker-build": "docker build -t difegue/lanraragi -f ./tools/build/docker/Dockerfile .",
|
|
"critic": "perlcritic ./lib/* ./script/* ./tools/install.pl",
|
|
"backup-db": "perl ./script/backup",
|
|
"get-version": "perl ./script/get_version"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Difegue/LANraragi.git"
|
|
},
|
|
"author": "dfug",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Difegue/LANraragi/issues"
|
|
},
|
|
"homepage": "https://github.com/Difegue/LANraragi#readme",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.2.1",
|
|
"@jcubic/tagger": "^0.4.2",
|
|
"allcollapsible": "^1.1.0",
|
|
"awesomplete": "^1.1.5",
|
|
"blueimp-file-upload": "^10.32.0",
|
|
"clsx": "^1.1.1",
|
|
"datatables.net": "^1.11.5",
|
|
"fscreen": "^1.2.0",
|
|
"geist": "^1.0.0",
|
|
"inter-ui": "^3.19.3",
|
|
"jqcloud2": "^2.0.3",
|
|
"jquery": "^3.6.0",
|
|
"jquery-contextmenu": "^2.9.2",
|
|
"marked": "^4.0.14",
|
|
"preact": "^10.7.1",
|
|
"react-toastify": "^9.0.0-rc-2",
|
|
"sweetalert2": "^11.6.14",
|
|
"swiper": "^8.4.5",
|
|
"tippy.js": "^6.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.26.0"
|
|
}
|
|
} |