-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update config and dependencies, improve prettier ignore rules,…
… and add new location data
- Loading branch information
Showing
8 changed files
with
1,688 additions
and
1,572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'porfolio-monalisa': patch | ||
--- | ||
|
||
chore: update config and dependencies, improve prettier ignore rules, and add new location data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"node": "^20.15.0 || ^22.11.0", | ||
"pnpm": "^9.15.0" | ||
}, | ||
"packageManager": "[email protected].3", | ||
"packageManager": "[email protected].4", | ||
"scripts": { | ||
"prepare": "husky || true", | ||
"postinstall": "nuxt prepare", | ||
|
@@ -37,19 +37,20 @@ | |
"dependencies": { | ||
"@dicebear/collection": "^9.2.2", | ||
"@dicebear/core": "^9.2.2", | ||
"@nuxt/eslint": "^0.7.4", | ||
"@nuxt/eslint": "^0.7.5", | ||
"@nuxt/fonts": "^0.10.3", | ||
"@nuxt/image": "^1.9.0", | ||
"@nuxt/scripts": "^0.9.5", | ||
"@nuxt/test-utils": "^3.15.1", | ||
"@nuxt/test-utils": "^3.15.4", | ||
"@nuxtjs/color-mode": "^3.5.2", | ||
"@nuxtjs/seo": "^2.0.2", | ||
"@nuxtjs/tailwindcss": "^6.12.2", | ||
"@nuxtjs/seo": "^2.1.0", | ||
"@nuxtjs/tailwindcss": "^6.13.1", | ||
"@vite-pwa/nuxt": "^0.10.6", | ||
"@vueuse/core": "^12.3.0", | ||
"@vueuse/nuxt": "^12.3.0", | ||
"@vueuse/core": "^12.5.0", | ||
"@vueuse/nuxt": "^12.5.0", | ||
"confbox": "^0.1.8", | ||
"nuxt": "^3.15.1", | ||
"eslint": "^9.18.0", | ||
"nuxt": "^3.15.2", | ||
"nuxt-icons": "^3.2.1", | ||
"nuxt-splide": "^1.1.1", | ||
"vue": "latest", | ||
|
@@ -62,7 +63,7 @@ | |
"@commitlint/config-conventional": "^19.6.0", | ||
"husky": "^9.1.7", | ||
"prettier": "^3.4.2", | ||
"prettier-plugin-tailwindcss": "^0.6.9", | ||
"prettier-plugin-tailwindcss": "^0.6.10", | ||
"typescript": "^5.7.3", | ||
"untun": "^0.1.3" | ||
} | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,21 +13,21 @@ | |
phone: '8100075411' | ||
website: https://www.nibsindia.org/ | ||
|
||
- id: '2' | ||
image: location-2 | ||
name: Calcutta Pavlov Hospital | ||
address: 18, Gobra Rd, Seal Lane, Beniapukur, Kolkata, West Bengal 700046 | ||
mapLink: VUMfYVJvqXu6Esie6 | ||
availableWeekdays: | ||
- Mon | ||
- Tue | ||
- Wed | ||
- Thus | ||
- Fri | ||
- Sat | ||
email: '' | ||
phone: '03322844834' | ||
website: https://www.cnmckolkata.com/ | ||
# - id: '2' | ||
# image: location-2 | ||
# name: Calcutta Pavlov Hospital | ||
# address: 18, Gobra Rd, Seal Lane, Beniapukur, Kolkata, West Bengal 700046 | ||
# mapLink: VUMfYVJvqXu6Esie6 | ||
# availableWeekdays: | ||
# - Mon | ||
# - Tue | ||
# - Wed | ||
# - Thus | ||
# - Fri | ||
# - Sat | ||
# email: '' | ||
# phone: '03322844834' | ||
# website: https://www.cnmckolkata.com/ | ||
|
||
- id: '3' | ||
image: location-3 | ||
|
@@ -39,3 +39,14 @@ | |
email: '[email protected]' | ||
phone: '6289965247' | ||
website: '' | ||
|
||
- id: '4' | ||
image: location-4 | ||
name: Matri Medical Hub | ||
address: NSC Bose Road, Malancha Phari, Kolkata 7002145 | ||
mapLink: qwiDNnCLKarMp1Tz7 | ||
availableWeekdays: | ||
- Wed | ||
email: '' | ||
phone: '' | ||
website: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters