-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "set-tool",
"version": "1.0.0",
"description": "1. Install system dependencies",
"main": "index.js",
"scripts": {
"test": "./manage.py test"
},
"repository": {
"type": "git",
"url": "https://git.fs.tum.de/fsmpi/set-tool"
},
"eslintConfig": {
"extends": [
"@paulhfischer/eslint-config-javascript"
],
"env": {
"browser": true,
"jquery": true
}
},
"prettier": "@paulhfischer/prettier-config",
"stylelint": {
"extends": [
"@paulhfischer/stylelint-config"
]
},
"author": "SET-Referat FSMPI",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.9.1",
"bootstrap-switch-button": "^1.1.0",
"choices.js": "^10.2.0",
"datatables.net": "^1.12.1",
"datatables.net-bs5": "^1.11.5",
"jquery": "^3.6.3"
}
}