-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.68 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
48
49
50
51
52
53
{
"name": "mapbox-gl-esri-sources",
"version": "0.0.7",
"description": "A module for making it easier to use Esri services in mapbox-gl or maplibre-gl.",
"main": "dist/mapbox-gl-esri-sources.js",
"module": "dist/mapbox-gl-esri-sources.esm.js",
"browser": "dist/mapbox-gl-esri-sources.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"build-docs": "cross-env NODE_ENV=production webpack --config docs/webpack.config.js --mode production --progress --hide-modules",
"dev": "cross-env webpack-dev-server --config docs/webpack.config.js --mode development --open --hot",
"prepublish": "npm run build"
},
"dependencies": {},
"devDependencies": {
"ant-design-vue": "^1.7.3",
"ava": "^1.0.1",
"benchmark": "^2.1.4",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"eslint": "^5.12.0",
"eslint-config-mourner": "^3.0.0",
"esm": "^3.0.84",
"file-loader": "^6.0.0",
"json-loader": "^0.5.7",
"load-json-file": "^5.1.0",
"mapbox-gl": "^2.15.0",
"maplibre-gl": "^3.3.0",
"remarkable": "^2.0.1",
"rollup": "^1.32.1",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-strip": "^1.2.1",
"rollup-plugin-terser": "^4.0.2",
"style-loader": "^2.0.0",
"vue": "^2.5.22",
"vue-loader": "^15.6.2",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.5.22",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"repository": {
"type": "git",
"url": "https://github.com/frontiersi/mapbox-gl-esri-sources"
},
"homepage": "https://frontiersi.github.io/mapbox-gl-esri-sources/",
"author": "Rowan Winsemius",
"license": "Apache-2.0"
}