mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-22 20:16:57 +00:00
78 lines
2.4 KiB
JSON
78 lines
2.4 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "ANALYZE=true next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typeCheck": "tsc -p ./tsconfig.json",
|
|
"format": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
|
|
"format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\""
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.17",
|
|
"@headlessui/tailwindcss": "^0.2.0",
|
|
"@hookform/resolvers": "^3.3.1",
|
|
"@kodingdotninja/use-tailwind-breakpoint": "^0.0.5",
|
|
"@next/bundle-analyzer": "^13.4.12",
|
|
"@tanstack/react-query": "^4.35.0",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
|
|
"@trpc/client": "^10.38.1",
|
|
"@trpc/react-query": "^10.38.1",
|
|
"@trpc/server": "^10.38.1",
|
|
"@types/node": "^20.8.4",
|
|
"@types/react": "^18.2.27",
|
|
"@types/react-dom": "^18.2.12",
|
|
"autoprefixer": "10.4.15",
|
|
"date-fns": "^2.30.0",
|
|
"jotai": "^2.2.2",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-defaulticon-compatibility": "^0.1.2",
|
|
"leaflet.markercluster": "^1.5.3",
|
|
"leaflet.smooth_marker_bouncing": "^3.0.3",
|
|
"lodash": "^4.17.21",
|
|
"mongodb": "^6.1.0",
|
|
"next": "^13.4.12",
|
|
"next-intl": "3.0.0-rc.4",
|
|
"next-pwa": "^5.6.0",
|
|
"nodemailer": "^6.9.4",
|
|
"postcss": "8.4.28",
|
|
"react": "^18.2.0",
|
|
"react-datepicker": "^4.18.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.46.1",
|
|
"react-icons": "^4.10.1",
|
|
"react-input-mask": "^2.0.4",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-leaflet-cluster": "^2.1.0",
|
|
"react-select": "^5.7.4",
|
|
"react-tooltip": "^5.18.0",
|
|
"sharp": "^0.32.3",
|
|
"superjson": "^1.13.1",
|
|
"tailwind-merge": "^1.14.0",
|
|
"tailwindcss": "3.3.3",
|
|
"typescript": "5.2.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@swc-jotai/react-refresh": "^0.1.0",
|
|
"@tailwindcss/forms": "^0.5.4",
|
|
"@testing-library/jest-dom": "^6.1.2",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/leaflet": "^1.9.3",
|
|
"@types/leaflet.markercluster": "^1.5.1",
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/nodemailer": "^6.4.8",
|
|
"@types/react-datepicker": "^4.15.0",
|
|
"@types/react-input-mask": "^3.0.2",
|
|
"eslint": "8.49.0",
|
|
"eslint-config-next": "^13.4.12",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705",
|
|
"prettier": "3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.3"
|
|
}
|
|
}
|