1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 09:35:02 +09:00
anytype-ts/package.deps.json
2023-06-16 21:29:09 +02:00

63 lines
No EOL
1.2 KiB
JSON

[
"electron.js",
"electron/js/*",
"electron/env.json",
"electron/img/*",
"electron/about/*",
"build",
"!dist/*",
"dist/index.html",
"dist/main.js",
"dist/main.js.map",
"dist/run.js",
"dist/lib/**/*",
"dist/img/**/*",
"dist/css/**/*",
"dist/js/**/*",
"dist/anytypeHelper.exe",
"dist/anytypeHelper",
"dist/*.node",
"dist/font/**/*",
"dist/workers/**/*",
"!node_modules/**/*",
{
"from": "node_modules/google-protobuf",
"to": "node_modules/google-protobuf"
},
{
"from": "node_modules/grpc-web",
"to": "node_modules/grpc-web"
},
{
"from": "node_modules/lodash.isequal",
"to": "node_modules/lodash.isequal"
},
{
"from": "node_modules/lodash.escaperegexp",
"to": "node_modules/lodash.escaperegexp"
},
{
"from": "node_modules/read-chunk",
"to": "node_modules/read-chunk"
},
{
"from": "node_modules/with-open-file",
"to": "node_modules/with-open-file"
},
{
"from": "node_modules/@electron/remote",
"to": "node_modules/@electron/remote"
},
{
"from": "node_modules/p-try",
"to": "node_modules/p-try"
},
{
"from": "node_modules/p-finally",
"to": "node_modules/p-finally"
},
{
"from": "node_modules/file-type",
"to": "node_modules/file-type"
}
]