mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-25 14:08:58 +00:00
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"name": "luma.gl-monorepo",
|
|
"description": "WebGL2 Components for High Performance Rendering and Computation",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/visgl/luma.gl"
|
|
},
|
|
"keywords": [
|
|
"webgl",
|
|
"visualization",
|
|
"animation",
|
|
"3d"
|
|
],
|
|
"workspaces": [
|
|
"examples/*/*",
|
|
"modules/*"
|
|
],
|
|
"browser": {
|
|
"fs": false
|
|
},
|
|
"scripts": {
|
|
"bootstrap": "yarn && ocular-bootstrap",
|
|
"postinstall": "echo postinstall",
|
|
"start": "open https://luma.gl/docs/getting-started",
|
|
"clean": "ocular-clean",
|
|
"build": "ocular-build",
|
|
"cover": "ocular-test cover",
|
|
"lint": "ocular-lint",
|
|
"publish": "ocular-publish",
|
|
"version": "ocular-build webgl",
|
|
"test": "ocular-test",
|
|
"test-fast": "ocular-test fast",
|
|
"test-browser": "ocular-test browser",
|
|
"perf": "ocular-test perf-browser",
|
|
"bench": "ocular-test bench",
|
|
"bench-browser": "ocular-test bench-browser",
|
|
"metrics": "./scripts/metrics.sh && ocular-metrics"
|
|
},
|
|
"devDependencies": {
|
|
"@loaders.gl/core": "4.0.0-beta.7",
|
|
"@loaders.gl/gltf": "4.0.0-beta.7",
|
|
"@loaders.gl/polyfills": "4.0.0-beta.7",
|
|
"@probe.gl/bench": "^4.0.2",
|
|
"@probe.gl/stats": "^4.0.2",
|
|
"@probe.gl/stats-widget": "^4.0.2",
|
|
"@probe.gl/test-utils": "^4.0.2",
|
|
"@types/tape-promise": "^4.0.1 ",
|
|
"eslint-plugin-tree-shaking": "^1.9.2",
|
|
"math.gl": "^3.0.0",
|
|
"nyc": "^15.1.0",
|
|
"ocular-dev-tools": "2.0.0-alpha.23",
|
|
"pre-commit": "^1.2.2",
|
|
"pre-push": "^0.1.1",
|
|
"puppeteer": "^22.0.0"
|
|
},
|
|
"resolutions": {
|
|
"typescript": "^5.3.0",
|
|
"tsconfig-paths": "^3.9.0"
|
|
},
|
|
"pre-commit": [
|
|
"test-fast"
|
|
],
|
|
"dependencies": {
|
|
"@types/offscreencanvas": "^2019.6.4"
|
|
},
|
|
"volta": {
|
|
"node": "18.19.1",
|
|
"yarn": "4.1.0"
|
|
}
|
|
}
|