-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 948 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 948 Bytes
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
{
"name": "skredview",
"version": "0.1.0",
"description": "Visualises satellite-borne remote avalanche detections in Norway.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config webpack.config.js --mode development",
"build": "webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/widforss/skredview.git"
},
"author": "Aron Widforss (arwi@nve.no)",
"license": "MIT",
"bugs": {
"url": "https://github.com/widforss/skredview/issues"
},
"homepage": "https://github.com/widforss/skredview#readme",
"dependencies": {
"@turf/turf": "^6.5.0",
"@types/proj4": "^2.5.2",
"highcharts": "^11.1.0",
"ol": "^8.1.0",
"ol-layerswitcher": "^4.1.1",
"proj4": "^2.9.0",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}