1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 10:42:35 +03:00
tabby/web/package.json

18 lines
435 B
JSON
Raw Normal View History

2021-06-16 00:43:02 +03:00
{
"devDependencies": {
"assert": "1.5.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"deepmerge": "^4.2.2",
"events": "^3.3.0",
"patch-package": "^6.4.7",
2021-06-16 00:43:02 +03:00
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0"
},
"resolutions": {
"**/util": "^0.12.0"
}
}