Files
(jenkins) bd9e92f304
Tests / frontend-test (pull_request) Has been cancelled
Tests / e2e-test (pull_request) Has been cancelled
Tests / backend-test (pull_request) Has been cancelled
Configure Playwright for headless CI and add Gitea workflow with container support
2026-03-17 00:29:39 +00:00

41 lines
879 B
JSON

{
"name": "line-of-sight-frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"@turf/turf": "^7.3.4",
"axios": "^1.7.9",
"maplibre-gl": "^5.20.1",
"react": "^19.2.1",
"react-dom": "^19.2.1"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.1.0",
"@vitejs/plugin-react": "^4.3.0",
"happy-dom": "^20.8.4",
"vite": "^6.0.0",
"vitest": "^3.0.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:e2e": "playwright test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}