33 lines
746 B
JSON
33 lines
746 B
JSON
{
|
|
"name": "ondrejlangr.cz",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"export": "next build && next export",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.3.2",
|
|
"clsx": "^2.0.0",
|
|
"framer-motion": "^10.16.4",
|
|
"next": "^14.1.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.48.2",
|
|
"sharp": "^0.33.2",
|
|
"tabler-icons-react": "^1.56.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.9.0",
|
|
"@types/react": "^18.2.37",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.31",
|
|
"sass": "^1.69.5",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|