-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 976 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
36
37
38
39
40
{
"name": "rallyetool",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./manage.py test"
},
"repository": {
"type": "git",
"url": "https://github.com/FSTUM/rallyetool-v2"
},
"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": "MIT",
"dependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.9.1",
"choices.js": "^10.2.0",
"datatables.net": "^1.13.10",
"datatables.net-bs5": "^1.12.1",
"jquery": "^3.7.1",
"maplibre-gl": "^2.4.0"
}
}