-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.56 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
{
"type": "module",
"dependencies": {
"@babel/runtime": "^7.20.7",
"cross-fetch": "^3.1.5",
"ol": "^7.2.2",
"proj4": "^2.8.1",
"underscore": "^1.13.6"
},
"name": "suitability_geothermal_drilling_switzerland",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node test.js",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve",
"servedev": "webpack serve --mode=development",
"docs": "jsdoc2md src/SuitabilityGeothermalDrillingSwitzerland.js > docs/documentation.md"
},
"keywords": [],
"author": "Swiss Federal Office of Energy SFOE",
"license": "MIT",
"description": "SuitabilityGeothermalDrillingSwitzerland",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@webpack-cli/generators": "^3.0.1",
"babel-loader": "^9.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.0",
"jsdoc-to-markdown": "^8.0.0",
"jsdom": "^21.0.0",
"node-fetch": "^3.3.0",
"prettier": "^2.8.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"browser": {
"fs": false
}
}