Skip to content

Commit

Permalink
chore: update config and dependencies, improve prettier ignore rules,…
Browse files Browse the repository at this point in the history
… and add new location data
  • Loading branch information
shba007 committed Jan 24, 2025
1 parent 6a248b8 commit bfaeae1
Show file tree
Hide file tree
Showing 8 changed files with 1,688 additions and 1,572 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-days-explain.md
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
9 changes: 5 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ dist

# Node dependencies
node_modules

# Package Manager
package.json
package-lock.json
pnpm-lock.yaml

# Logs
Expand All @@ -20,9 +21,9 @@ logs
.fleet
.idea

# Local env files
.env
.env.*
# Env files
.env*
!.env.example

# Static files
static/**/*.*
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineNuxtConfig({
'@nuxt/fonts',
'@nuxt/image',
'@nuxt/scripts',
'@nuxt/test-utils',
'@nuxt/test-utils/module',
'@nuxtjs/color-mode',
'@nuxtjs/seo',
'@nuxtjs/tailwindcss',
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
Expand Down
3,182 changes: 1,640 additions & 1,542 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Binary file added public/images/location-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 26 additions & 15 deletions static/data/locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: ''
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
export default {
content: ['components/**/*.{vue,js,ts}', 'layouts/**/*.vue', 'pages/**/*.vue', 'App.{js,ts,vue}', 'app.{js,ts,vue}', 'Error.{js,ts,vue}', 'error.{js,ts,vue}', 'content/**/*.md'],
darkMode: 'class',
theme: {
Expand Down

0 comments on commit bfaeae1

Please sign in to comment.