forked from Difegue/LANraragi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.68 KB
/
package.json
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
{
"name": "lanraragi",
"version": "0.8.3",
"version_name": "Nite Flights (Moodswings Back to Basics Mix)",
"description": "I'm under Japanese influence and my honor's at stake!",
"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/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",
"@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"
}
}