-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 808 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
{
"name": "wayfarer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host localhost --port 5173",
"build": "vite build",
"test:e2e:trip-editor": "playwright test --config=playwright.config.ts",
"smoke:trip-editor:assets": "node tools/trip-editor-asset-smoke.mjs --mode=all",
"smoke:trip-editor:assets:dev": "node tools/trip-editor-asset-smoke.mjs --mode=development",
"smoke:trip-editor:assets:published": "node tools/trip-editor-asset-smoke.mjs --mode=published"
},
"dependencies": {
"@types/leaflet": "1.9.21",
"@vitejs/plugin-vue": "6.0.3",
"leaflet": "1.9.4",
"quill": "2.0.2",
"typescript": "5.9.3",
"vite": "7.3.3",
"vue": "3.5.34"
},
"devDependencies": {
"@playwright/test": "^1.59.1"
}
}