30 lines
674 B
JSON
30 lines
674 B
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"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "7.1.1",
|
|
"@mantine/hooks": "7.1.1",
|
|
"next": "13.4.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.2.5",
|
|
"@types/react": "18.2.7",
|
|
"@types/react-dom": "18.2.4",
|
|
"eslint": "8.41.0",
|
|
"eslint-config-next": "13.4.4",
|
|
"postcss": "^8.4.24",
|
|
"postcss-preset-mantine": "1.8.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|