runtipi/package.json
2024-09-25 19:11:14 +02:00

143 lines
4.8 KiB
JSON

{
"name": "runtipi",
"version": "3.6.2",
"description": "A homeserver for everyone",
"packageManager": "pnpm@9.4.0",
"scripts": {
"clean-containers": "docker rm -f $(docker ps -a -q)",
"knip": "knip",
"test": "dotenv -e .env.test -- vitest run --coverage",
"test:ui": "dotenv -e .env.test -- vitest --ui",
"test:e2e": "NODE_ENV=test dotenv -e .env -e .env.e2e -- playwright test",
"test:e2e:ui": "NODE_ENV=test dotenv -e .env -e .env.e2e -- playwright test --ui",
"dev": "NODE_OPTIONS='--trace-warnings' next dev --turbo",
"build": "next build --experimental-build-mode compile",
"start": "NODE_ENV=production node server.js",
"start:dev-container": "./.devcontainer/filewatcher.sh && npm run start:dev",
"start:dev": "docker compose --project-name runtipi -f docker-compose.dev.yml up --build",
"start:prod": "docker compose --env-file ./.env --project-name runtipi -f docker-compose.prod.yml up --build",
"start:pg": "docker run --name test-db -p 5433:5432 -d --rm -e POSTGRES_PASSWORD=postgres postgres:14",
"version": "echo $npm_package_version",
"tsc": "tsc --noEmit",
"gen:certs": "mkcert -key-file ./traefik/tls/key.pem -cert-file ./traefik/tls/cert.pem tipi.local \"*.tipi.local\"",
"postinstall": "./scripts/postinstall.sh"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@otplib/core": "^12.0.1",
"@otplib/plugin-crypto": "^12.0.1",
"@otplib/plugin-thirty-two": "^12.0.1",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@runtipi/cache": "workspace:^",
"@runtipi/db": "workspace:^",
"@runtipi/postgres-migrations": "^5.3.0",
"@runtipi/shared": "workspace:^",
"@sentry/nextjs": "^8.31.0",
"@tabler/core": "1.0.0-beta21",
"@tabler/icons-react": "^3.17.0",
"@tanstack/react-query": "^5.56.2",
"@uidotdev/usehooks": "^2.4.1",
"argon2": "^0.41.1",
"bullmq": "^5.13.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dompurify": "^3.1.6",
"drizzle-orm": "^0.33.0",
"fs-extra": "^11.2.0",
"geist": "^1.3.1",
"inversify": "^6.0.2",
"ipaddr.js": "^2.2.0",
"jsonwebtoken": "^9.0.2",
"let-it-go": "^1.0.0",
"lodash.merge": "^4.6.2",
"minisearch": "^7.1.0",
"next": "14.2.13",
"next-client-cookies": "^1.1.1",
"next-intl": "^3.19.4",
"next-safe-action": "7.9.3",
"pg": "^8.13.0",
"qrcode.react": "^4.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"react-timezone-select": "^3.2.8",
"react-tooltip": "^5.28.0",
"redaxios": "^0.5.1",
"reflect-metadata": "^0.2.2",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.79.3",
"semver": "^7.6.3",
"sharp": "0.33.5",
"socket.io-client": "^4.8.0",
"uuid": "^10.0.0",
"validator": "^13.12.0",
"winston": "^3.14.2",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@biomejs/biome": "1.9.2",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.47.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/shoehorn": "^0.1.2",
"@total-typescript/ts-reset": "^0.6.1",
"@types/dompurify": "^3.0.5",
"@types/fs-extra": "^11.0.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash.merge": "^4.6.9",
"@types/node": "22.6.0",
"@types/pg": "^8.11.10",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/semver": "^7.5.8",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.12.2",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"dotenv-cli": "^7.4.1",
"jsdom": "^25.0.1",
"knip": "^5.30.5",
"memfs": "^4.11.2",
"msw": "^2.4.9",
"next-router-mock": "^0.9.13",
"typescript": "5.6.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.1",
"vitest-mock-extended": "^2.0.2",
"wait-for-expect": "^3.0.2"
},
"msw": {
"workerDirectory": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/runtipi/runtipi.git"
},
"author": "",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/runtipi/runtipi/issues"
},
"homepage": "https://github.com/runtipi/runtipi#readme",
"pnpm": {
"patchedDependencies": {}
}
}