Files
pawol.nu/package.json
T
2026-04-16 12:52:51 +04:00

110 lines
2.7 KiB
JSON

{
"name": "oki.re",
"description": "Application web spécialisés dans la transcription et la traduction de productions musicales. (front)",
"version": "1.0.0",
"private": false,
"license": "AGPL-3.0",
"author": {
"name": "Cédric Famibelle-Pronzola",
"email": "contact@cedric-pronzola.re",
"url": "https://cedric-pronzola.re"
},
"repository": {
"type": "git",
"url": "git+https://codeberg.org/OKI/oki.re.git"
},
"scripts": {
"lint": "xo",
"dev": "next dev --turbopack -p 3001",
"build": "next build",
"start": "next start -p 3001"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.5",
"@icons-pack/react-simple-icons": "^3.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/lab": "^5.0.0-alpha.89",
"@mui/material": "^6.1.4",
"@mui/styles": "^5.8.7",
"@svgr/webpack": "^6.5.0",
"axios": "^0.21.0",
"compression": "^1.7.4",
"date-fns": "^2.16.1",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"next": "16.2.4",
"next-auth": "^4.22.1",
"next-pwa": "5.6.0",
"nextjs-toploader": "^1.4.2",
"nodemailer": "^6.7.2",
"nprogress": "^0.2.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-swipeable-views": "^0.13.9",
"react-virtuoso": "^4.4.0",
"sharp": "^0.29.3",
"slugify": "^1.6.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^8.7.0",
"eslint-config-next": "16.2.4",
"eslint-config-xo-nextjs": "^4.0.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"xo": "^0.47.0"
},
"xo": {
"extends": "xo-nextjs",
"semicolon": false,
"space": 2,
"envs": [
"browser",
"es2020"
],
"rules": {
"react/no-danger": "off",
"react/require-default-props": "off",
"react/react-in-jsx-scope": "off",
"camelcase": "off",
"react/boolean-prop-naming": "off",
"comma-dangle": "off",
"new-cap": [
"error",
{
"capIsNewExceptions": [
"CredentialsProvider",
"TwitterProvider",
"GoogleProvider",
"GitHubProvider",
"NextAuth"
]
}
],
"import/extensions": [
"error",
"never",
{
"png": "always",
"jpg": "always",
"js": "always",
"css": "always"
}
],
"node/prefer-global/process": "off",
"func-names": "off",
"unicorn/prevent-abbreviations": "off"
}
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}