-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.76 KB
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
{
"name": "react-map-gl-monorepo",
"description": "React components for MapLibre GL JS and Mapbox GL JS",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/visgl/react-map-gl.git"
},
"license": "MIT",
"type": "module",
"workspaces": [
"modules/*"
],
"scripts": {
"bootstrap": "yarn && ocular-bootstrap && npm run build",
"build": "ocular-clean && ocular-build",
"cover": "ocular-test headless --coverage",
"lint": "ocular-lint",
"playwright:install": "playwright install chromium",
"publish-beta": "ocular-publish version-only-beta",
"publish-prod": "ocular-publish version-only-prod",
"test": "ocular-test node headless",
"test-browser": "ocular-test browser",
"test-fast": "ocular-build && ocular-test node",
"test-headless": "ocular-test headless",
"test-node": "ocular-test node",
"metrics": "ocular-metrics",
"update-release-branch": "scripts/update-release-branch.sh"
},
"devDependencies": {
"@types/geojson": "^7946.0.8",
"@types/node": "^22.12.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vis.gl/dev-tools": "2.0.0-alpha.6",
"@vis.gl/ts-plugins": "2.0.0-alpha.6",
"@vitest/coverage-v8": "^4.0.18",
"jsdom": "^16.0.0",
"mapbox-gl-v1": "npm:mapbox-gl@1.13.0",
"mapbox-gl-v3": "npm:mapbox-gl@3.9.0",
"playwright": "^1.58.0",
"pre-commit": "^1.2.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"vitest": "^4.0.18"
},
"pre-commit": [
"test-fast"
],
"dependenciesMeta": {
"esbuild": {
"built": true
}
},
"packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697"
}