-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "orchard_sitemap",
"version": "1.0.0",
"description": "Interactive webmap of Metford Road Community Orchard",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack serve --open --no-client-overlay-warnings",
"build": "webpack",
"sql-install": "cp node_modules/sql.js/dist/sql-wasm.wasm dist"
},
"keywords": [
"SLD",
"styling",
"OpenLayers",
"ol",
"QGIS",
"orchard"
],
"author": "Richard Thomas",
"license": "ISC",
"devDependencies": {
"crypto-browserify": "^3.12.0",
"css-loader": "^6.6.0",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"ol": "^6.12.0",
"ol-layerswitcher": "^3.8.3",
"ol-load-geopackage": "^1.0.2",
"ol-sld-styler": "^1.0.1",
"proj4": "^2.7.5"
}
}