mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "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": {
|
|
"@types/node": "20.2.3",
|
|
"@types/react": "18.2.6",
|
|
"@types/react-dom": "18.2.4",
|
|
"autoprefixer": "10.4.14",
|
|
"eslint": "8.41.0",
|
|
"eslint-config-next": "13.4.3",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-defaulticon-compatibility": "^0.1.1",
|
|
"mongodb": "^5.5.0",
|
|
"next": "13.4.3",
|
|
"postcss": "8.4.23",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-leaflet": "^4.2.1",
|
|
"tailwindcss": "3.3.2",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/leaflet": "^1.9.3",
|
|
"cypress": "^12.13.0",
|
|
"eslint-plugin-cypress": "^2.13.3",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0"
|
|
}
|
|
}
|