-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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": "geoc-mapbox-gl-legend",
"version": "1.1.3",
"description": "基于mapboxgl样式,生成图例",
"main": "dist/mapbox-gl-legend.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack/webpack.config.js",
"start": "npm run dev",
"dev": "webpack-dev-server --config webpack/webpack.dev.config.js",
"doc": "jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "https://github.com/geocompass/geoc-mapbox-gl-legend"
},
"keywords": [
"mapboxgl legend",
"mapboxgl-legend",
"mapboxgl style legend",
"legend-mapboxgl"
],
"author": "LH",
"homepage": "https://github.com/geocompass/geoc-mapbox-gl-legend",
"license": "MIT",
"browser": {
"canvas": false,
"jsdom": false,
"jsdom/lib/jsdom/living/generated/utils": false,
"jsdom/lib/jsdom/utils": false
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-egg": "^8.0.1",
"jsdoc": "^3.6.4",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"fabric": "^3.6.3"
},
"optionalDependencies": {
"canvas": "^2.6.1",
"jsdom": "^16.2.2"
}
}