Files
Alex_Portfolio/frontend/package.json
T
StormRunner06106 14d1dbbb07 Changes include:
- Roboto Flex loaded from Google Fonts for compact UI text
- Reduced decorative borders while retaining useful input and divider borders
- Fixed blank journal detail pages
- Password-protected journal publisher with four-hour signed sessions
- New articles saved directly to posts.json
- Prominent Spotify, Instagram, and Steam buttons on Contact
- Desktop and mobile layouts visually verified
- Production build and authorization tests passed
2026-09-11 11:35:01 -07:00

26 lines
585 B
JSON

{
"name": "alex-herlan-portfolio",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tiptap/extension-text-style": "^3.31.3",
"@tiptap/pm": "^3.31.3",
"@tiptap/react": "^3.31.3",
"@tiptap/starter-kit": "^3.31.3",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"react-router-dom": "^7.18.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.1.1",
"lightningcss-win32-x64-msvc": "^1.33.0",
"vite": "^8.3.0"
}
}