LANraragi_cn/package.json
2022-12-03 17:50:16 +08:00

55 lines
2.0 KiB
JSON

{
"name": "lanraragi",
"version": "0.8.7",
"version_name": "外边",
"description": "我一世英名恐怕要毁在日本文化的影响下了!",
"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",
"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 -Mojo -E \"my \\$conf = j(f(qw(package.json))->slurp); say %\\$conf{version} .q/ - '/. %\\$conf{version_name} .q/'/ \""
},
"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.15.4",
"@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",
"inter-ui": "^3.19.3",
"jqcloud2": "^2.0.3",
"jquery": "^3.6.0",
"jquery-contextmenu": "^2.9.2",
"marked": "^4.0.14",
"open-sans-fontface": "^1.4.0",
"preact": "^10.7.1",
"react-toastify": "^9.0.0-rc-2",
"roboto-fontface": "^0.8.0",
"sweetalert2": "^11.4.10",
"swiper": "^8.1.4",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}