-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 984 Bytes
/
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
{
"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.0",
"mio-midi": "1.0.0-beta.9",
"synth-wasm": "0.1.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}