mirror of
https://github.com/uparrows/LANraragi_cn.git
synced 2025-01-09 04:27:28 +08:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "lanraragi",
|
|
"version": "0.7.7",
|
|
"version_name": "帕拉斯·雅典娜",
|
|
"description": "不要欺负文件监视器了,她已经尽最大努力了",
|
|
"scripts": {
|
|
"test": "prove -l -v tests/*.t",
|
|
"lanraragi-installer": "perl ./tools/install.pl",
|
|
"start": "perl ./script/launcher.pl -f ./script/lanraragi",
|
|
"dev-server": "perl ./script/launcher.pl -m -v ./script/lanraragi ",
|
|
"docker-build": "docker build -t difegue/lanraragi -f ./tools/build/docker/Dockerfile .",
|
|
"critic": "perlcritic ./lib/* ./script/* ./tools/install.pl",
|
|
"backup-db": "perl ./script/backup"
|
|
},
|
|
"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": "^5.13.0",
|
|
"allcollapsible": "^1.1.0",
|
|
"awesomplete": "^1.1.5",
|
|
"blueimp-file-upload": "^10.28.0",
|
|
"datatables": "^1.10.13",
|
|
"inter-ui": "^3.3.2",
|
|
"jqcloud2": "^2.0.3",
|
|
"jquery": "^3.2.1",
|
|
"jquery-contextmenu": "^2.8.0",
|
|
"jquery-migrate": "^3.0.1",
|
|
"jquery-toast-plugin": "^1.3.2",
|
|
"open-sans-fontface": "^1.4.0",
|
|
"qtip2": "^3.0.3",
|
|
"roboto-fontface": "^0.8.0"
|
|
}
|
|
}
|