mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
1f0077b1a8
* Change primary colour * Change fonts * font options * font selection confirmed --------- Co-authored-by: Timothy Armes <tim@timothyarmes.com>
61 lines
1.8 KiB
JSON
61 lines
1.8 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",
|
|
"test:e2e": "cypress run",
|
|
"test:component": "cypress run --component",
|
|
"test": "npm run test:component && npm run test:e2e",
|
|
"cypress": "cypress open"
|
|
},
|
|
"dependencies": {
|
|
"@kodingdotninja/use-tailwind-breakpoint": "^0.0.5",
|
|
"@next/bundle-analyzer": "^13.4.7",
|
|
"@types/node": "20.3.2",
|
|
"@types/react": "18.2.14",
|
|
"@types/react-dom": "18.2.6",
|
|
"@vercel/analytics": "^1.0.1",
|
|
"autoprefixer": "10.4.14",
|
|
"jotai": "^2.2.1",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-defaulticon-compatibility": "^0.1.1",
|
|
"leaflet.markercluster": "^1.5.3",
|
|
"leaflet.smooth_marker_bouncing": "^3.0.3",
|
|
"mongodb": "^5.7.0",
|
|
"next": "^13.4.7",
|
|
"next-intl": "^3.0.0-beta.7",
|
|
"nodemailer": "^6.9.3",
|
|
"postcss": "8.4.25",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.10.1",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-leaflet-cluster": "^2.1.0",
|
|
"react-tooltip": "^5.18.0",
|
|
"sharp": "^0.32.1",
|
|
"tailwind-merge": "^1.13.2",
|
|
"tailwindcss": "3.3.2",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@swc-jotai/react-refresh": "^0.0.8",
|
|
"@tailwindcss/forms": "^0.5.4",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/leaflet": "^1.9.3",
|
|
"@types/leaflet.markercluster": "^1.5.1",
|
|
"@types/nodemailer": "^6.4.8",
|
|
"cypress": "^12.16.0",
|
|
"eslint": "8.43.0",
|
|
"eslint-config-next": "^13.4.7",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-cypress": "^2.13.3",
|
|
"prettier": "3.0.0",
|
|
"prettier-plugin-tailwindcss": "^0.4.0"
|
|
}
|
|
}
|