34 lines
779 B
JSON
34 lines
779 B
JSON
{
|
|
"name": "nwblog",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^7.16.1",
|
|
"@mantine/hooks": "^7.16.1",
|
|
"@mantine/modals": "^7.16.1",
|
|
"next": "15.1.5",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-icons": "^5.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.5",
|
|
"postcss": "^8.5.1",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"sass-embedded": "^1.83.4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|