mirror of
https://github.com/ershisan99/instagram-client-front.git
synced 2025-12-16 20:59:29 +00:00
36 lines
847 B
JSON
36 lines
847 B
JSON
{
|
|
"name": "instagram-client-front",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.9.0",
|
|
"@it-incubator/prettier-config": "^0.1.2",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"clsx": "^2.1.1",
|
|
"next": "14.2.5",
|
|
"prettier": "^3.3.2",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "7.52.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.5",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
},
|
|
"prettier": "@it-incubator/prettier-config"
|
|
}
|