Bumps the npm_and_yarn group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [defu](https://github.com/unjs/defu) | `6.1.4` | `6.1.6` | | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.5.6` | `5.5.10` | | [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` | | [picomatch](https://github.com/micromatch/picomatch) | `4.0.3` | `4.0.4` | | [picomatch](https://github.com/micromatch/picomatch) | `2.3.1` | `2.3.2` | | [socket.io-parser](https://github.com/socketio/socket.io) | `4.2.5` | `4.2.6` | Updates `nodemailer` from 8.0.2 to 8.0.4 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v8.0.2...v8.0.4) Updates `defu` from 6.1.4 to 6.1.6 - [Release notes](https://github.com/unjs/defu/releases) - [Changelog](https://github.com/unjs/defu/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/defu/compare/v6.1.4...v6.1.6) Updates `fast-xml-parser` from 5.5.6 to 5.5.10 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.5.6...v5.5.10) Updates `kysely` from 0.28.11 to 0.28.15 - [Release notes](https://github.com/kysely-org/kysely/releases) - [Commits](https://github.com/kysely-org/kysely/compare/v0.28.11...v0.28.15) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) Updates `picomatch` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4) Updates `socket.io-parser` from 4.2.5 to 4.2.6 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/socket.io-parser@4.2.5...socket.io-parser@4.2.6) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: defu dependency-version: 6.1.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: fast-xml-parser dependency-version: 5.5.10 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: kysely dependency-version: 0.28.15 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: socket.io-parser dependency-version: 4.2.6 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
106 lines
No EOL
3 KiB
JSON
106 lines
No EOL
3 KiB
JSON
{
|
|
"name": "silent-whisper",
|
|
"description": "A federated social media platform for the modern age.",
|
|
"author": [
|
|
{
|
|
"name": "Marcello Brito",
|
|
"alias": "Tocka",
|
|
"email": "tocka@tockanest.com",
|
|
"url": "https://tockanest.com"
|
|
}
|
|
],
|
|
"license": "AGPL-3.0",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development FEDERATION_ALLOW_PRIVATE_URLS=true tsx src/server.ts",
|
|
"email:dev": "cross-env NODE_ENV=development email dev --dir src/lib/mail/templates --port 3001",
|
|
"test": "cross-env NODE_ENV=test playwright test",
|
|
"test:proxy:post": "cross-env NODE_ENV=test bun run tests/proxies/post.ts",
|
|
"test:proxy:follow": "cross-env NODE_ENV=test bun run tests/proxies/follow.ts",
|
|
"keygen": "bun run src/lib/federation/keygen.ts",
|
|
"test:key": "cross-env NODE_ENV=test playwright test tests/key.test.ts",
|
|
"test:discover": "cross-env NODE_ENV=test playwright test tests/discover.test.ts",
|
|
"test:attacks": "cross-env NODE_ENV=test playwright test tests/attacks.test.ts",
|
|
"build": "next build",
|
|
"start": "cross-env NODE_ENV=production node src/server.ts",
|
|
"db:push": "drizzle-kit push",
|
|
"db:migrate": "bun run db:push && bun run drizzle-kit migrate",
|
|
"db:generate": "auth generate --output src/lib/db/schema/index.ts --yes",
|
|
"db:update": "bun run db:generate && bun run db:push"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/drizzle-adapter": "^1.5.6",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@nanostores/react": "^1.1.0",
|
|
"@react-email/components": "1.0.10",
|
|
"better-auth": "^1.5.6",
|
|
"bullmq": "^5.71.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"debug": "^4.4.3",
|
|
"dexie": "^4.4.1",
|
|
"dexie-react-hooks": "^4.4.0",
|
|
"dotenv": "^17.3.1",
|
|
"drizzle-orm": "^0.45.2",
|
|
"framer-motion": "^12.38.0",
|
|
"ioredis": "^5.10.1",
|
|
"lucide-react": "^1.7.0",
|
|
"minio": "^8.0.7",
|
|
"nanostores": "^1.2.0",
|
|
"next": "16.2.0",
|
|
"next-themes": "^0.4.6",
|
|
"nodemailer": "^8.0.4",
|
|
"pg": "^8.20.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-hook-form": "^7.72.0",
|
|
"socket.io": "^4.8.3",
|
|
"socket.io-client": "^4.8.3",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tweetnacl": "^1.0.3",
|
|
"tweetnacl-util": "^0.15.1",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@types/bun": "^1.3.11",
|
|
"@types/debug": "^4.1.13",
|
|
"@types/node": "^25.5.0",
|
|
"@types/nodemailer": "^7.0.11",
|
|
"@types/pg": "^8.20.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"cross-env": "^10.1.0",
|
|
"drizzle-kit": "^0.31.10",
|
|
"react-email": "5.2.10",
|
|
"shadcn": "^4.1.1",
|
|
"tailwindcss": "^4.2.2",
|
|
"tsx": "^4.21.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"ignoreScripts": [
|
|
"sharp",
|
|
"unrs-resolver"
|
|
],
|
|
"trustedDependencies": [
|
|
"sharp",
|
|
"unrs-resolver"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tockawaffle/sipher.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tockawaffle/sipher/issues"
|
|
},
|
|
"keywords": [
|
|
"social",
|
|
"media",
|
|
"federated"
|
|
]
|
|
} |