mirror of
https://github.com/vacp2p/universal-connectivity.git
synced 2026-01-08 22:58:07 -05:00
Bumps the npm_and_yarn group in /js-peer with 1 update: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.13 to 14.2.25 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.13...v14.2.25) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "universal-connectivity-browser",
|
|
"scripts": {
|
|
"dev": "next dev --experimental-https",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"format": "prettier --write src",
|
|
"lint": "prettier . --check && next lint",
|
|
"tsc": "tsc --noEmit -p tsconfig.json",
|
|
"protobuf": "protons src/lib/protobuf/*.proto"
|
|
},
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
|
"@chainsafe/libp2p-noise": "^16.0.3",
|
|
"@chainsafe/libp2p-yamux": "^7.0.1",
|
|
"@headlessui/react": "^2.0.1",
|
|
"@helia/delegated-routing-v1-http-api-client": "^4.1.1",
|
|
"@heroicons/react": "^2.1.3",
|
|
"@libp2p/bootstrap": "^11.0.28",
|
|
"@libp2p/circuit-relay-v2": "^3.2.4",
|
|
"@libp2p/identify": "^3.0.23",
|
|
"@libp2p/interface-pubsub": "^4.0.1",
|
|
"@libp2p/logger": "^5.1.10",
|
|
"@libp2p/ping": "^2.0.23",
|
|
"@libp2p/pubsub-peer-discovery": "^11.0.1",
|
|
"@libp2p/webrtc": "^5.2.5",
|
|
"@libp2p/websockets": "^9.2.3",
|
|
"@libp2p/webtransport": "^5.0.33",
|
|
"@multiformats/multiaddr": "^12.4.0",
|
|
"clsx": "^2.1.1",
|
|
"debug": "^4.3.7",
|
|
"it-length-prefixed": "^10.0.1",
|
|
"it-map": "^3.1.1",
|
|
"it-pipe": "^3.0.1",
|
|
"it-protobuf-stream": "^1.1.5",
|
|
"libp2p": "^2.7.4",
|
|
"next": "14.2.25",
|
|
"protons-runtime": "^5.5.0",
|
|
"react": "18.3.1",
|
|
"react-18-blockies": "^1.0.6",
|
|
"react-dom": "18.3.1",
|
|
"uint8arrays": "^5.1.0",
|
|
"usehooks-ts": "^3.1.0",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.14.8",
|
|
"@types/react": "18.3.3",
|
|
"@types/react-dom": "18.3.0",
|
|
"@types/uuid": "^9.0.8",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-next": "14.2.3",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "3.4.2",
|
|
"protons": "^7.6.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "5.4.5"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"bracketSpacing": true
|
|
}
|
|
}
|