Files
konstitisyon.nu/package.json
T

48 lines
1.0 KiB
JSON

{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "xo"
},
"dependencies": {
"@directus/sdk": "^16.0.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^6.0.1",
"@mui/material": "^6.0.1",
"@mui/material-nextjs": "^6.0.1",
"date-fns": "^3.6.0",
"next": "^14.2.3",
"next-auth": "^5.0.0-beta.18",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"eslint-config-xo-nextjs": "^6.0.0",
"xo": "^0.58.0"
},
"xo": {
"extends": "xo-nextjs",
"semicolon": false,
"space": 2,
"envs": [
"browser",
"es2020"
],
"rules": {
"react/function-component-definition": [
"error",
{
"namedComponents": "function-declaration"
}
],
"n/prefer-global/process": "off",
"comma-dangle": "off",
"unicorn/prevent-abbreviations": "off"
}
}
}