mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Update packages
This commit is contained in:
parent
739ddc9ded
commit
93473c8fec
3267
package-lock.json
generated
3267
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -19,36 +19,30 @@
|
||||
"main": "src/OrbitDB.js",
|
||||
"dependencies": {
|
||||
"@ipld/dag-cbor": "^9.0.0",
|
||||
"dids": "^4.0.0",
|
||||
"@libp2p/crypto": "^1.0.12",
|
||||
"it-pipe": "^2.0.5",
|
||||
"level": "^8.0.0",
|
||||
"logplease": "^1.2.15",
|
||||
"lru": "^3.1.0",
|
||||
"multiformats": "^11.0.1",
|
||||
"p-queue": "^7.3.4",
|
||||
"secp256k1": "^5.0.0",
|
||||
"wherearewe": "^2.0.1"
|
||||
"safe-buffer": "^5.2.1",
|
||||
"secp256k1": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chromium": "^3.0.3",
|
||||
"cpy-cli": "^4.2.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"fs-extra": "^11.1.0",
|
||||
"ipfs": "^0.66.0",
|
||||
"ipfsd-ctl": "^13.0.0",
|
||||
"it-all": "^2.0.0",
|
||||
"key-did-provider-ed25519": "^2.0.1",
|
||||
"key-did-resolver": "^2.3.0",
|
||||
"markdown-toc": "^1.2.0",
|
||||
"mocha": "^10.2.0",
|
||||
"open-cli": "^7.1.0",
|
||||
"orbit-db-test-utils": "^3.0.0",
|
||||
"p-map": "^5.5.0",
|
||||
"p-map-series": "^3.0.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"puppeteer-core": "^19.5.2",
|
||||
"remark-cli": "^11.0.0",
|
||||
"rimraf": "^4.1.0",
|
||||
"rimraf": "^4.1.3",
|
||||
"standard": "^17.0.0",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-cli": "^5.0.1"
|
||||
@ -66,13 +60,15 @@
|
||||
"build:examples": "webpack --config conf/webpack.example.config.js",
|
||||
"build:dist": "webpack --config conf/webpack.config.js",
|
||||
"build:debug": "webpack --config conf/webpack.debug.config.js",
|
||||
"build:docs/toc": "markdown-toc --no-first1 -i README.md && markdown-toc --no-first1 -i API.md && markdown-toc --no-first1 -i GUIDE.md && markdown-toc --no-first1 -i CHANGELOG.md && markdown-toc --no-first1 -i FAQ.md ",
|
||||
"build:docs/toc": "echo 'TODO'",
|
||||
"prepublishOnly": "npm run build",
|
||||
"lint": "standard --env=mocha",
|
||||
"lint:fix": "standard --fix"
|
||||
},
|
||||
"standard": {
|
||||
"env": [ "mocha" ],
|
||||
"env": [
|
||||
"mocha"
|
||||
],
|
||||
"ignore": [
|
||||
"examples/**",
|
||||
"benchmarks/**",
|
||||
|
Loading…
x
Reference in New Issue
Block a user