kgroad-frontend2/package.json

39 lines
896 B
JSON
Raw Permalink Normal View History

2024-01-19 08:10:01 +00:00
{
"name": "kgroad-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
2024-03-18 10:53:48 +00:00
"start": "next start -p 8003",
2024-01-19 08:10:01 +00:00
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^14.1.0",
2024-01-20 22:16:34 +00:00
"axios": "^1.6.5",
"dotenv": "^16.4.1",
2024-09-09 15:39:48 +00:00
"html-react-parser": "^5.1.15",
2024-02-02 11:35:09 +00:00
"leaflet": "^1.9.4",
"next": "^14.1.0",
2024-02-02 11:35:09 +00:00
"next-auth": "^4.24.5",
"next-intl": "^3.9.0",
2024-01-19 08:10:01 +00:00
"react": "^18",
"react-dom": "^18",
2024-02-02 11:35:09 +00:00
"react-leaflet": "^4.2.1",
2024-01-20 22:16:34 +00:00
"sass": "^1.70.0",
"sharp": "^0.33.2",
2024-02-02 11:35:09 +00:00
"use-debounce": "^10.0.0",
2024-01-20 22:16:34 +00:00
"zustand": "^4.5.0"
2024-01-19 08:10:01 +00:00
},
"devDependencies": {
2024-02-02 11:35:09 +00:00
"@types/leaflet": "^1.9.8",
"@types/node": "^20.11.16",
2024-01-19 08:10:01 +00:00
"@types/react": "^18",
"@types/react-dom": "^18",
2024-02-02 11:35:09 +00:00
"@types/react-leaflet": "^3.0.0",
2024-01-19 08:10:01 +00:00
"eslint": "^8",
2024-01-19 13:46:01 +00:00
"eslint-config-next": "14.1.0",
"typescript": "^5"
2024-01-19 08:10:01 +00:00
}
}