-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
65 lines (65 loc) · 1.79 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@agdsn/pycroft",
"version": "0.1.0",
"description": "AG DSN user management software",
"main": "js/main.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/agdsn/pycroft.git"
},
"author": "The Pycroft Authors (See AUTHORS files)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/agdsn/pycroft/issues"
},
"homepage": "https://github.com/agdsn/pycroft#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.9.2",
"apexcharts": "^3.49.0",
"bootstrap": "^5.3.1",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-datepicker": "^1.7.1",
"bootstrap-table": "^1.20.2",
"bytes-formatter": "^21.6.12",
"core-js": "^3.22.6",
"crossfilter": "^1.3.12",
"d3": "^7.9.0",
"dc": "^4.0.5",
"javascript-time-ago": "^2.5.3",
"jquery": "^3.3.1",
"matchheight": "^0.1.2",
"moment": "^2.29.4",
"regenerator-runtime": "^0.13.5",
"typeahead.js": "^0.11.1",
"underscore": "^1.12.1",
"url-polyfill": "^1.0.13"
},
"engines": {
"yarn": "YARN NO LONGER USED - use npm instead."
},
"devDependencies": {
"@babel/preset-env": "^7.24.3",
"@babel/register": "^7.10.3",
"@types/bootstrap": "^5.0.16",
"@types/bootstrap-3-typeahead": "^4.0.3",
"@types/jquery": "^3.5.5",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"autocomplete.js": "^0.38.1",
"esbuild": "^0.20.2",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-summary": "^0.0.2",
"eslint": "^8.16.0",
"typescript": "^4.1.3"
},
"scripts": {
"bundle": "./bundle.ts",
"bundle-watch": "./bundle.ts --watch"
},
"trustedDependencies": [
"@fortawesome/fontawesome-free",
"core-js",
"esbuild"
]
}