-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 828 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@js-api-samples/map-drawing-terradraw",
"version": "1.0.0",
"description": "Basic sample for Terra Draw with Google Maps API.",
"scripts": {
"build": "tsc && bash ../jsfiddle.sh map-drawing-terradraw && bash ../app.sh map-drawing-terradraw && bash ../docs.sh map-drawing-terradraw && npm run build:vite --workspace=. && bash ../dist.sh map-drawing-terradraw",
"test": "tsc && npm run build:vite --workspace=.",
"start": "tsc && vite build --base './' && vite",
"build:vite": "vite build --base './'",
"preview": "vite preview"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.8",
"terra-draw": "latest",
"terra-draw-google-maps-adapter": "latest"
},
"devDependencies": {
"@types/google.maps": "latest",
"typescript": "^5.9.2",
"vite": "^7.1.2"
}
}