portfolio/package.json
Michael Winter 711b5b93c2 Clean up data files and fix icon/PDF links
- Clean all JSON data files: convert MongoDB format to clean JSON
  - works.json, images.json, publications.json, pubs.json, talks.json
  - releases.json, album_art.json, scores.json, my_image_gallery.json
  - events.json (with legacy program → program transformation)
  - resume.json (simplified structure)
- Simplify all API routes (remove cleanData functions)
- Fix PDF links to open in new tab (scores, writings, albums)
- Upgrade to Nuxt 4.3.1 and fix carousel (nuxt-swiper)
- Replace nuxt-icon with @nuxt/icon
- Fix IconButton component for new tab links
- Update cv.vue for resume data structure changes
- Add icon collections (@iconify-json packages)
2026-02-18 20:16:09 +01:00

36 lines
901 B
JSON

{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/bxs": "^1.2.2",
"@iconify-json/fluent": "^1.2.39",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/ion": "^1.2.6",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.71",
"@iconify-json/wpf": "^1.2.0",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "^2.0.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@types/node": "^25.2.3",
"nuxt-headlessui": "^1.2.2",
"nuxt-icon": "^1.0.0-beta.7"
},
"dependencies": {
"@pinia/nuxt": "^0.11.3",
"mongodb": "^7.1.0",
"nuxt": "^4.3.1",
"nuxt-swiper": "^1.2.2",
"nuxt-umami": "^3.2.1",
"pinia": "^3.0.4",
"sharp": "^0.34.5"
}
}