Files
gabrielkaszewski-next/package.json
Gabriel Kaszewski b5007f2e31
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m28s
chore: add hast package and its dependencies to package.json and package-lock.json
2026-04-10 01:09:43 +02:00

35 lines
817 B
JSON

{
"name": "gabrielkaszewski-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"lucide-react": "^0.542.0",
"next": "15.5.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-markdown": "^10.1.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"tailwindcss-motion": "^1.1.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"hast": "^0.0.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}