-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 857 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
{
"name": "itDAGENE",
"version": "1.1.0",
"description": "itDAGENE",
"scripts": {
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/itdagene-ntnu/itdagene"
},
"keywords": [
"itDAGENE",
"students"
],
"author": "itDAGENE",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/itdagene-ntnu/itdagene/issues"
},
"homepage": "https://github.com/itdagene-ntnu/itdagene",
"dependencies": {
"admin-lte": "^3.0",
"bootstrap": "^4.5.0",
"bootstrap-chosen": "^1.4.2",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-table": "^1.20.2",
"chosen-js": "^1.8.7",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"jquery": "^3.5.1",
"moment": "^2.29.4",
"tablesorter": "^2.31.3"
},
"devDependencies": {
"fs-extra": "^9.0.0"
}
}