forked from visgl/luma.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.57 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "luma.gl",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"private": "true",
"contributors": [
"Ib Green <[email protected]>",
"Nicolas Belmonte <[email protected]>",
"Rye Terrell <[email protected]",
"Shan He <[email protected]>",
"Mikola Lysenko <[email protected]",
"Wesam Manassra <[email protected]>",
"Shaojing Li <[email protected]>",
"Ravi Akenapalli <[email protected]>",
"Xiaoji Chen <[email protected]>",
"Jian Huang <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/uber/luma.gl"
},
"keywords": [
"webgl",
"visualization",
"animation",
"3d"
],
"workspaces": [
"modules/*"
],
"browser": {
"fs": false
},
"scripts": {
"bootstrap": "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn && ocular-bootstrap",
"start": "echo 'Please see luma.gl website for how to run examples' && open https://luma.gl/#/documentation/developer-guide/examples",
"clean": "ocular-clean",
"build": "ocular-clean && lerna run pre-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": "^2.1.1",
"@loaders.gl/gltf": "^2.1.1",
"@loaders.gl/polyfills": "^2.1.1",
"@probe.gl/bench": "^3.2.1",
"@probe.gl/stats-widget": "^3.2.1",
"@probe.gl/test-utils": "^3.2.1",
"babel-loader": "^8.0.0",
"babel-plugin-inline-webgl-constants": "^1.0.0",
"babel-plugin-remove-glsl-comments": "^1.0.0",
"core-js": "^3.5.0",
"coveralls": "^3.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-luma-gl-custom-rules": "file:./dev-modules/eslint-plugin-luma-gl-custom-rules",
"eslint-plugin-tree-shaking": "^1.7.3",
"gl": "^4.2.2",
"mapbox-gl": "^1.2.1",
"mjolnir.js": "^2.1.2",
"mkdirp": "^0.5.1",
"npm-normalize-package-bin": "^1.0.0",
"ocular-dev-tools": "0.0.29",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"raw-loader": "^0.5.1",
"reify": "^0.18.1",
"source-map-support": "^0.4.2",
"tape-promise": "^1.1.0",
"@turf/boolean-within": "^6.0.1",
"@turf/helpers": "^6.1.4"
},
"pre-commit": [
"test-fast"
]
}