-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 988 Bytes
/
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
{
"name": "nmp-frontend-libraries",
"version": "0.0.0",
"description": "Shared frontend libraries for NMP",
"type": "module",
"license": "MIT",
"scripts": {
"build": "npm run build --workspaces --if-present",
"copy": "npm run copy --workspaces --if-present",
"publish": "npm run eik:publish:ci --workspaces --if-present"
},
"workspaces": [
"packages/bridge",
"packages/braze",
"packages/react-18",
"packages/react-dom-18",
"packages/trackjs",
"packages/vue-3",
"packages/lit",
"packages/lit-2",
"packages/lit-3",
"packages/lit-element",
"packages/lit-html",
"packages/podium-browser",
"packages/lit-labs-ssr-client",
"packages/react-map-gl",
"packages/turf",
"packages/maplibre-gl"
],
"devDependencies": {
"@eik/cli": "3.1.12",
"@eik/esbuild-plugin": "1.1.48",
"browserslist": "4.24.3",
"browserslist-to-esbuild": "2.1.1",
"esbuild": "0.24.2",
"semver": "7.6.3"
}
}