-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
{
"name": "webgl-map",
"version": "1.0.0",
"description": "",
"main": "index.js",
"module": "index.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kochis/webgl-map.git"
},
"keywords": [
"webgl",
"vector",
"map"
],
"author": "Craig Kochis",
"license": "ISC",
"bugs": {
"url": "https://github.com/kochis/webgl-map/issues"
},
"homepage": "https://github.com/kochis/webgl-map#readme",
"dependencies": {
"@mapbox/tilebelt": "^1.0.2",
"@mapbox/vector-tile": "^1.3.1",
"axios": "^0.27.2",
"earcut": "^2.2.4",
"gl-matrix": "^3.4.3",
"hammerjs": "^2.0.8",
"pbf": "^3.2.1",
"stats.js": "^0.17.0"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"core-js": "^3.24.1",
"rollup": "^2.77.3",
"rollup-plugin-babel": "^4.4.0"
}
}