forked from visgl/loaders.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.87 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
{
"name": "loaders.gl",
"description": "Framework-independent loaders for visualization, 3D graphics and geospatial formats",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/visgl/loaders.gl"
},
"keywords": [
"webgl",
"loader",
"3d",
"point cloud",
"GLB",
"OBJ",
"PLY",
"LAZ",
"PCD",
"KML"
],
"workspaces": [
"examples/website/textures",
"modules/*"
],
"scripts": {
"bootstrap": "yarn install-fast && ocular-bootstrap",
"install-fast": "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn",
"start": "echo 'Please see loaders.gl website for how to run examples' && open https://loaders.gl/docs",
"build": "ocular-clean && lerna run pre-build && ocular-build",
"build-workers": "lerna run pre-build",
"clean": "ocular-clean",
"cover": "ocular-test cover",
"lint": "tsc && ocular-lint",
"bump": "ocular-bump",
"publish": "ocular-publish",
"test": "ocular-test",
"metrics": "./scripts/metrics.sh && ocular-metrics",
"version": "yarn build",
"pre-commit": "yarn lint",
"pre-push": "ocular-test fast"
},
"devDependencies": {
"@luma.gl/core": "^8.3.0",
"@luma.gl/debug": "^8.3.0",
"@luma.gl/test-utils": "^8.3.0",
"@probe.gl/bench": "^3.3.0",
"@probe.gl/test-utils": "^3.3.1",
"babel-loader": "^8.0.6",
"core-js": "^3.2.1",
"coveralls": "^3.0.3",
"eslint-config-uber-jsx": "^3.3.3",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^7.19.0",
"ocular-dev-tools": "^0.3.0",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"reify": "^0.19.1",
"source-map-support": "^0.5.12",
"typescript": "^4.2.2"
},
"pre-commit": "pre-commit",
"pre-push": "pre-push",
"resolutions": {
"draco3d": "1.4.1"
},
"dependencies": {}
}