forked from Transparency/kgroad-frontend2
39 lines
896 B
JSON
39 lines
896 B
JSON
{
|
|
"name": "kgroad-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start -p 8003",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/third-parties": "^14.1.0",
|
|
"axios": "^1.6.5",
|
|
"dotenv": "^16.4.1",
|
|
"html-react-parser": "^5.1.15",
|
|
"leaflet": "^1.9.4",
|
|
"next": "^14.1.0",
|
|
"next-auth": "^4.24.5",
|
|
"next-intl": "^3.9.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-leaflet": "^4.2.1",
|
|
"sass": "^1.70.0",
|
|
"sharp": "^0.33.2",
|
|
"use-debounce": "^10.0.0",
|
|
"zustand": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.9.8",
|
|
"@types/node": "^20.11.16",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/react-leaflet": "^3.0.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|