-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.68 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "dpnk-static",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "less-watch-compiler frontend/less build/css --run-once",
"build:ts": "npx webpack --mode='production'",
"build": "npm run build:css & npm run build:ts",
"watch": "npx webpack --watch & less-watch-compiler frontend/less build/css"
},
"author": "Auto-mat z.s.",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/jquery.are-you-sure": "0.0.29",
"@types/jquery.validation": "^1.16.7",
"less": "^3.11.1",
"less-watch-compiler": "^1.16.3",
"typescript": "^3.9.10",
"vue-loader": "^15.9.8",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.12.1",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@types/bootstrap": "^4.6.2",
"@types/dropzone": "^5.7.4",
"@types/fullcalendar": "^3.8.0",
"@types/leaflet": "^1.7.9",
"@types/leaflet-draw": "^1.0.5",
"@types/leaflet-gpx": "^1.3.3",
"@types/leaflet.awesome-markers": "^2.0.25",
"@types/timeago": "^1.6.0",
"@vue/component-compiler-utils": "^3.3.0",
"awesome-typescript-loader": "^5.2.1",
"bootstrap": "^4.6.1",
"bootstrap-social": "~5.1.1",
"bootstrap-vue": "^2.22.0",
"compression-webpack-plugin": "^9.2.0",
"css-loader": "^3.5.2",
"csv.js": "^1.0.7",
"d3": "3.5.17",
"datatables.net": "^1.11.5",
"datatables.net-bs4": "^1.11.5",
"datatables.net-buttons": "^1.6.2",
"dropzone": "^5.7.2",
"file-loader": "^6.0.0",
"http-server": "^14.1.0",
"jquery": "^3.6.0",
"jquery-editable-select": "^2.2.5",
"jquery-form": "^4.2.2",
"jquery-ui": "^1.13.1",
"jquery-ui-dist": "^1.13.1",
"jquery.are-you-sure": "^1.9.0",
"leaflet": "^1.8.0",
"leaflet-draw": "^1.0.4",
"leaflet-draw-locales": "^1.1.5",
"leaflet-gpx": "git+https://github.com/mpetazzoni/leaflet-gpx.git",
"leaflet-toolbar": "^0.4.0-alpha.2",
"leaflet.awesome-markers": "^2.0.5",
"less-loader": "^9.1.0",
"lightbox2": "^2.8.2",
"localized-strings": "^0.2.4",
"npm-remote-ls": "^1.2.1",
"nvd3": "1.7.1",
"style-loader": "^1.1.3",
"timeago": "^1.6.7",
"ts-loader": "^6.2.1",
"ts-polyfill": "^3.8.2",
"vue": "^2.6.14",
"vue-round-filter": "^1.1.2",
"vue-router": "2.8",
"webpack": "^5.72.0",
"yarn": "^1.22.18"
},
"resolutions": {
"extsprintf": "1.3.0"
}
}