42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/charts": "^7.14.1",
|
|
"@mantine/core": "^7.14.1",
|
|
"@mantine/dates": "^7.14.1",
|
|
"@mantine/dropzone": "^7.14.1",
|
|
"@mantine/form": "^7.14.1",
|
|
"@mantine/hooks": "^7.14.1",
|
|
"@mantine/modals": "^7.14.1",
|
|
"@mantine/notifications": "^7.14.1",
|
|
"@mantine/nprogress": "^7.14.1",
|
|
"dayjs": "^1.11.13",
|
|
"frontend": "link:",
|
|
"next": "14.2.15",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"recharts": "2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.15",
|
|
"postcss": "^8.4.47",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
},
|
|
"files": [".next", "public"],
|
|
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
|
|
}
|