mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-07 21:47:02 +09:00
fix deps
This commit is contained in:
parent
ec0c254942
commit
0facea3cc7
1 changed files with 37 additions and 2 deletions
39
package.json
39
package.json
|
@ -227,7 +227,6 @@
|
|||
"electron/json/*",
|
||||
"electron/env.json",
|
||||
"electron/img/*",
|
||||
"electron/img/icons/*",
|
||||
"build",
|
||||
"!dist/*",
|
||||
"dist/index.html",
|
||||
|
@ -308,6 +307,10 @@
|
|||
"from": "node_modules/@electron",
|
||||
"to": "node_modules/@electron"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/@tomjs",
|
||||
"to": "node_modules/@tomjs"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/ajv",
|
||||
"to": "node_modules/ajv"
|
||||
|
@ -440,6 +443,10 @@
|
|||
"from": "node_modules/if-async",
|
||||
"to": "node_modules/if-async"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/immediate",
|
||||
"to": "node_modules/immediate"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/imurmurhash",
|
||||
"to": "node_modules/imurmurhash"
|
||||
|
@ -476,6 +483,10 @@
|
|||
"from": "node_modules/jsonfile",
|
||||
"to": "node_modules/jsonfile"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/jszip",
|
||||
"to": "node_modules/jszip"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/keytar",
|
||||
"to": "node_modules/keytar"
|
||||
|
@ -484,6 +495,10 @@
|
|||
"from": "node_modules/lazy-val",
|
||||
"to": "node_modules/lazy-val"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/lie",
|
||||
"to": "node_modules/lie"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/locate-path",
|
||||
"to": "node_modules/locate-path"
|
||||
|
@ -552,6 +567,10 @@
|
|||
"from": "node_modules/p-try",
|
||||
"to": "node_modules/p-try"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/pako",
|
||||
"to": "node_modules/pako"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/path-exists",
|
||||
"to": "node_modules/path-exists"
|
||||
|
@ -564,6 +583,10 @@
|
|||
"from": "node_modules/pkg-up",
|
||||
"to": "node_modules/pkg-up"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/process-nextick-args",
|
||||
"to": "node_modules/process-nextick-args"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/pupa",
|
||||
"to": "node_modules/pupa"
|
||||
|
@ -580,6 +603,10 @@
|
|||
"from": "node_modules/rimraf",
|
||||
"to": "node_modules/rimraf"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/safe-buffer",
|
||||
"to": "node_modules/safe-buffer"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/sanitize-filename",
|
||||
"to": "node_modules/sanitize-filename"
|
||||
|
@ -592,6 +619,10 @@
|
|||
"from": "node_modules/semver",
|
||||
"to": "node_modules/semver"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/setimmediate",
|
||||
"to": "node_modules/setimmediate"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/signal-exit",
|
||||
"to": "node_modules/signal-exit"
|
||||
|
@ -636,6 +667,10 @@
|
|||
"from": "node_modules/unused-filename",
|
||||
"to": "node_modules/unused-filename"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/util-deprecate",
|
||||
"to": "node_modules/util-deprecate"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/wrappy",
|
||||
"to": "node_modules/wrappy"
|
||||
|
@ -739,4 +774,4 @@
|
|||
"pre-commit": "npm run precommit && git add licenses.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue