LANraragi_cn/package.json
2022-01-16 12:05:12 +08:00

49 lines
1.7 KiB
JSON

{
"name": "lanraragi",
"version": "0.8.4",
"version_name": "真正的酷世界",
"description": "我一世英名恐怕要毁在日本文化的影响下了!",
"scripts": {
"test": "prove -r -l -v tests/",
"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/uparrows/LANraragi_cn.git"
},
"author": "dezhao",
"license": "MIT",
"bugs": {
"url": "https://github.com/uparrows/LANraragi_cn/issues"
},
"homepage": "https://github.com/uparrows/LANraragi_cn#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@jcubic/tagger": "^0.4.0",
"allcollapsible": "^1.1.0",
"awesomplete": "^1.1.5",
"blueimp-file-upload": "^10.28.0",
"datatables.net": "^1.10.25",
"inter-ui": "^3.3.2",
"jqcloud2": "^2.0.3",
"jquery": "^3.6.0",
"jquery-contextmenu": "^2.9.2",
"jquery-toast-plugin": "^1.3.2",
"marked": "^3.0.4",
"open-sans-fontface": "^1.4.0",
"roboto-fontface": "^0.8.0",
"swiper": "^7.2.0",
"tippy.js": "^6.3.1"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}