mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-17 13:58:24 -04:00
221 lines
7.4 KiB
JSON
221 lines
7.4 KiB
JSON
{
|
|
"name": "seerr",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.24.0",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"postinstall": "next telemetry disable",
|
|
"dev": "nodemon -e ts --watch server --watch seerr-api.yml -e .json,.ts,.yml -x ts-node -r tsconfig-paths/register --files --project server/tsconfig.json server/index.ts",
|
|
"build:server": "tsc --project server/tsconfig.json && copyfiles -u 2 server/templates/**/*.{html,pug} dist/templates && copyfiles -u 2 \"server/i18n/locale/*.json\" dist/i18n && tsc-alias -p server/tsconfig.json",
|
|
"build:next": "next build",
|
|
"build": "pnpm build:next && pnpm build:server",
|
|
"lint": "eslint \"./server/**/*.{ts,tsx}\" \"./src/**/*.{ts,tsx}\" --cache",
|
|
"lintfix": "eslint \"./server/**/*.{ts,tsx}\" \"./src/**/*.{ts,tsx}\" --fix",
|
|
"test": "node server/test/index.mts",
|
|
"start": "NODE_ENV=production node dist/index.js",
|
|
"i18n:extract": "ts-node --project server/tsconfig.json server/i18n/extractMessages.ts",
|
|
"migration:generate": "ts-node -r tsconfig-paths/register --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:generate -d server/datasource.ts",
|
|
"migration:create": "ts-node -r tsconfig-paths/register --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:create -d server/datasource.ts",
|
|
"migration:run": "ts-node -r tsconfig-paths/register --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:run -d server/datasource.ts",
|
|
"format": "prettier --log-level warn --write --cache .",
|
|
"format:check": "prettier --check --cache .",
|
|
"typecheck": "pnpm typecheck:server && pnpm typecheck:client",
|
|
"typecheck:server": "tsc --project server/tsconfig.json --noEmit",
|
|
"typecheck:client": "tsc --noEmit",
|
|
"prepare": "node bin/prepare.js",
|
|
"cypress:open": "cypress open",
|
|
"cypress:prepare": "ts-node -r tsconfig-paths/register --files --project server/tsconfig.json server/scripts/prepareTestDb.ts",
|
|
"cypress:build": "pnpm build && pnpm cypress:prepare"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/seerr-team/seerr.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@dr.pogodin/csurf": "^1.16.9",
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@formatjs/intl": "^4.1.4",
|
|
"@formatjs/intl-displaynames": "7.3.2",
|
|
"@formatjs/intl-locale": "5.3.2",
|
|
"@formatjs/intl-pluralrules": "6.3.2",
|
|
"@headlessui/react": "1.7.19",
|
|
"@heroicons/react": "2.2.0",
|
|
"@react-spring/web": "^10.0.3",
|
|
"@seerr-team/react-tailwindcss-datepicker": "^1.3.4",
|
|
"@supercharge/request-ip": "1.2.0",
|
|
"@svgr/webpack": "8.1.0",
|
|
"@tanem/react-nprogress": "6.0.3",
|
|
"ace-builds": "1.43.6",
|
|
"axios": "1.15.0",
|
|
"axios-rate-limit": "1.9.0",
|
|
"bcrypt": "6.0.0",
|
|
"bowser": "2.14.1",
|
|
"connect-typeorm": "2.0.0",
|
|
"cookie-parser": "1.4.7",
|
|
"copy-to-clipboard": "3.3.3",
|
|
"country-flag-icons": "1.6.16",
|
|
"cronstrue": "3.14.0",
|
|
"date-fns": "4.1.0",
|
|
"dns-caching": "^0.2.9",
|
|
"email-templates": "13.0.1",
|
|
"express": "4.21.2",
|
|
"express-openapi-validator": "5.6.2",
|
|
"express-rate-limit": "8.3.2",
|
|
"express-session": "1.19.0",
|
|
"formik": "^2.4.9",
|
|
"gravatar-url": "4.0.1",
|
|
"http-proxy-agent": "^7.0.2",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"js-yaml": "^4.1.1",
|
|
"lodash": "4.18.1",
|
|
"mime": "^4.1.0",
|
|
"nanoid": "^5.1.7",
|
|
"next": "^14.2.35",
|
|
"node-cache": "5.1.2",
|
|
"node-gyp": "12.2.0",
|
|
"node-schedule": "2.1.1",
|
|
"nodemailer": "8.0.5",
|
|
"openpgp": "6.3.0",
|
|
"pg": "8.20.0",
|
|
"pug": "3.0.4",
|
|
"react": "^18.3.1",
|
|
"react-ace": "14.0.1",
|
|
"react-animate-height": "3.2.3",
|
|
"react-aria": "3.47.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-intersection-observer": "10.0.3",
|
|
"react-intl": "^7.1.14",
|
|
"react-markdown": "10.1.0",
|
|
"react-popper-tooltip": "4.4.2",
|
|
"react-select": "5.10.2",
|
|
"react-toast-notifications": "2.5.1",
|
|
"react-transition-group": "^4.4.5",
|
|
"react-truncate-markup": "5.1.2",
|
|
"react-use-clipboard": "1.0.9",
|
|
"semver": "7.7.4",
|
|
"sharp": "^0.34.5",
|
|
"sqlite3": "^5.1.7",
|
|
"swagger-ui-express": "5.0.1",
|
|
"swr": "2.4.1",
|
|
"tailwind-merge": "^2.6.1",
|
|
"typeorm": "0.3.28",
|
|
"ua-parser-js": "^2.0.9",
|
|
"undici": "^8.1.0",
|
|
"validator": "^13.15.35",
|
|
"web-push": "3.6.7",
|
|
"wink-jaro-distance": "^2.0.0",
|
|
"winston": "3.19.0",
|
|
"winston-daily-rotate-file": "5.0.0",
|
|
"xml2js": "0.6.2",
|
|
"yup": "1.7.1",
|
|
"zod": "4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "20.5.0",
|
|
"@commitlint/config-conventional": "20.5.0",
|
|
"@eslint/js": "9.39.3",
|
|
"@next/eslint-plugin-next": "^16.2.3",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/bcrypt": "6.0.0",
|
|
"@types/cookie-parser": "1.4.10",
|
|
"@types/country-flag-icons": "1.2.2",
|
|
"@types/csurf": "1.11.5",
|
|
"@types/email-templates": "10.0.4",
|
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
"@types/express": "4.17.17",
|
|
"@types/express-session": "1.18.2",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/lodash": "4.17.24",
|
|
"@types/mime": "^3.0.4",
|
|
"@types/node": "22.10.5",
|
|
"@types/node-schedule": "2.1.8",
|
|
"@types/nodemailer": "^8.0.0",
|
|
"@types/react": "^18.3.28",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@types/react-transition-group": "4.4.12",
|
|
"@types/semver": "7.7.1",
|
|
"@types/supertest": "^7.2.0",
|
|
"@types/swagger-ui-express": "4.1.8",
|
|
"@types/ua-parser-js": "^0.7.36",
|
|
"@types/validator": "^13.15.10",
|
|
"@types/web-push": "3.6.4",
|
|
"@types/wink-jaro-distance": "^2.0.2",
|
|
"@types/xml2js": "0.4.14",
|
|
"autoprefixer": "^10.5.0",
|
|
"baseline-browser-mapping": "^2.10.18",
|
|
"commander": "^14.0.3",
|
|
"commitizen": "4.3.1",
|
|
"copyfiles": "2.4.1",
|
|
"cy-mobile-commands": "0.3.0",
|
|
"cypress": "15.13.1",
|
|
"cz-conventional-changelog": "3.3.0",
|
|
"eslint": "9.39.3",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-formatjs": "6.4.5",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-no-relative-import-paths": "1.6.1",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"globals": "^17.5.0",
|
|
"husky": "8.0.3",
|
|
"jiti": "^2.6.1",
|
|
"lint-staged": "16.4.0",
|
|
"nodemon": "3.1.14",
|
|
"postcss": "^8.5.9",
|
|
"prettier": "3.8.2",
|
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
"prettier-plugin-tailwindcss": "0.7.2",
|
|
"supertest": "^7.2.2",
|
|
"tailwindcss": "3.4.19",
|
|
"ts-node": "10.9.2",
|
|
"tsc-alias": "1.8.16",
|
|
"tsconfig-paths": "4.2.0",
|
|
"typescript": "5.4.5",
|
|
"typescript-eslint": "^8.58.2"
|
|
},
|
|
"engines": {
|
|
"node": "^22.19.0",
|
|
"pnpm": "^10.0.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"**/*.{ts,tsx,js}": [
|
|
"prettier --write",
|
|
"eslint"
|
|
],
|
|
"**/*.{json,md,css}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@swc/core",
|
|
"bcrypt",
|
|
"cypress",
|
|
"sharp",
|
|
"sqlite3"
|
|
],
|
|
"overrides": {
|
|
"sqlite3>node-gyp": "8.4.1",
|
|
"@types/express-session": "1.18.2"
|
|
}
|
|
},
|
|
"scarfSettings": {
|
|
"enabled": false
|
|
}
|
|
}
|