LANraragi_cn/package.json

55 lines
2.0 KiB
JSON
Raw Normal View History

2020-10-03 15:07:05 +08:00
{
2021-10-18 13:31:14 +08:00
"name": "lanraragi",
2022-12-03 17:50:16 +08:00
"version": "0.8.7",
"version_name": "外边",
2021-10-18 13:31:14 +08:00
"description": "我一世英名恐怕要毁在日本文化的影响下了!",
"scripts": {
"test": "prove -r -l -v tests/",
"lanraragi-installer": "perl ./tools/install.pl",
2022-08-16 00:10:20 +08:00
"lint": "eslint --ext .js public/",
2021-10-18 13:31:14 +08:00
"start": "perl ./script/launcher.pl -f ./script/lanraragi",
2022-12-03 17:50:16 +08:00
"dev-server": "perl ./script/launcher.pl -m -v ./script/lanraragi",
2021-10-18 13:31:14 +08:00
"docker-build": "docker build -t difegue/lanraragi -f ./tools/build/docker/Dockerfile .",
"critic": "perlcritic ./lib/* ./script/* ./tools/install.pl",
2022-12-03 17:50:16 +08:00
"backup-db": "perl ./script/backup",
"get-version": "perl -Mojo -E \"my \\$conf = j(f(qw(package.json))->slurp); say %\\$conf{version} .q/ - '/. %\\$conf{version_name} .q/'/ \""
2021-10-18 13:31:14 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/uparrows/LANraragi_cn.git"
},
2021-11-28 14:25:54 +08:00
"author": "dezhao",
2021-10-18 13:31:14 +08:00
"license": "MIT",
"bugs": {
"url": "https://github.com/uparrows/LANraragi_cn/issues"
},
"homepage": "https://github.com/uparrows/LANraragi_cn#readme",
"dependencies": {
2022-08-16 00:10:20 +08:00
"@fortawesome/fontawesome-free": "^5.15.4",
"@jcubic/tagger": "^0.4.2",
2021-10-18 13:31:14 +08:00
"allcollapsible": "^1.1.0",
"awesomplete": "^1.1.5",
2022-08-16 00:10:20 +08:00
"blueimp-file-upload": "^10.32.0",
"clsx": "^1.1.1",
"datatables.net": "^1.11.5",
"fscreen": "^1.2.0",
"inter-ui": "^3.19.3",
2021-10-18 13:31:14 +08:00
"jqcloud2": "^2.0.3",
"jquery": "^3.6.0",
"jquery-contextmenu": "^2.9.2",
2022-08-16 00:10:20 +08:00
"marked": "^4.0.14",
2021-10-18 13:31:14 +08:00
"open-sans-fontface": "^1.4.0",
2022-08-16 00:10:20 +08:00
"preact": "^10.7.1",
"react-toastify": "^9.0.0-rc-2",
2021-10-18 13:31:14 +08:00
"roboto-fontface": "^0.8.0",
2022-08-16 00:10:20 +08:00
"sweetalert2": "^11.4.10",
"swiper": "^8.1.4",
"tippy.js": "^6.3.7"
2021-10-18 13:31:14 +08:00
},
"devDependencies": {
2022-08-16 00:10:20 +08:00
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
2021-10-18 13:31:14 +08:00
}
2020-10-05 19:16:24 +08:00
}