-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 816 Bytes
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
{
"name": "mapbox-deckgl-viewer",
"description": "A viewer to see how models will look in mapbox combined with deckgl ",
"author": "joshnice",
"scripts": {
"dev": "concurrently \"npm run dev -w @joshnice/map-deck-viewer\" \"npm run dev:standalone -w @joshnice/webdeckglb-site\"",
"e2e": "npm run e2e -w @joshnice/e2e",
"e2e:headed": "npm run e2e:headed -w @joshnice/e2e",
"e2e:ui": "npm run e2e:ui -w @joshnice/e2e",
"knip": "knip"
},
"workspaces": [
"./frontend",
"./map-deck-viewer",
"./e2e"
],
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@types/node": "^25.3.5",
"concurrently": "^9.2.1",
"knip": "^5.86.0",
"typescript": "^5.9.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.0.0",
"@rollup/rollup-win32-x64-msvc": "^4.0.0"
},
"license": "ISC"
}