-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "criticalmass",
"version": "0.1.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@fortawesome/fontawesome-pro": "^5.11.2",
"gulp": "^5.0.0",
"gulp-clean-css": "^2.4.0",
"gulp-concat": "^2.6.1",
"gulp-css-replace-url": "^0.2.4",
"gulp-flatten": "^0.4.0",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.1.0"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^3.4.1",
"bootstrap-sass": "^3.4.1",
"bootstrap-slider": "^10.6.2",
"chart.js": "^2.9.4",
"datatables": "^1.10.18",
"datatables.net": "^1.11.3",
"dateformat": "^3.0.3",
"dropzone": "^5.5.1",
"jquery": "^3.5.0",
"jquery-select-areas": "^0.1.0",
"leaflet": "^1.6.0",
"leaflet-extra-markers": "^1.1.0",
"leaflet-groupedlayercontrol": "^0.6.1",
"leaflet-sleep": "^0.5.1",
"leaflet.locatecontrol": "^0.68.0",
"leaflet.markercluster": "^1.4.1",
"node-sass": "^9.0.0",
"npm": "^8.19.2",
"polyline-encoded": "0.0.8",
"requirejs": "^2.3.7",
"typeahead.js": "^0.11.1"
}
}