-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 992 Bytes
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
{
"name": "doujinsoft",
"scripts": {
"install-front": "./tools/install-front.sh",
"lint": "eslint --ext .js WebContent/js/",
"dev-server": "./tools/dev-server.sh",
"docker-build": "docker build -t difegue/doujinsoft -f ./Docker/Dockerfile ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Difegue/DoujinSoft.git"
},
"author": "dfug",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/Difegue/DoujinSoft/issues"
},
"homepage": "https://github.com/Difegue/DoujinSoft#readme",
"dependencies": {
"@materializecss/materialize": "^1.1.0",
"animate.css": "^4.1.1",
"bg-sound": "^2.0.0",
"blueimp-file-upload": "^10.32.0",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"mio-player": "1.1.1",
"mio-midi": "1.0.0-beta.9",
"wahdio": "0.2.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^4.0.0",
"eslint": "^10.1.0",
"globals": "16.5.0"
}
}