50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"name": "mantine-minimal-next-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"generate": "openapi-generator-cli generate -i http://localhost:5161/swagger/v1/swagger.json -g typescript-axios -o ./generated --additional-properties=supportsES6=true,useSingleRequestParameter=true,typescriptThreePlus=true",
|
|
"generate-prod": "openapi-generator-cli generate -i http://localhost:5000/swagger/v1/swagger.json -g typescript-axios -o ./generated --additional-properties=supportsES6=true,useSingleRequestParameter=true,typescriptThreePlus=true"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/charts": "^7.14.1",
|
|
"@mantine/core": "7.14.1",
|
|
"@mantine/dates": "^7.14.1",
|
|
"@mantine/hooks": "7.14.1",
|
|
"@mantine/notifications": "^7.14.1",
|
|
"@openapitools/openapi-generator-cli": "^2.15.3",
|
|
"axios": "^1.7.7",
|
|
"dayjs": "^1.11.13",
|
|
"dayjs-plugin-utc": "^0.1.2",
|
|
"leaflet": "^1.9.4",
|
|
"next": "14.2.14",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-leaflet": "^4.2.1",
|
|
"recharts": "^2.13.3",
|
|
"sharp": "^0.33.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.15.0",
|
|
"@types/leaflet": "^1.9.14",
|
|
"@types/node": "20.14.8",
|
|
"@types/react": "18.3.3",
|
|
"@types/react-dom": "18.3.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-next": "14.2.4",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"globals": "^15.12.0",
|
|
"postcss": "^8.4.49",
|
|
"postcss-preset-mantine": "1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"typescript": "5.5.2",
|
|
"typescript-eslint": "^8.15.0"
|
|
},
|
|
"packageManager": "pnpm@9.7.1"
|
|
}
|