Files
portfolio/package.json

105 lines
2.9 KiB
JSON

{
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead",
"keywords": [
"astro",
"blog",
"portfolio",
"website"
],
"repository": {
"type": "git",
"url": "https://github.com/cojocaru-david/portfolio.git"
},
"bugs": {
"url": "https://github.com/cojocaru-david/portfolio/issues"
},
"homepage": "https://cojocarudavid.me",
"name": "cojocarudavid.me",
"type": "module",
"version": "1.0.6",
"private": false,
"scripts": {
"dev": "astro dev --port 3010",
"start": "astro preview",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier --write **/*.{ts,tsx,css,astro} --ignore-path .gitignore"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.5",
"@astrojs/mdx": "^4.3.3",
"@astrojs/react": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/vercel": "^8.2.5",
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
"@expressive-code/plugin-line-numbers": "^0.41.3",
"@fingerprintjs/fingerprintjs": "^4.6.2",
"@iconify-json/line-md": "^1.2.11",
"@iconify-json/lucide": "^1.2.62",
"@iconify-json/mdi": "^1.2.3",
"@neondatabase/serverless": "^1.0.1",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.11",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@vercel/routing-utils": "^5.1.1",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.12.9",
"astro-expressive-code": "^0.41.3",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.12",
"fuse.js": "^7.1.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.539.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-icons": "^5.5.0",
"rehype-document": "^7.0.3",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.1",
"remark-emoji": "^5.0.1",
"remark-math": "^6.0.0",
"remark-sectionize": "^2.1.0",
"satori": "^0.16.2",
"satori-html": "^0.3.2",
"tailwind-merge": "^3.3.1",
"typescript": "^5.9.2"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"prettier": "^3.6.2"
},
"prettier": {
"semi": false,
"singleQuote": true,
"plugins": [
"prettier-plugin-astro",
"prettier-plugin-tailwindcss",
"prettier-plugin-astro-organize-imports"
],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
}
}