35 lines
818 B
JSON
35 lines
818 B
JSON
{
|
|
"name": "dashboard-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^7.4.0",
|
|
"@mantine/form": "^7.4.0",
|
|
"@mantine/hooks": "^7.4.0",
|
|
"next": "14.0.4",
|
|
"next-auth": "beta",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.6",
|
|
"@types/react": "^18.2.47",
|
|
"@types/react-dom": "^18.2.18",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-next": "14.0.4",
|
|
"postcss": "^8.4.33",
|
|
"postcss-preset-mantine": "^1.12.3",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prisma": "^5.7.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|