50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "ravent",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext ts,tsx",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,css}\""
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.22.0",
|
|
"@tanstack/react-query": "^5.28.0",
|
|
"axios": "^1.6.7",
|
|
"zustand": "^4.5.2",
|
|
"gsap": "^3.12.5",
|
|
"react-hook-form": "^7.51.0",
|
|
"zod": "^3.22.4",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"react-i18next": "^14.1.0",
|
|
"i18next": "^23.10.1",
|
|
"date-fns": "^3.6.0",
|
|
"clsx": "^2.1.0",
|
|
"tailwind-merge": "^2.2.2",
|
|
"@headlessui/react": "^1.7.18",
|
|
"@heroicons/react": "^2.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"typescript": "^5.4.3",
|
|
"vite": "^5.2.8",
|
|
"tailwindcss": "^3.4.3",
|
|
"postcss": "^8.4.38",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"@typescript-eslint/parser": "^7.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"prettier": "^3.2.5",
|
|
"@tailwindcss/forms": "^0.5.7"
|
|
}
|
|
}
|