File size: 1,847 Bytes
9954ac1 b8aa611 9954ac1 1454aed 9954ac1 790efae 9fdcfb3 4b31a4d 52cfa0b 1022445 8893388 9954ac1 f29e0d0 c87f9e7 9954ac1 d39d851 7b75597 9954ac1 fc6d805 4b31a4d 93070a5 9fdcfb3 d39d851 7b75597 f29e0d0 9fdcfb3 790efae 3d3058a 1022445 b7d7de4 790efae b7d7de4 93070a5 4b31a4d 790efae 1454aed 9fdcfb3 52cfa0b 9954ac1 | 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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | {
"name": "samgis-fe",
"private": true,
"scripts": {
"dev": "vite",
"build": "rm -rf dist && vite build && pnpm tailwindcss -i src/input.css -o dist/output.css",
"preview": "vite preview --port 5173",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:html_report": "vitest run --coverage && vite preview --outDir coverage",
"test:mutate": "stryker run",
"test:e2e": "playwright test --workers 1",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern .gitignore",
"build:tailwindcss": "pnpm dlx @tailwindcss/cli -i src/input.css -o dist/output.css"
},
"type": "module",
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.19.2",
"driver.js": "^1.4.0",
"leaflet": "^1.9.4",
"leaflet-providers": "^3.0.0",
"vue": "^3.5.28"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@stryker-mutator/core": "^9.5.1",
"@stryker-mutator/vitest-runner": "^9.5.1",
"@tailwindcss/cli": "^4.1.18",
"@tsconfig/node24": "^24.0.4",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.2.3",
"@vitejs/plugin-vue": "^6.0.4",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.8.1",
"eslint": "^10.0.0",
"eslint-plugin-vue": "^10.7.0",
"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild",
"snyk"
],
"onlyBuiltDependencies": [
"snyk"
]
},
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8"
}
|