forked from farmOS/farmOS-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 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
{
"name": "farmOS-map",
"version": "1.3.0",
"description": "OpenLayers map used in farmOS.",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/farmOS/farmOS-map.git"
},
"scripts": {
"lint": "eslint src",
"build": "npm run lint && webpack --config webpack.config.js --mode production",
"dev": "webpack-dev-server --host 0.0.0.0 --inline --progress --config webpack.config.js --mode development"
},
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.6.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"style-loader": "^0.23.1",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"ol": "^6.4.0",
"ol-geocoder": "^4.0.0",
"ol-grid": "git://github.com/symbioquine/ol-grid.git#v1.1.2",
"ol-layerswitcher": "^3.6.0",
"ol-popup": "^4.0.0",
"olgm": "github:mstenta/ol3-google-maps#farmOS-map"
}
}