-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "map-for-lumpies.git",
"version": "1.0.0",
"description": "map for lumpy people who want to live in a contry where you have food deliery choice",
"main": "main.js",
"dependencies": {
"colormap": "2.3.1",
"ol": "6.5.0",
"ol-hashed": "^2.0.0",
"ol-mapbox-style": "4.3.1"
},
"devDependencies": {
"copy-webpack-plugin": "5.0.2",
"css-loader": "2.1.1",
"eslint": "5.16.0",
"eslint-config-openlayers": "11.0.0",
"extract-text-webpack-plugin": "3.0.2",
"html-webpack-plugin": "3.2.0",
"kompas": "0.0.1",
"style-loader": "0.23.1",
"webpack": "4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "3.2.1"
},
"eslintConfig": {
"extends": "openlayers"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint",
"start": "webpack-dev-server --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qmolee/Map-for-Lumpies.git"
},
"keywords": [
"lumpies"
],
"author": "Qmo",
"license": "MIT",
"bugs": {
"url": "https://github.com/qmolee/Map-for-Lumpies/issues"
},
"homepage": "https://qmolee.github.io/Map-for-Lumpies#readme/"
}