-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 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
{
"name": "SCRef",
"version": "1.0.0",
"description": "Sensors@Ref",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config webpack.dev.js --mode development",
"build": "webpack --config webpack.config.js"
},
"homepage": "https://github.com/pjgueno/SCStations",
"keywords": [
"Reference",
"Sations"
],
"author": "pjgueno",
"license": "MIT",
"dependencies": {
"esri-leaflet": "^2.5.1",
"esri-leaflet-geocoder": "^2.3.3",
"geojson": "^0.5.0",
"leaflet": "^1.6.0",
"leaflet-geosearch": "^3.1.0",
"leaflet-hash": "^0.2.1",
"leaflet-mouse-position": "^1.2.0",
"lodash": "^4.17.20",
"whatwg-fetch": "^3.4.1"
},
"devDependencies": {
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.11.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pjgueno/SCStations.git"
}
}