forked from Difegue/LANraragi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.61 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "lanraragi",
"version": "0.9.81",
"version_name": "Atomica",
"description": "I'm under Japanese influence and my honor's at stake!",
"devEngines": {
"runtime": {
"name": "node"
}
},
"scripts": {
"test": "prove -r -l -v tests/",
"lanraragi-installer": "perl ./tools/install.pl",
"lint": "eslint public/",
"lint-openapi": "redocly lint tools/openapi.yaml --config=redocly.yml",
"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 ./temp/shinobu.pid-s6` || true) && (kill -15 `cat ./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",
"tidy": "find . -name '*.pl' -o -name '*.pm' | xargs perltidy -b -bext='/'"
},
"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.7.2",
"@jcubic/tagger": "0.4.2",
"@preact/signals": "^2.9.2",
"allcollapsible": "1.1.0",
"awesomplete": "1.1.5",
"blueimp-file-upload": "10.32.0",
"clipboard": "2.0.11",
"clsx": "1.1.1",
"datatables.net": "1.11.5",
"dompurify": "^3.4.11",
"eslint-plugin-import-x": "^4.17.1",
"fscreen": "1.2.0",
"geist": "1.0.0",
"htm": "^3.1.1",
"inter-ui": "3.19.3",
"jqcloud2": "2.0.3",
"jquery": "3.6.0",
"jquery-contextmenu": "2.9.2",
"marked": "^18.0.4",
"preact": "^10.29.2",
"raty-js": "^4.3.0",
"react-toastify": "9.0.0-rc-2",
"sortablejs": "1.15.6",
"sweetalert2": "11.22.4",
"swiper": "^14.0.2",
"tippy.js": "6.3.7"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@redocly/cli": "^2.37.0",
"@stylistic/eslint-plugin": "^4.0.0",
"esbuild": "^0.28.1",
"eslint": "^10.6.0",
"globals": "16.5.0"
}
}