Compare commits
2 Commits
1.0.0
...
75e915554b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75e915554b | ||
|
|
a63f2ade2e |
42
package.json
42
package.json
@@ -18,37 +18,37 @@
|
||||
"format": "prettier --write src/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@tailwindcss/vite": "^4.3.0",
|
||||
"@vue-leaflet/vue-leaflet": "^0.10.1",
|
||||
"leaflet": "^1.9.4",
|
||||
"pinia": "^3.0.4",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"vue": "^3.5.28",
|
||||
"tailwindcss": "^4.3.0",
|
||||
"vue": "^3.5.35",
|
||||
"vue-leaflet-markercluster": "^0.6.1",
|
||||
"vue-router": "^5.0.2"
|
||||
"vue-router": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-oxc": "^0.1.3",
|
||||
"@prettier/plugin-oxc": "^0.1.4",
|
||||
"@tsconfig/node22": "^22.0.5",
|
||||
"@types/leaflet": "^1.9.21",
|
||||
"@types/node": "^25.2.3",
|
||||
"@vitejs/plugin-vue": "^6.0.4",
|
||||
"@types/node": "^25.9.1",
|
||||
"@vitejs/plugin-vue": "^6.0.7",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^14.6.0",
|
||||
"@vue/tsconfig": "^0.8.1",
|
||||
"@vue/eslint-config-typescript": "^14.8.0",
|
||||
"@vue/tsconfig": "^0.9.1",
|
||||
"clsx": "^2.1.1",
|
||||
"eslint": "^10.0.0",
|
||||
"eslint-plugin-oxlint": "~1.46.0",
|
||||
"eslint-plugin-vue": "~10.8.0",
|
||||
"jiti": "^2.6.1",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"oxlint": "~1.47.0",
|
||||
"prettier": "3.8.1",
|
||||
"sass-embedded": "^1.97.3",
|
||||
"tailwind-merge": "^3.4.1",
|
||||
"typescript": "~5.9.3",
|
||||
"eslint": "^10.4.1",
|
||||
"eslint-plugin-oxlint": "~1.68.0",
|
||||
"eslint-plugin-vue": "~10.9.2",
|
||||
"jiti": "^2.7.0",
|
||||
"npm-run-all2": "^9.0.1",
|
||||
"oxlint": "~1.68.0",
|
||||
"prettier": "3.8.3",
|
||||
"sass-embedded": "^1.100.0",
|
||||
"tailwind-merge": "^3.6.0",
|
||||
"typescript": "~6.0.3",
|
||||
"vite": "npm:rolldown-vite@^7.3.1",
|
||||
"vite-plugin-vue-devtools": "^8.0.6",
|
||||
"vue-tsc": "^3.2.4"
|
||||
"vite-plugin-vue-devtools": "^8.1.2",
|
||||
"vue-tsc": "^3.3.3"
|
||||
}
|
||||
}
|
||||
2772
pnpm-lock.yaml
generated
2772
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,2 +1,3 @@
|
||||
onlyBuiltDependencies:
|
||||
- '@parcel/watcher'
|
||||
- '@tailwindcss/oxide'
|
||||
|
||||
@@ -213,6 +213,18 @@ const markers: ReviewMarker[] = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Le PAB - Penn Ar Batz",
|
||||
coords: [48.74482870759872, -4.01035568088185],
|
||||
type: "restaurant",
|
||||
food: "mixed",
|
||||
reviews: [
|
||||
{
|
||||
grade: 4.3,
|
||||
text: "Très bonne surprise ; un curry au poulet très bien travaillé et un lieu bien situé."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Fringale",
|
||||
coords: [48.01905889927451, -2.171397985096437],
|
||||
@@ -796,6 +808,18 @@ const markers: ReviewMarker[] = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hanami Ramen",
|
||||
coords: [48.10890045994239, -1.67939103014055],
|
||||
type: "restaurant",
|
||||
food: "asian",
|
||||
reviews: [
|
||||
{
|
||||
grade: 3.7,
|
||||
text: "Un ramen qualitatif et avec un bon rapport qualité-prix."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "La Tête enfarinée",
|
||||
coords: [48.11105155759505, -1.6783913363236944],
|
||||
|
||||
Reference in New Issue
Block a user