mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
22 lines
431 B
JSON
22 lines
431 B
JSON
{
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "ocular start open",
|
|
"build": "ocular build",
|
|
"lint": "ocular lint"
|
|
},
|
|
"dependencies": {
|
|
"math.gl": ">=1.0.0-alpha.7",
|
|
"stats.js": "^0.17.0",
|
|
"d3-color": "^1.0.1",
|
|
"d3-request": "^1.0.5",
|
|
"d3-scale": "^1.0.6",
|
|
"d3-array": "^1.2.0",
|
|
"d3-random": "^1.1.0",
|
|
"tween.js": "^16.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"ocular": "^0.2.13"
|
|
}
|
|
}
|