mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-10 16:30:18 +02:00
38 lines
906 B
JSON
38 lines
906 B
JSON
{
|
|
"name": "traque-front",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@hello-pangea/dnd": "^16.6.0",
|
|
"globals": "^17.4.0",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-defaulticon-compatibility": "^0.1.2",
|
|
"leaflet-polylinedecorator": "^1.6.0",
|
|
"next": "^15.2.0",
|
|
"next-runtime-env": "^3.2.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-leaflet": "^4.2.1",
|
|
"socket.io-client": "^4.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^15.2.0",
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^9.39.3",
|
|
"eslint-config-next": "^15.2.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0"
|
|
},
|
|
"overrides": {
|
|
"next": "$next"
|
|
}
|
|
}
|