generated from LBHackney-IT/devops-github-template-repository
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.62 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": "lbh-webmap-template",
"type": "module",
"version": "2.0.0",
"description": "Our basic webmap",
"main": "./app/app.js",
"scripts": {
"start": "gulp dev",
"dev": "nodemon app/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LBHackney-IT/lbh-webmap-template.git"
},
"author": "Sandrine Balley ([email protected]), Marta Villalobos ([email protected]), Emma Lewis ([email protected])",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-pro": "^6.5.1",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/turf": "^6.5.0",
"babel-loader": "^9.1.3",
"classlist-polyfill": "^1.2.0",
"d3": "^7.9.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"geojson2h3": "^1.2.0",
"govuk-frontend": "^3.5.0",
"h3-js": "^4.1.0",
"iframe-resizer": "^4.2.10",
"jszip": "^3.10.1",
"lbh-frontend": "^2.0.0",
"leaflet": "^1.9.4",
"leaflet-control-custom": "^1.0.0",
"leaflet-control-window": "^1.0.0",
"leaflet-easybutton": "^2.4.0",
"leaflet-geometryutil": "^0.10.3",
"leaflet-gesture-handling": "^1.2.2",
"leaflet-panel-layers": "^1.3.1",
"leaflet-search": "^4.0.0",
"leaflet.awesome-markers": "^2.0.5",
"leaflet.markercluster": "^1.5.3",
"leaflet.vectorgrid": "^1.3.0",
"proj4leaflet": "^1.0.2",
"pubsub-js": "^1.9.4",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"autoprefixer": "^10.4.17",
"babel-eslint": "^10.1.0",
"cssnano": "^6.0.3",
"del": "^7.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"express": "^4.18.2",
"gulp": "^4.0.2",
"gulp-exec": "^5.0.0",
"gulp-filter": "^9.0.1",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-task-listing": "^1.1.1",
"nodemon": "^3.0.3",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.4.0",
"postcss-pseudo-classes": "^0.4.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"readable-stream": "^4.5.2",
"sass": "^1.70.0",
"sass-loader": "^14.1.1",
"sassdoc": "^2.7.4",
"style-loader": "^3.3.4",
"vinyl-named-with-path": "^1.0.0",
"vinyl-paths": "^5.0.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
}
}